rpms/podofo/F-12 podofo.spec,1.2,1.3

Dan Horák sharkcz at fedoraproject.org
Tue Feb 16 11:06:49 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/podofo/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23111

Modified Files:
	podofo.spec 
Log Message:
* Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> 0.7.0-4
- set timestamp on generated docs (#565683)



Index: podofo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podofo/F-12/podofo.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- podofo.spec	26 Jul 2009 19:02:17 -0000	1.2
+++ podofo.spec	16 Feb 2010 11:06:48 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           podofo
 Version:        0.7.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tools and libraries to work with the PDF file format
 
 Group:          Applications/Publishing
@@ -61,6 +61,9 @@ make %{?_smp_mflags}
 # build the docs
 doxygen
 
+# set timestamps on generated files to some constant
+find doc/html -exec touch -r %{SOURCE0} {} \;
+
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -93,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Dan Horák <dan[at]danny.cz> 0.7.0-4
+- set timestamp on generated docs (#565683)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list