Author: qboosh Date: Sun Dec 25 16:56:00 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.5.2 (note: new soname) - removed obsolete gcc34 patch
---- Files affected: SPECS: opensp.spec (1.56 -> 1.57) ---- Diffs: ================================================================ Index: SPECS/opensp.spec diff -u SPECS/opensp.spec:1.56 SPECS/opensp.spec:1.57 --- SPECS/opensp.spec:1.56 Thu Sep 2 16:36:07 2004 +++ SPECS/opensp.spec Sun Dec 25 17:55:55 2005 @@ -1,30 +1,29 @@ # $Revision$, $Date$ Summary: OpenSP - SGML parser Summary(pl): OpenSP - parser SGML -%define arname OpenSP Name: opensp -Version: 1.5.1 -Release: 4 +Version: 1.5.2 +Release: 1 Epoch: 2 License: Free (Copyright (C) 1999 The OpenJade group) Group: Applications/Publishing/SGML Source0: http://dl.sourceforge.net/openjade/OpenSP-%{version}.tar.gz -# Source0-md5: f46fe0a04b76a4454ec27b7fcc84ec54 +# Source0-md5: 670b223c5d12cee40c9137be86b6c39b Patch0: %{name}-nolibnsl.patch Patch1: %{name}-localedir.patch -Patch2: %{name}-gcc34.patch URL: http://openjade.sourceforge.net/ BuildRequires: autoconf >= 2.53 BuildRequires: automake -BuildRequires: gettext-devel +BuildRequires: gettext-devel >= 0.14.4 BuildRequires: libstdc++-devel BuildRequires: libtool >= 2:1.4d +BuildRequires: xmlto Requires: sgml-common >= 0.5-1 Provides: sgmlparser Provides: sp -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -Conflicts: openjade <= 1.3-1 Obsoletes: sp +Conflicts: openjade <= 1.3-1 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define sgmldir /usr/share/sgml %define _datadir %{sgmldir} @@ -61,16 +60,12 @@ Biblioteki statyczne OpenSP. %prep -%setup -q -n %{arname}-%{version} +%setup -q -n OpenSP-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 %build -#please don't run gettextize --copy --force -if [ ! -f po/LINGUAS ] ; then - ls po/*.po |sed 's=po/\(.*\).po=\1=' > po/LINGUAS -fi +# don't run gettextize (PACKAGE changed to @SP_MESSAGE_DOMAIN@ in po/Makefile.in.in) %{__libtoolize} %{__aclocal} %{__autoconf} @@ -87,6 +82,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ + localedir=%{_prefix}/share/locale \ pkgdocdir=%{_defaultdocdir}/%{name}-%{version} for i in nsgmls sgmlnorm spam spcat spent; do @@ -96,7 +92,7 @@ # sx conficts with sx from lrzsz package ln -sf osx $RPM_BUILD_ROOT%{_bindir}/sgml2xml -%find_lang sp4 +%find_lang sp5 %clean rm -rf $RPM_BUILD_ROOT @@ -104,7 +100,7 @@ %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f sp4.lang +%files -f sp5.lang %defattr(644,root,root,755) %{_defaultdocdir}/%{name}-%{version} %attr(755,root,root) %{_bindir}/* @@ -128,6 +124,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.57 2005/12/25 16:55:55 qboosh +- updated to 1.5.2 (note: new soname) +- removed obsolete gcc34 patch + Revision 1.56 2004/09/02 14:36:07 snurf - typos / formatting / etc. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/opensp.spec?r1=1.56&r2=1.57&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
