SPECS: pxlib.spec - updated to 0.6.3
qboosh
qboosh at pld-linux.org
Mon Nov 5 19:06:16 CET 2007
Author: qboosh Date: Mon Nov 5 18:06:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.6.3
---- Files affected:
SPECS:
pxlib.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/pxlib.spec
diff -u SPECS/pxlib.spec:1.17 SPECS/pxlib.spec:1.18
--- SPECS/pxlib.spec:1.17 Sun Apr 1 03:15:36 2007
+++ SPECS/pxlib.spec Mon Nov 5 19:06:11 2007
@@ -6,16 +6,18 @@
Summary: A library to read Paradox DB files
Summary(pl.UTF-8): Biblioteka do odczytu plików baz danych Paradox DB
Name: pxlib
-Version: 0.6.1
+Version: 0.6.3
Release: 1
Epoch: 0
License: GPL v2
Group: Libraries
Source0: http://dl.sourceforge.net/pxlib/%{name}-%{version}.tar.gz
-# Source0-md5: 397a2d6214d0fbb5a20c5b4da438a509
+# Source0-md5: 0742020854496fa757d7acbe6a895224
Patch0: %{name}-stderr.patch
URL: http://pxlib.sourceforge.net/
+BuildRequires: docbook-to-man
BuildRequires: docbook-utils
+BuildRequires: gettext-devel
BuildRequires: libgsf-devel >= 1.14.1
BuildRequires: perl-XML-Parser
BuildRequires: pkgconfig
@@ -38,6 +40,7 @@
Summary(pl.UTF-8): Pliki nagłówkowe pxlib
Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release}
+Requires: libgsf-devel >= 1.14.1
%description devel
Header files for pxlib.
@@ -62,16 +65,6 @@
%patch0 -p1
%build
-# man pages are build by docbook2man
-sed -i -e 's#mv PXLIB.3 pxlib.3##g' doc/Makefile*
-sed -i -e 's#docbook-to-man#docbook2man#g' configure*
-sed -i -e 's#docbook-to-man $<.*#docbook2man $<#g' doc/Makefile*
-for man in doc/*.sgml; do
- name=$(basename "$man" .sgml)
- sed -i -e "s#$name#$name#gi" $man
-done
-CPPFLAGS="$(pkg-config glib-2.0 --cflags)"
-LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--with-gsf \
--enable-static=%{?with_static_libs:yes}%{!?with_static_libs:no}
@@ -93,21 +86,24 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog doc/*.txt
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc AUTHORS ChangeLog README doc/*.txt
+%attr(755,root,root) %{_libdir}/libpx.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpx.so.0
%files devel
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
-%{_includedir}/*.h
-%{_pkgconfigdir}/*.pc
-%{_mandir}/man3/*
+%attr(755,root,root) %{_libdir}/libpx.so
+%{_libdir}/libpx.la
+%{_includedir}/paradox*.h
+%{_includedir}/pxversion.h
+%{_pkgconfigdir}/pxlib.pc
+%{_mandir}/man3/PX_*.3*
+%{_mandir}/man3/pxlib.3*
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libpx.a
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -116,6 +112,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2007/11/05 18:06:11 qboosh
+- updated to 0.6.3
+
Revision 1.17 2007/04/01 01:15:36 arekm
- up to 0.6.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pxlib.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list