Hello community, here is the log from the commit of package expat for openSUSE:Factory checked in at 2012-02-15 16:14:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/expat (Old) and /work/SRC/openSUSE:Factory/.expat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "expat", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/expat/expat.changes 2011-12-02 16:25:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2012-02-15 16:15:45.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 12 14:42:34 UTC 2012 - [email protected] + +- Put libraries back to %{_libdir}, /usr merge project + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ expat.spec ++++++ --- /var/tmp/diff_new_pack.UnoClo/_old 2012-02-15 16:15:46.000000000 +0100 +++ /var/tmp/diff_new_pack.UnoClo/_new 2012-02-15 16:15:46.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package expat # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,11 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: expat Version: 2.0.1 Release: 0 -Group: Development/Libraries/C and C++ -License: MIT Url: http://expat.sourceforge.net/ # bug437293 %ifarch ppc64 @@ -27,6 +26,8 @@ %endif # Summary: XML Parser Toolkit +License: MIT +Group: Development/Libraries/C and C++ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}faq.html Source2: baselibs.conf @@ -35,8 +36,8 @@ Patch2: expat-visibility.patch Patch3: expat-alloc-size.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: libtool %description Expat is an XML 1.0 parser written in C. It aims to be fully @@ -63,6 +64,7 @@ %package -n libexpat1 Summary: XML Parser Toolkit +Group: Development/Libraries/C and C++ # bug437293 %ifarch ppc64 Obsoletes: expat-64bit @@ -94,6 +96,7 @@ %package -n libexpat-devel Summary: XML Parser Toolkit +Group: Development/Libraries/C and C++ Requires: libexpat1 = %{version} glibc-devel %description -n libexpat-devel @@ -130,19 +133,14 @@ %build autoreconf -%configure --disable-static --with-pic --libdir=/%{_lib} +%configure --disable-static --with-pic make %{?_smp_mflags} %install make DESTDIR=$RPM_BUILD_ROOT install rm doc/xmlwf.1 -mkdir -p $RPM_BUILD_ROOT%{_libdir} -# move .so symlink to /usr -%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/lib%{name}.so) %{buildroot}%{_libdir}/lib%{name}.so -%{__rm} -v %{buildroot}/%{_lib}/lib%{name}.so # remove .la file -rm -f $RPM_BUILD_ROOT/%{_lib}/libexpat.la -nm -C -D %{buildroot}/%{_lib}/libexpat.so.1 | wc -l +rm -f %{buildroot}%{_libdir}/libexpat.la %check make check @@ -160,7 +158,7 @@ %files -n libexpat1 %defattr(-, root, root) -/%{_lib}/libexpat.so.* +%{_libdir}/libexpat.so.* %files -n libexpat-devel %defattr(-, root, root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
