rpms/moc/F-20 moc.spec,1.5,1.6

Antonio sagitter at rpmfusion.org
Tue Sep 2 19:52:42 CEST 2014


Author: sagitter

Update of /cvs/free/rpms/moc/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8059/F-20

Modified Files:
	moc.spec 
Log Message:
SPEC cleanups.



Index: moc.spec
===================================================================
RCS file: /cvs/free/rpms/moc/F-20/moc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- moc.spec	30 Aug 2014 13:20:40 -0000	1.5
+++ moc.spec	2 Sep 2014 17:52:41 -0000	1.6
@@ -4,7 +4,7 @@
 Name:    moc
 Summary: Music on Console - Console audio player for Linux/UNIX
 Version: 2.5.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+ and GPLv3+
 URL:     http://www.moc.daper.net
 
@@ -37,19 +37,12 @@
 BuildRequires: libtool
 BuildRequires: librcc-devel
 BuildRequires: libquvi-devel, popt-devel
-
-%ifnarch armv6hl armv7hl
 BuildRequires: ffmpeg-devel
 BuildRequires: libmad-devel
-%endif
-
 
 BuildRequires: autoconf, automake
 
-%ifnarch armv6hl armv7hl
 Requires: ffmpeg 
-%endif
- 
 Requires: opus
 Requires: libquvi, libquvi-scripts, popt
 
@@ -67,21 +60,12 @@
 ## Compilation files built temporary
 mv configure.in configure.ac
 autoreconf -ivf
-%ifarch armv6hl armv7hl
-%configure --disable-static --disable-silent-rules \
-           --disable-rpath --with-rcc \
-           --with-oss --with-alsa --with-jack --without-aac --with-mp3 \
-           --with-musepack --with-vorbis --with-flac --with-wavpack  \
-           --with-sndfile --with-modplug --without-ffmpeg --with-speex  \
-           --with-samplerate --with-curl --disable-debug --without-magic
-%else
 %configure --disable-static --disable-silent-rules \
            --disable-rpath --with-rcc \
            --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
            --with-musepack --with-vorbis --with-flac --with-wavpack  \
            --with-sndfile --with-modplug --with-ffmpeg --with-speex  \
            --with-samplerate --with-curl --disable-debug --without-magic
-%endif
 make %{?_smp_mflags}
 
 %install
@@ -90,14 +74,6 @@
 rm -f $RPM_BUILD_ROOT%_libdir/*.la
 rm -f $RPM_BUILD_ROOT%_libdir/moc/decoder_plugins/*.la
 
-%ifarch armv6hl armv7hl
-pushd $RPM_BUILD_ROOT
- for i in `find . -perm /644 -type f \( -name "*.so" -o -name "mocp" \)`; do
- chmod a+x $i
-done
-popd
-%endif
-
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -111,6 +87,9 @@
 %{_libdir}/%{name}/decoder_plugins
 
 %changelog
+* Tue Sep 02 2014 Antonio Trande <sagitter at fedoraproject.org> 2.5.0-2
+- Spec cleanups
+
 * Sat Aug 30 2014 Antonio Trande <sagitter at fedoraproject.org> 2.5.0-1
 - Update to release 2.5.0 (Consolidation)
 


More information about the rpmfusion-commits mailing list