automatic version update by autodist [release 0.1.1-1mamba;Wed Jun 18 2014]
This commit is contained in:
parent
17a9628096
commit
7331c89e8c
@ -1,5 +1,6 @@
|
|||||||
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libetonyek
|
Name: libetonyek
|
||||||
Version: 0.0.4
|
Version: 0.1.1
|
||||||
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
|
||||||
@ -19,6 +20,7 @@ BuildRequires: libwpd-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: librevenge-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,17 +65,17 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libetonyek-0.0.so.*
|
%{_libdir}/libetonyek-%{apiver}.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libetonyek-0.0
|
%dir %{_includedir}/libetonyek-%{apiver}
|
||||||
%dir %{_includedir}/libetonyek-0.0/libetonyek
|
%dir %{_includedir}/libetonyek-%{apiver}/libetonyek
|
||||||
%{_includedir}/libetonyek-0.0/libetonyek/*.h
|
%{_includedir}/libetonyek-%{apiver}/libetonyek/*.h
|
||||||
%{_libdir}/libetonyek-0.0.la
|
%{_libdir}/libetonyek-%{apiver}.la
|
||||||
%{_libdir}/libetonyek-0.0.so
|
%{_libdir}/libetonyek-%{apiver}.so
|
||||||
%{_libdir}/pkgconfig/libetonyek-0.0.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/*
|
||||||
@ -84,8 +86,17 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/key2raw
|
%{_bindir}/key2raw
|
||||||
%{_bindir}/key2text
|
%{_bindir}/key2text
|
||||||
%{_bindir}/key2xhtml
|
%{_bindir}/key2xhtml
|
||||||
|
%{_bindir}/numbers2csv
|
||||||
|
%{_bindir}/numbers2raw
|
||||||
|
%{_bindir}/numbers2text
|
||||||
|
%{_bindir}/pages2html
|
||||||
|
%{_bindir}/pages2raw
|
||||||
|
%{_bindir}/pages2text
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 18 2014 Automatic Build System <autodist@mambasoft.it> 0.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 0.0.4-1mamba
|
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 0.0.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user