Compare commits

...

3 Commits

View File

@ -1,19 +1,19 @@
%define apiver %(echo %version | cut -d. -f1-2)
Name: libetonyek
Version: 0.1.9
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
@ -21,7 +21,6 @@ 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).
@ -60,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)
@ -73,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)
@ -94,6 +90,15 @@ 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