rpms/libwpg/devel libwpg.spec,1.3,1.4

Lubomir Rintel lkundrak at fedoraproject.org
Wed Jul 29 06:13:01 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/libwpg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18688

Modified Files:
	libwpg.spec 
Log Message:
* Tue Jul 28 2009 Lubomir Rintel <lkundrak at v3.sk> - 0.1.3-4
- Fix multilib problem with doxygen documentation (#508940)



Index: libwpg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libwpg/devel/libwpg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- libwpg.spec	25 Jul 2009 08:55:46 -0000	1.3
+++ libwpg.spec	29 Jul 2009 06:13:01 -0000	1.4
@@ -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 at v3.sk> - 0.1.3-4
+- Fix multilib problem with doxygen documentation (#508940)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list