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

Adrian Reber adrian at fedoraproject.org
Thu Oct 2 19:47:36 UTC 2008


Author: adrian

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

Modified Files:
	libcdio.spec 
Log Message:
* Thu Oct 02 2008 Adrian Reber <adrian at lisas.de> - 0.80-4
- fixed #462125 (Multilib conflict) - this time for real



Index: libcdio.spec
===================================================================
RCS file: /cvs/extras/rpms/libcdio/devel/libcdio.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libcdio.spec	12 Sep 2008 20:49:19 -0000	1.32
+++ libcdio.spec	2 Oct 2008 19:47:05 -0000	1.33
@@ -1,6 +1,6 @@
 Name: libcdio
 Version: 0.80
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: CD-ROM input and control library
 Group: System Environment/Libraries
 License: GPLv2+
@@ -58,10 +58,6 @@
 	--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} .
@@ -81,6 +77,10 @@
 cp -a example/{*.c,README} examples
 cp -a example/C++/{*.cpp,README} examples/C++
 
+# fix timestamps of generated man-pages
+for i in iso-read iso-info cd-read cd-drive; do 
+	touch -r src/$i.help2man $RPM_BUILD_ROOT%{_mandir}/man1/$i.1
+done
 
 %check
 # disable test using local CDROM
@@ -128,6 +128,9 @@
 
 
 %changelog
+* Thu Oct 02 2008 Adrian Reber <adrian at lisas.de> - 0.80-4
+- fixed #462125 (Multilib conflict) - this time for real
+
 * Fri Sep 12 2008 Adrian Reber <adrian at lisas.de> - 0.80-3
 - fixed #462125 (Multilib conflict)
 




More information about the scm-commits mailing list