rpms/libcdio/devel libcdio.spec,1.31,1.32

Adrian Reber adrian at fedoraproject.org
Fri Sep 12 20:49:49 UTC 2008


Author: adrian

Update of /cvs/extras/rpms/libcdio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21257

Modified Files:
	libcdio.spec 
Log Message:
* Fri Sep 12 2008 Adrian Reber <adrian at lisas.de> - 0.80-3
- fixed #462125 (Multilib conflict)



Index: libcdio.spec
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/libcdio.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libcdio.spec	5 Jun 2008 10:00:17 -0000	1.31
+++ libcdio.spec	12 Sep 2008 20:49:19 -0000	1.32
@@ -1,6 +1,6 @@
 Name: libcdio
 Version: 0.80
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: CD-ROM input and control library
 Group: System Environment/Libraries
 License: GPLv2+
@@ -58,12 +58,15 @@
 	--disable-cddb \
 	--disable-rpath
 make %{?_smp_mflags}
+# fix timestamps of generated man-pages
+for i in iso-read iso-info cd-read cd-drive; do 
+	touch -r src/$i.help2man src/$i.1
+done
 cd doc/doxygen
 sed -i -e "s,HTML_FOOTER.*$,HTML_FOOTER = libcdio-no_date_footer.hml,g" Doxyfile
 cp %{SOURCE2} .
 ./run_doxygen
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -125,6 +128,9 @@
 
 
 %changelog
+* Fri Sep 12 2008 Adrian Reber <adrian at lisas.de> - 0.80-3
+- fixed #462125 (Multilib conflict)
+
 * Wed Jun  4 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.80-2
 - added patch enabling libcdio_paranoia.pc
 




More information about the fedora-extras-commits mailing list