Compare commits
5 Commits
0.1.7-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
8417611064 | |||
0d9e344a8f | |||
6120eca445 | |||
75452f40a2 | |||
0769c7fd11 |
@ -1,26 +1,26 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libetonyek
|
Name: libetonyek
|
||||||
Version: 0.1.7
|
Version: 0.1.12
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library and a set of tools for reading and converting Apple Keynote presentations
|
Summary: A library and a set of tools for reading and converting Apple Keynote presentations
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://dev-www.libreoffice.org/src/libetonyek-%{version}.tar.xz
|
||||||
License: MPL 2.0
|
License: MPL 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblangtag-devel
|
||||||
BuildRequires: librevenge-devel
|
BuildRequires: librevenge-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libmdds12-devel
|
||||||
BuildRequires: librevenge-devel
|
BuildRequires: librevenge-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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).
|
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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -72,13 +70,12 @@ This package contains utility applications for %{name}.
|
|||||||
%dir %{_includedir}/libetonyek-%{apiver}
|
%dir %{_includedir}/libetonyek-%{apiver}
|
||||||
%dir %{_includedir}/libetonyek-%{apiver}/libetonyek
|
%dir %{_includedir}/libetonyek-%{apiver}/libetonyek
|
||||||
%{_includedir}/libetonyek-%{apiver}/libetonyek/*.h
|
%{_includedir}/libetonyek-%{apiver}/libetonyek/*.h
|
||||||
%{_libdir}/libetonyek-%{apiver}.la
|
|
||||||
%{_libdir}/libetonyek-%{apiver}.so
|
%{_libdir}/libetonyek-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libetonyek-%{apiver}.pc
|
%{_libdir}/pkgconfig/libetonyek-%{apiver}.pc
|
||||||
%dir %{_datadir}/doc/libetonyek
|
%dir %{_datadir}/doc/libetonyek
|
||||||
%dir %{_datadir}/doc/libetonyek/html
|
%dir %{_datadir}/doc/libetonyek/html
|
||||||
%{_datadir}/doc/libetonyek/html/*
|
%{_datadir}/doc/libetonyek/html/*
|
||||||
%doc ChangeLog NEWS README TODO
|
%doc ChangeLog NEWS TODO
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -93,6 +90,21 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/pages2text
|
%{_bindir}/pages2text
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 08 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.7-1mamba
|
||||||
- update to 0.1.7
|
- update to 0.1.7
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user