rpms/opensp/devel opensp.spec,1.19,1.20

Ondrej Vasik ovasik at fedoraproject.org
Wed Oct 22 19:07:22 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/opensp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31682

Modified Files:
	opensp.spec 
Log Message:
merge review by V.Skyttä (#226217), changed license to MIT, dropped .la, adjusted comments


Index: opensp.spec
===================================================================
RCS file: /cvs/extras/rpms/opensp/devel/opensp.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- opensp.spec	11 Feb 2008 09:51:18 -0000	1.19
+++ opensp.spec	22 Oct 2008 19:06:50 -0000	1.20
@@ -1,14 +1,14 @@
 Summary: SGML and XML parser
 Name: opensp
 Version: 1.5.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 Requires: sgml-common >= 0.5
 URL: http://openjade.sourceforge.net/
 Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz
 Patch0: opensp-multilib.patch
 Patch1: opensp-nodeids.patch
 Patch2: opensp-sigsegv.patch
-License: BSD
+License: MIT
 Group: Applications/Text
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -47,9 +47,8 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# Fix up libtool libraries
-find $RPM_BUILD_ROOT -name '*.la' | \
-  xargs perl -p -i -e "s|-L$RPM_BUILD_DIR[\w/.-]*||g"
+# Get rid of libtool libraries
+rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
 # oMy, othis ois osilly.
 for file in nsgmls sgmlnorm spam spent sx ; do
@@ -71,7 +70,7 @@
 
 
 %check
-make check || : # failures as of 1.5.2pre1 :(
+make check || : # TODO: failures as of 1.5.2 :(
 
 
 %clean
@@ -97,10 +96,13 @@
 %defattr(-,root,root)
 %{_includedir}/OpenSP/
 %{_libdir}/libosp.so
-%{_libdir}/libosp.la
 
 
 %changelog
+* Wed Oct 22 2008 Ondrej Vasik <ovasik at redhat.com> 1.5.2-8
+- merge review by V.Skyttä (#226217), changed license to
+  MIT, dropped .la, adjusted comments
+
 * Mon Feb 11 2008 Ondrej Vasik <ovasik at redhat.com> 1.5.2-7
 - gcc43 rebuild
 




More information about the scm-commits mailing list