- Fix multilib problem with doxygen documentation (#508940)
This commit is contained in:
parent
3c5fbd8b16
commit
5bc586d5e8
14
libwpg-0.1.3-nodate.patch
Normal file
14
libwpg-0.1.3-nodate.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Avoid multilib conflict in Doxygen documentation with timestamp.
|
||||
|
||||
Lubomir Rintel <lkundrak@v3.sk>
|
||||
|
||||
diff -up libwpg-0.1.3/docs/doxygen/footer.html.in.nodate libwpg-0.1.3/docs/doxygen/footer.html.in
|
||||
--- libwpg-0.1.3/docs/doxygen/footer.html.in.nodate 2009-07-28 18:16:27.000000000 +0200
|
||||
+++ libwpg-0.1.3/docs/doxygen/footer.html.in 2009-07-28 18:17:06.000000000 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
<hr size="1"><address style="align: right;"><small>
|
||||
-Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html">
|
||||
+Generated for $projectname by <a href="http://www.doxygen.org/index.html">
|
||||
doxygen</a> $doxygenversion</small></address>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,12 +1,13 @@
|
||||
Name: libwpg
|
||||
Version: 0.1.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Library for reading WordPerfect Graphics images
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://libwpg.sourceforge.net/
|
||||
Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.bz2
|
||||
Patch0: libwpg-0.1.3-nodate.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: libwpd-devel >= 0.8
|
||||
@ -40,12 +41,14 @@ such as WordPerfect and Presentations.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .nodate
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
sed 's/\r//' -i ChangeLog
|
||||
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||
|
||||
|
||||
%install
|
||||
@ -86,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2009 Lubomir Rintel <lkundrak@v3.sk> - 0.1.3-4
|
||||
- Fix multilib problem with doxygen documentation (#508940)
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user