rpms/libfishsound/devel libfishsound.spec,1.10,1.11

Michel Alexandre Salim salimma at fedoraproject.org
Sat Jul 3 21:12:29 UTC 2010


Author: salimma

Update of /cvs/pkgs/rpms/libfishsound/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4878/devel

Modified Files:
	libfishsound.spec 
Log Message:
* Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 1.0.0-2
- No longer export dependencies on vorbis, speex, flac



Index: libfishsound.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libfishsound/devel/libfishsound.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libfishsound.spec	12 Jun 2010 11:12:05 -0000	1.10
+++ libfishsound.spec	3 Jul 2010 21:12:29 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           libfishsound
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple programming interface for Xiph.Org codecs
 
 Group:          System Environment/Libraries
@@ -29,7 +29,7 @@ and Ogg Vorbis files.
 Summary:        Development files for %{name}
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig libvorbis-devel speex-devel
+Requires:       pkgconfig
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -38,6 +38,7 @@ developing applications that use %{name}
 %package        doc
 Summary:        Documentation for %{name}
 Group:          Documentation
+# note: intentionally not noarch; contains a target-specific Makefile
 Requires:       %{name} = %{version}-%{release}
 
 %description    doc
@@ -55,6 +56,9 @@ The source code for these are included i
 
 %prep
 %setup -q
+# These dependencies should not be exported
+# http://github.com/kfish/libfishsound/issues/#issue/1
+sed -i '/^Requires:.*/d' fishsound.pc.in
 
 
 %build
@@ -115,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul  3 2010 Michel Salim <salimma at fedoraproject.org> - 1.0.0-2
+- No longer export dependencies on vorbis, speex, flac
+
 * Sat Jun 12 2010 Michel Salim <salimma at fedoraproject.org> - 1.0.0-1
 - Update to 1.0.0
 



More information about the scm-commits mailing list