automatic version update by autodist [release 0.0.4-1mamba;Fri Apr 18 2014]
This commit is contained in:
parent
d6d22ef22f
commit
17a9628096
@ -1,2 +1,5 @@
|
||||
# libetonyek
|
||||
|
||||
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).
|
||||
See FEATURES for what is currently supported.
|
||||
|
||||
|
93
libetonyek.spec
Normal file
93
libetonyek.spec
Normal file
@ -0,0 +1,93 @@
|
||||
Name: libetonyek
|
||||
Version: 0.0.4
|
||||
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/
|
||||
Source: http://dev-www.libreoffice.org/src/libetonyek-%{version}.tar.xz
|
||||
License: MPL 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwpd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
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).
|
||||
See FEATURES for what is currently supported.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Group: Applications/Publishing
|
||||
Summary: Utility applications for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libetonyek-0.0.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libetonyek-0.0
|
||||
%dir %{_includedir}/libetonyek-0.0/libetonyek
|
||||
%{_includedir}/libetonyek-0.0/libetonyek/*.h
|
||||
%{_libdir}/libetonyek-0.0.la
|
||||
%{_libdir}/libetonyek-0.0.so
|
||||
%{_libdir}/pkgconfig/libetonyek-0.0.pc
|
||||
%dir %{_datadir}/doc/libetonyek
|
||||
%dir %{_datadir}/doc/libetonyek/html
|
||||
%{_datadir}/doc/libetonyek/html/*
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/key2raw
|
||||
%{_bindir}/key2text
|
||||
%{_bindir}/key2xhtml
|
||||
|
||||
%changelog
|
||||
* Fri Apr 18 2014 Automatic Build System <autodist@mambasoft.it> 0.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.3-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user