automatic version update by autodist [release 0.1.11-1mamba;Fri Nov 08 2024]
This commit is contained in:
parent
6120eca445
commit
0d9e344a8f
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libetonyek
|
Name: libetonyek
|
||||||
Version: 0.1.10
|
Version: 0.1.11
|
||||||
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
|
||||||
@ -14,7 +14,6 @@ License: MPL 2.0
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblangtag-devel
|
BuildRequires: liblangtag-devel
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: librevenge-devel
|
BuildRequires: librevenge-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -60,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)
|
||||||
@ -73,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)
|
||||||
@ -94,6 +90,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/pages2text
|
%{_bindir}/pages2text
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Wed May 19 2021 Automatic Build System <autodist@mambasoft.it> 0.1.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user