summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-15 22:04:35 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2012-06-15 22:04:35 +0200
commitfdc3bab3a858f76f49e86e19080a1145fead3a0b (patch)
tree0097a55df979979bffea7c4445fc80bfd30cb0f2
parent115fa2befcb5f9e0506bddd7469dffd75b670735 (diff)
some little fixes
-rwxr-xr-xautogen.sh2
-rw-r--r--libpgplus.spec.in17
2 files changed, 6 insertions, 13 deletions
diff --git a/autogen.sh b/autogen.sh
index d9b1df4..a2cf75d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,7 @@ for i in $TESTLIBTOOLIZE; do
done
if [ "$LIBTOOLIZEFOUND" = "0" ]; then
- echo "$0: need libtoolize tool to build libpgplus" >&2
+ echo "error: libtoolize not found" >&2
exit 1
fi
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