rpms/libfishsound/F-9 libfishsound.spec,1.4,1.5

Michel Alexandre Salim salimma at fedoraproject.org
Wed Feb 11 13:41:56 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/libfishsound/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27726/F-9

Modified Files:
	libfishsound.spec 
Log Message:
* Wed Feb 11 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.1-2
- Remove (unbuilt) Latex documentation from -doc



Index: libfishsound.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libfishsound/F-9/libfishsound.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libfishsound.spec	9 Apr 2008 13:18:09 -0000	1.4
+++ libfishsound.spec	11 Feb 2009 13:41:25 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           libfishsound
 Version:        0.9.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple programming interface for Xiph.Org codecs
 
 Group:          System Environment/Libraries
@@ -71,9 +71,14 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
 # overriding docdir does not work
 mv $RPM_BUILD_ROOT%{_datadir}/doc/%{name} \
    other-docs
+# remove Latex docs, they do not provide hyperlinks and
+# thus are less usable than the HTML docs
+rm -rf other-docs/latex
+
 # move the examples we want
 mkdir -p $RPM_BUILD_ROOT%{_bindir}
 (cd src/examples/ && \
@@ -112,6 +117,9 @@
 
 
 %changelog
+* Wed Feb 11 2009 Michel Salim <salimma at fedoraproject.org> - 0.9.1-2
+- Remove (unbuilt) Latex documentation from -doc
+
 * Wed Apr  9 2008 Michel Salim <salimma at fedoraproject.org> - 0.9.1-1
 - Update to 0.9.1 (CVE-2008-1686, bz #441246)
 




More information about the fedora-extras-commits mailing list