|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: podofo
|
|
|
|
Name: podofo
|
|
|
|
Version: 0.7.0
|
|
|
|
Version: 0.7.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: Tools and libraries to work with the PDF file format
|
|
|
|
Summary: Tools and libraries to work with the PDF file format
|
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Group: Applications/Publishing
|
|
|
@ -61,6 +61,9 @@ make %{?_smp_mflags}
|
|
|
|
# build the docs
|
|
|
|
# build the docs
|
|
|
|
doxygen
|
|
|
|
doxygen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# set timestamps on generated files to some constant
|
|
|
|
|
|
|
|
find doc/html -exec touch -r %{SOURCE0} {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
@ -93,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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@lists.fedoraproject.org> - 0.7.0-3
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|