summaryrefslogtreecommitdiff
path: root/libpgplus.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'libpgplus.spec.in')
-rw-r--r--libpgplus.spec.in17
1 files changed, 5 insertions, 12 deletions
diff --git a/libpgplus.spec.in b/libpgplus.spec.in
index 9d2d83c..5d098c2 100644
--- a/libpgplus.spec.in
+++ b/libpgplus.spec.in
@@ -16,15 +16,15 @@ License: LGPL
Prefix: %{prefix}
%description
-libpgplus is a library for reading and converting PGPLUS images
+libpgplus is a library for reading and converting PagePlus Documents
%package tools
Requires: libpgplus
-Summary: Tools to convert PGPLUS images into other formats
+Summary: Tools to convert PagePlus Documents into other formats
Group: Applications/Publishing
%description tools
-Tools to convert PGPLUS images into other formats.
+Tools to convert PagePlus Documents into other formats.
Currently supported: raw svg
%package devel
@@ -54,6 +54,7 @@ Documentation of libpgplus API for developing with libpgplus
%build
%configure --prefix=%{_prefix} --libdir=%{_libdir} \
+ --enable-shared --disable-static \
%{?_with_debug:--enable-debug} \
%__make
@@ -70,11 +71,10 @@ umask 022
%files
%defattr(644,root,root,755)
%{_libdir}/libpgplus*.so.*
-%doc ChangeLog README COPYING AUTHORS
%files tools
%defattr(755,root,root,755)
-%{_bindir}/pub2*
+%{_bindir}/ppp2*
%files devel
%defattr(644,root,root,755)
@@ -88,10 +88,3 @@ umask 022
%endif
%changelog
-* Fri Apr 20 2007 Fridrich Strba <fridrich.strba@bluewin.ch>
-- Add documentation packaging
-- Make doc and stream optional
-
-* Tue Jan 27 2004 Fridrich Strba <fridrich.strba@bluewin.ch>
-- Create rpm spec according to the rpm spec of libwpD
-- of Rui M. Seabra