Compare commits

...

5 Commits

View File

@ -1,26 +1,26 @@
%define apiver %(echo %version | cut -d. -f1-2)
Name: libetonyek
Version: 0.1.7
Version: 0.1.12
Release: 1mamba
Summary: A library and a set of tools for reading and converting Apple Keynote presentations
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.freedesktop.org/wiki/Software/libetonyek/
URL: https://www.freedesktop.org/wiki/Software/libetonyek/
Source: http://dev-www.libreoffice.org/src/libetonyek-%{version}.tar.xz
License: MPL 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: liblzma-devel
BuildRequires: liblangtag-devel
BuildRequires: librevenge-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libmdds12-devel
BuildRequires: librevenge-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libetonyek is a library and a set of tools for reading and converting Apple Keynote presentations. The library tries to extract the most important parts of version 2 format of Keynote (version 1 is not supported yet, but it should be in the future. Version 6 is being reverse engineered; we plan to support it as well when there is enough info about the new format to implement something).
@ -59,8 +59,6 @@ This package contains utility applications for %{name}.
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -72,13 +70,12 @@ This package contains utility applications for %{name}.
%dir %{_includedir}/libetonyek-%{apiver}
%dir %{_includedir}/libetonyek-%{apiver}/libetonyek
%{_includedir}/libetonyek-%{apiver}/libetonyek/*.h
%{_libdir}/libetonyek-%{apiver}.la
%{_libdir}/libetonyek-%{apiver}.so
%{_libdir}/pkgconfig/libetonyek-%{apiver}.pc
%dir %{_datadir}/doc/libetonyek
%dir %{_datadir}/doc/libetonyek/html
%{_datadir}/doc/libetonyek/html/*
%doc ChangeLog NEWS README TODO
%doc ChangeLog NEWS TODO
%files tools
%defattr(-,root,root)
@ -93,6 +90,21 @@ This package contains utility applications for %{name}.
%{_bindir}/pages2text
%changelog
* Tue Nov 26 2024 Automatic Build System <autodist@openmamba.org> 0.1.12-1mamba
- automatic version update by autodist
* Fri Nov 08 2024 Automatic Build System <autodist@openmamba.org> 0.1.11-1mamba
- automatic version update by autodist
* Wed May 19 2021 Automatic Build System <autodist@mambasoft.it> 0.1.10-1mamba
- automatic version update by autodist
* Mon Jan 07 2019 Automatic Build System <autodist@mambasoft.it> 0.1.9-1mamba
- automatic version update by autodist
* Sat May 05 2018 Automatic Build System <autodist@mambasoft.it> 0.1.8-1mamba
- automatic version update by autodist
* Fri Dec 08 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
- update to 0.1.7