new release
This commit is contained in:
parent
f76cb4a513
commit
f5757e75f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libwpd-0.9.4.tar.bz2
|
||||
/libwpd-0.9.6.tar.bz2
|
||||
/libwpd-0.9.7.tar.bz2
|
||||
|
11
libwpd.spec
11
libwpd.spec
@ -1,12 +1,12 @@
|
||||
Name: libwpd
|
||||
Summary: Library for reading and converting WordPerfect documents
|
||||
Version: 0.9.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.7
|
||||
Release: 1%{?dist}
|
||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||
Group: System Environment/Libraries
|
||||
URL: http://libwpd.sf.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
License: LGPLv2+ or MPLv2.0+
|
||||
BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, cppunit-devel
|
||||
|
||||
%description
|
||||
@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING CREDITS README
|
||||
%doc COPYING.LGPL COPYING.MPL CREDITS README
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files tools
|
||||
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/libwpd-0.9
|
||||
|
||||
%changelog
|
||||
* Sun Apr 21 2013 David Tardon <dtardon@redhat.com> - 0.9.7-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user