|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|