Hello community, here is the log from the commit of package libax25 for openSUSE:Factory checked in at Thu Jan 29 23:28:41 CET 2009. -------- --- libax25/libax25.changes 2007-06-21 15:57:27.000000000 +0200 +++ libax25/libax25.changes 2009-01-28 14:24:39.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Jan 28 14:24:21 CET 2009 - crrodriguez@suse.de + +- remove "la" files with empty dependency_libs +- remove static libraries + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libax25.spec ++++++ --- /var/tmp/diff_new_pack.i19801/_old 2009-01-29 23:27:23.000000000 +0100 +++ /var/tmp/diff_new_pack.i19801/_new 2009-01-29 23:27:23.000000000 +0100 @@ -1,23 +1,31 @@ # # spec file for package libax25 (Version 0.0.10) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: libax25 -URL: http://ax25.sourceforge.net/ -License: GNU General Public License (GPL) +Url: http://ax25.sourceforge.net/ +License: GPL v2 or later Group: Development/Libraries/C and C++ Provides: ax25dev -Autoreqprov: on +AutoReqProv: on Version: 0.0.10 -Release: 234 +Release: 313 Summary: AX.25 Libraries for Development Source: libax25-0.0.10.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,27 +48,20 @@ %build %{suse_update_config} -libtoolize --copy --force -aclocal -autoconf +autoreconf -fiv HARDWARE=`uname -m` export CFLAGS="$RPM_OPT_FLAGS" -if [ $HARDWARE = "alpha" ]; then -./configure --host=alpha-unknown-linux-gnu --prefix= --exec-prefix= --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --libdir=/usr/%_lib --includedir=/usr/include --infodir=/usr/info --mandir=%{_mandir} -else -./configure --host=i486-unknown-linux-gnu --prefix= --exec-prefix= --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var --libdir=/usr/%_lib --includedir=/usr/include --infodir=/usr/info --mandir=%{_mandir} -fi -make +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT make installconf DESTDIR=$RPM_BUILD_ROOT +%{__rm} -f %{buildroot}%{_libdir}/*.la -%post -%run_ldconfig +%post -p /sbin/ldconfig -%postun -%run_ldconfig +%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -82,13 +83,9 @@ /usr/include/netax25/procutils.h /usr/include/netax25/rsconfig.h /usr/include/netax25/ttyutils.h -/usr/%_lib/libax25.a -/usr/%_lib/libax25.la /usr/%_lib/libax25.so /usr/%_lib/libax25.so.0 /usr/%_lib/libax25.so.0.0.0 -/usr/%_lib/libax25io.a -/usr/%_lib/libax25io.la /usr/%_lib/libax25io.so /usr/%_lib/libax25io.so.0 /usr/%_lib/libax25io.so.0.0.0 @@ -99,58 +96,61 @@ %doc %{_mandir}/man5/rsports.5.gz %changelog -* Thu Jun 21 2007 - adrian@suse.de +* Wed Jan 28 2009 crrodriguez@suse.de +- remove "la" files with empty dependency_libs +- remove static libraries +* Thu Jun 21 2007 adrian@suse.de - fix changelog entry order -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Sat Jan 10 2004 - adrian@suse.de +* Sat Jan 10 2004 adrian@suse.de - add %%run_ldconfig -* Thu Dec 05 2002 - jreuter@suse.de +* Thu Dec 05 2002 jreuter@suse.de - upgrade to version 0.0.10 - bziped source archive -* Wed Sep 18 2002 - ro@suse.de +* Wed Sep 18 2002 ro@suse.de - removed bogus self-provides -* Tue Jul 02 2002 - meissner@suse.de +* Tue Jul 02 2002 meissner@suse.de - Cleaned up .spec, buildrooted, auto* rerun. -* Tue Feb 12 2002 - jreuter@suse.de +* Tue Feb 12 2002 jreuter@suse.de - update to version 0.0.9 -* Thu Nov 30 2000 - jreuter@suse.de +* Thu Nov 30 2000 jreuter@suse.de - changed group to Applications/Hamradio -* Wed Nov 08 2000 - sim@suse.de +* Wed Nov 08 2000 sim@suse.de - changed group to Applications/Communications -* Thu May 25 2000 - sim@suse.de +* Thu May 25 2000 sim@suse.de - doc to /usr/share/doc -* Thu Mar 02 2000 - kukuk@suse.de +* Thu Mar 02 2000 kukuk@suse.de - Use _mandir macro -* Thu Oct 28 1999 - ka@suse.de +* Thu Oct 28 1999 ka@suse.de - added �make installconf� to install section of spec file -* Thu Sep 16 1999 - ka@suse.de +* Thu Sep 16 1999 ka@suse.de - update to version 0.0.7 -* Mon Sep 13 1999 - bs@suse.de +* Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. -* Thu Aug 12 1999 - ka@suse.de +* Thu Aug 12 1999 ka@suse.de - more detailed configure call to fix wrong paths in ax25tool/ax25apps -* Mon Jul 19 1999 - ka@suse.de +* Mon Jul 19 1999 ka@suse.de - update to version 0.0.6 -* Tue Jul 13 1999 - ka@suse.de +* Tue Jul 13 1999 ka@suse.de - update to version 0.0.5 - fixed typo in pathnames.h -* Fri Jun 11 1999 - ka@suse.de +* Fri Jun 11 1999 ka@suse.de - added header files for glibc 2.1 received from Tomi Manninen -* Wed May 19 1999 - ro@suse.de +* Tue May 18 1999 ro@suse.de - re-added patch to apps/call.c -* Tue May 18 1999 - ka@suse.de +* Tue May 18 1999 ka@suse.de - added patch for procutils.c -* Fri May 07 1999 - ka@suse.de +* Fri May 07 1999 ka@suse.de - initial release of new sources for kernel 2.2.x - renamed package to libax25 -* Tue May 04 1999 - ro@suse.de +* Mon May 03 1999 ro@suse.de - rebuilt diff - patched to build with glibc-2.1 and on alpha - rspfd can't work on alpha yet due to inline asm -* Mon Mar 15 1999 - ro@suse.de +* Mon Mar 15 1999 ro@suse.de - renamed subpackage to ax25dev -* Fri Mar 12 1999 - ka@suse.de +* Fri Mar 12 1999 ka@suse.de - added sample configuration files to /etc/ax25/ -* Thu Mar 11 1999 - ka@suse.de +* Thu Mar 11 1999 ka@suse.de - initial release ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de