rpms/expat/devel .cvsignore, 1.9, 1.10 expat.spec, 1.26, 1.27 sources, 1.8, 1.9

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Aug 8 20:48:10 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/expat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11155

Modified Files:
	.cvsignore expat.spec sources 
Log Message:
* Wed Aug  8 2007 Joe Orton <jorton at redhat.com> 2.0.1-1
- update to 2.0.1
- fix the License tag
- drop the .la file



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/expat/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	30 Jan 2006 16:16:11 -0000	1.9
+++ .cvsignore	8 Aug 2007 20:47:33 -0000	1.10
@@ -2,3 +2,4 @@
 i386
 *.rpm
 clog
+expat-2.0.1.tar.gz


Index: expat.spec
===================================================================
RCS file: /cvs/extras/rpms/expat/devel/expat.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- expat.spec	4 Feb 2007 13:26:13 -0000	1.26
+++ expat.spec	8 Aug 2007 20:47:33 -0000	1.27
@@ -1,12 +1,11 @@
-Summary: A library for parsing XML documents
+Summary: An XML parser library
 Name: expat
-Version: 1.95.8
-Release: 10
+Version: 2.0.1
+Release: 1
 Group: System Environment/Libraries
 Source: http://download.sourceforge.net/expat/expat-%{version}.tar.gz
-Patch0: expat-1.95.8-pedantic.patch
 URL: http://www.libexpat.org/
-License: BSD
+License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: autoconf, automake, libtool
 
@@ -29,14 +28,13 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .pedantic
 
 %build
 rm -rf autom4te*.cache
 cp `aclocal --print-ac-dir`/libtool.m4 conftools || exit 1
 libtoolize --copy --force --automake && aclocal && autoheader && autoconf
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-%configure
+%configure --libdir=/%{_lib}
 make %{?_smp_mflags}
 
 %install
@@ -44,11 +42,12 @@
 
 rm -f examples/*.dsp
 
-%makeinstall man1dir=$RPM_BUILD_ROOT/%{_mandir}/man1 \
-        libdir=$RPM_BUILD_ROOT/%{_lib}
+make install DESTDIR=$RPM_BUILD_ROOT
 
 mkdir -p $RPM_BUILD_ROOT%{_libdir}
-mv $RPM_BUILD_ROOT/%{_lib}/libexpat.{so,a,la} $RPM_BUILD_ROOT%{_libdir}
+mv $RPM_BUILD_ROOT/%{_lib}/libexpat.{so,a} $RPM_BUILD_ROOT%{_libdir}
+
+rm -f $RPM_BUILD_ROOT/%{_lib}/libexpat.la
 
 lib=`echo $RPM_BUILD_ROOT/%{_lib}/libexpat.so.*.*`
 ln -sf ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/libexpat.so
@@ -74,6 +73,11 @@
 %{_includedir}/*.h
 
 %changelog
+* Wed Aug  8 2007 Joe Orton <jorton at redhat.com> 2.0.1-1
+- update to 2.0.1
+- fix the License tag
+- drop the .la file
+
 * Sun Feb  4 2007 Joe Orton <jorton at redhat.com> 1.95.8-10
 - remove trailing dot in Summary (#225742)
 - use preferred BuildRoot per packaging guidelines (#225742)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/expat/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	25 Nov 2004 08:26:34 -0000	1.8
+++ sources	8 Aug 2007 20:47:33 -0000	1.9
@@ -1 +1 @@
-aff487543845a82fe262e6e2922b4c8e  expat-1.95.8.tar.gz
+ee8b492592568805593f81f8cdf2a04c  expat-2.0.1.tar.gz




More information about the fedora-extras-commits mailing list