new upstream release

f41
David Tardon 11 years ago
parent 54e34de326
commit 66086d7d4a

1
.gitignore vendored

@ -3,3 +3,4 @@
/libetonyek-0.0.2.tar.xz
/libetonyek-0.0.3.tar.xz
/libetonyek-0.0.4.tar.xz
/libetonyek-0.1.0.tar.xz

@ -1,8 +1,8 @@
%global apiversion 0.0
%global apiversion 0.1
Name: libetonyek
Version: 0.0.4
Release: 3%{?dist}
Version: 0.1.0
Release: 1%{?dist}
Summary: A library for import of Apple Keynote presentations
Group: System Environment/Libraries
@ -15,7 +15,7 @@ BuildRequires: doxygen
BuildRequires: gperf
BuildRequires: help2man
BuildRequires: pkgconfig(cppunit)
BuildRequires: pkgconfig(libwpd-0.9)
BuildRequires: pkgconfig(librevenge-0.0)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(zlib)
@ -73,6 +73,8 @@ make install DESTDIR=%{buildroot}
rm -f %{buildroot}/%{_libdir}/*.la
# we install API docs directly from build
rm -rf %{buildroot}/%{_docdir}/%{name}
# these are only skeletons at the moment
rm -f %{buildroot}%{_bindir}/numbers2* %{buildroot}%{_bindir}/pages*
install -m 0755 -d %{buildroot}/%{_mandir}/man1
install -m 0644 key2*.1 %{buildroot}/%{_mandir}/man1
@ -108,6 +110,9 @@ make %{?_smp_mflags} check
%{_mandir}/man1/key2xhtml.1*
%changelog
* Mon May 26 2014 David Tardon <dtardon@redhat.com> - 0.1.0-1
- new upstream release
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.0.4-3
- Rebuild for boost 1.55.0

@ -1 +1 @@
9d7c8e52e2d20e1fa270c75fd78f3417 libetonyek-0.0.4.tar.xz
b5763d8c1365e15ea5e591a920615770 libetonyek-0.1.0.tar.xz

Loading…
Cancel
Save