[packages/libetonyek] - updated to 0.1.0 (now librevenge based; new soname, 0.0.x left on libetonyek-0.0 branch)

qboosh qboosh at pld-linux.org
Sun May 25 09:44:59 CEST 2014


commit 73ba306cb3d1edff14cd7af63c06508425b1f32a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun May 25 09:48:05 2014 +0200

    - updated to 0.1.0 (now librevenge based; new soname, 0.0.x left on libetonyek-0.0 branch)

 libetonyek.spec | 55 ++++++++++++++++++++++++++++++++++++++++---------------
 1 file changed, 40 insertions(+), 15 deletions(-)
---
diff --git a/libetonyek.spec b/libetonyek.spec
index c654604..cab9e7d 100644
--- a/libetonyek.spec
+++ b/libetonyek.spec
@@ -5,18 +5,18 @@
 Summary:	Library and tools for reading and converting Apple Keynote presentations
 Summary(pl.UTF-8):	Biblioteka i narzędzia do odczytu i konwersji prezentacji Apple Keynote
 Name:		libetonyek
-Version:	0.0.4
+Version:	0.1.0
 Release:	1
 License:	MPL v2.0
 Group:		Libraries
 Source0:	http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
-# Source0-md5:	9d7c8e52e2d20e1fa270c75fd78f3417
+# Source0-md5:	b5763d8c1365e15ea5e591a920615770
 URL:		http://www.freedesktop.org/wiki/Software/libetonyek/
 BuildRequires:	boost-devel
 BuildRequires:	doxygen
 BuildRequires:	gperf
+BuildRequires:	librevenge-devel >= 0.0
 BuildRequires:	libstdc++-devel
-BuildRequires:	libwpd-devel >= 0.9
 BuildRequires:	libxml2-devel >= 2.0
 BuildRequires:	pkgconfig >= 1:0.20
 BuildRequires:	tar >= 1:1.22
@@ -43,8 +43,10 @@ Summary:	Header files for libetonyek library
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libetonyek
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
+Requires:	librevenge-devel >= 0.0
 Requires:	libstdc++-devel
-Requires:	libwpd-devel >= 0.9
+Requires:	libxml2-devel >= 2.0
+Requires:	zlib-devel
 
 %description devel
 Header files for libetonyek library.
@@ -75,14 +77,28 @@ API documentation for libetonyek library.
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki libetonyek.
 
+%package tools
+Summary:	Tools to transform Apple Keynote presentations into other formats
+Summary(pl.UTF-8):	Programy przekształcania prezentacji Apple Keynote do innych formatów
+Group:		Applications/Publishing
+Requires:	%{name} = %{version}-%{release}
+
+%description tools
+Tools to transform Apple Keynote presentations into other formats.
+Currently supported: XHTML, raw.
+
+%description tools -l pl.UTF-8
+Narzędzia do przekształcania prezentacji Apple Keynote do innych
+formatów. Aktualnie obsługiwane są XHTML i format surowy.
+
 %prep
 %setup -q
 
 %build
 %configure \
 	--disable-silent-rules \
-	%{?with_static_libs:--enable-static} \
-	--disable-werror
+	%{?with_static_libs:--enable-static}
+
 %{__make}
 
 %install
@@ -105,24 +121,33 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog FEATURES NEWS README TODO
-%attr(755,root,root) %{_bindir}/key2raw
-%attr(755,root,root) %{_bindir}/key2text
-%attr(755,root,root) %{_bindir}/key2xhtml
-%attr(755,root,root) %{_libdir}/libetonyek-0.0.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libetonyek-0.0.so.0
+%attr(755,root,root) %{_libdir}/libetonyek-0.1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libetonyek-0.1.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libetonyek-0.0.so
-%{_includedir}/libetonyek-0.0
-%{_pkgconfigdir}/libetonyek-0.0.pc
+%attr(755,root,root) %{_libdir}/libetonyek-0.1.so
+%{_includedir}/libetonyek-0.1
+%{_pkgconfigdir}/libetonyek-0.1.pc
 
 %if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libetonyek-0.0.a
+%{_libdir}/libetonyek-0.1.a
 %endif
 
 %files apidocs
 %defattr(644,root,root,755)
 %doc docs/doxygen/html/*
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/key2raw
+%attr(755,root,root) %{_bindir}/key2text
+%attr(755,root,root) %{_bindir}/key2xhtml
+%attr(755,root,root) %{_bindir}/numbers2csv
+%attr(755,root,root) %{_bindir}/numbers2raw
+%attr(755,root,root) %{_bindir}/numbers2text
+%attr(755,root,root) %{_bindir}/pages2html
+%attr(755,root,root) %{_bindir}/pages2raw
+%attr(755,root,root) %{_bindir}/pages2text
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libetonyek.git/commitdiff/73ba306cb3d1edff14cd7af63c06508425b1f32a



More information about the pld-cvs-commit mailing list