diff --git a/.gitignore b/.gitignore index 7bde750..8e616da 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libwpg-0.2.0.tar.bz2 +/libwpg-0.2.1.tar.bz2 diff --git a/libwpg-0.1.3-nodate.patch b/libwpg-0.1.3-nodate.patch deleted file mode 100644 index 3c7d9d0..0000000 --- a/libwpg-0.1.3-nodate.patch +++ /dev/null @@ -1,14 +0,0 @@ -Avoid multilib conflict in Doxygen documentation with timestamp. - -Lubomir Rintel - -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 @@ -
--Generated on $datetime for $projectname by -+Generated for $projectname by - doxygen $doxygenversion
- - diff --git a/libwpg.spec b/libwpg.spec index 5c3441c..7d60cad 100644 --- a/libwpg.spec +++ b/libwpg.spec @@ -1,22 +1,21 @@ Name: libwpg -Version: 0.2.0 -Release: 5%{?dist} +Version: 0.2.1 +Release: 1%{?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 +BuildRequires: libwpd-devel BuildRequires: doxygen %description Libwpg project is a library and to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others -in Corel sofware, such as WordPerfect and Presentations. +in Corel software, such as WordPerfect and Presentations. %package devel @@ -35,18 +34,17 @@ Group: Applications/Multimedia %description tools This package contains tools to work with graphics in WPG (WordPerfect -Graphics) format. WPG is the format used among others in Corel sofware, +Graphics) format. WPG is the format used among others in Corel software, such as WordPerfect and Presentations. %prep %setup -q -%patch0 -p1 -b .nodate %build -%configure -make %{?_smp_mflags} +%configure --disable-static --disable-werror +make %{?_smp_mflags} V=1 sed 's/\r//' -i ChangeLog find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg @@ -89,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Nov 29 2012 David Tardon - 0.2.1-1 +- new upstream release + * Thu Jul 19 2012 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index d9ac1fa..f19113f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ba6a61a2f66dfd5fee8cdd4cd262a37 libwpg-0.2.0.tar.bz2 +9d283e02441d8cebdcd1e5d9df227d67 libwpg-0.2.1.tar.bz2