update to 0.2.1
This commit is contained in:
parent
cdc2c0fb4b
commit
23b551bbca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libwpg-0.2.0.tar.bz2
|
/libwpg-0.2.0.tar.bz2
|
||||||
|
/libwpg-0.2.1.tar.bz2
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
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>
|
|
19
libwpg.spec
19
libwpg.spec
@ -1,22 +1,21 @@
|
|||||||
Name: libwpg
|
Name: libwpg
|
||||||
Version: 0.2.0
|
Version: 0.2.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for reading WordPerfect Graphics images
|
Summary: Library for reading WordPerfect Graphics images
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://libwpg.sourceforge.net/
|
URL: http://libwpg.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/libwpg/%{name}-%{version}.tar.bz2
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libwpd-devel >= 0.8
|
BuildRequires: libwpd-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libwpg project is a library and to work with graphics in WPG
|
Libwpg project is a library and to work with graphics in WPG
|
||||||
(WordPerfect Graphics) format. WPG is the format used among others
|
(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
|
%package devel
|
||||||
@ -35,18 +34,17 @@ Group: Applications/Multimedia
|
|||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
This package contains tools to work with graphics in WPG (WordPerfect
|
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.
|
such as WordPerfect and Presentations.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .nodate
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static --disable-werror
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags} V=1
|
||||||
sed 's/\r//' -i ChangeLog
|
sed 's/\r//' -i ChangeLog
|
||||||
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
find docs/doxygen/html |xargs touch -r docs/doxygen/doxygen.cfg
|
||||||
|
|
||||||
@ -89,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 29 2012 David Tardon <dtardon@redhat.com> - 0.2.1-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-5
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user