Hello community, here is the log from the commit of package obexftp for openSUSE:Factory checked in at 2012-09-14 12:31:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obexftp (Old) and /work/SRC/openSUSE:Factory/.obexftp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obexftp", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/obexftp/obexftp.changes 2011-11-22 17:49:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.obexftp.new/obexftp.changes 2012-09-14 12:31:53.000000000 +0200 @@ -1,0 +2,6 @@ +Thu May 24 10:56:17 UTC 2012 - [email protected] + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obexftp.spec ++++++ --- /var/tmp/diff_new_pack.6HvpvQ/_old 2012-09-14 12:31:53.000000000 +0200 +++ /var/tmp/diff_new_pack.6HvpvQ/_new 2012-09-14 12:31:53.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package obexftp # -# 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,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: obexftp -BuildRequires: bluez-devel libtool openobex-devel pkgconfig python-devel -License: GPL-2.0+ -Group: Productivity/Networking/Other -AutoReqProv: on +BuildRequires: bluez-devel +BuildRequires: libtool +BuildRequires: openobex-devel +BuildRequires: pkgconfig +BuildRequires: python-devel Version: 0.23 -Release: 4 +Release: 0 Summary: ObexFTP Implements the Object Exchange (OBEX) Protocol's File Transfer Feature +License: GPL-2.0+ +Group: Productivity/Networking/Other Url: http://triq.net/obexftp Source: %name-%version.tar.bz2 Patch0: gcc43.diff @@ -33,33 +34,21 @@ %description ObexFTP works with all protocols supported by openobex (OpenOBEX). - Currently, these are: - irda (IrDA), +Currently, these are: +- irda (IrDA), - bluez-utils (BlueTooth) - - setserial (Serial) - - -Authors: --------- - Christian W. Zuckschwerdt <[email protected]> - %package devel -License: GPL-2.0+ Summary: Development package for obexftp Group: Productivity/Networking/Other -Requires: %name = %version openobex-devel +Requires: %name = %version +Requires: openobex-devel %description devel Files needed for software development using obexftp. - - -Authors: --------- - Christian W. Zuckschwerdt <[email protected]> - %prep %setup -q %patch0 @@ -68,7 +57,7 @@ cp /usr/share/gettext/config.rpath . autoreconf -fiv %configure --disable-rpath --disable-static --with-pic --disable-perl -make +make %{?_smp_mflags} cd swig/perl perl Makefile.PL make -f Makefile.perl @@ -84,9 +73,6 @@ %postun -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root) %doc AUTHORS ChangeLog NEWS README THANKS TODO @@ -103,7 +89,6 @@ %_libdir/pkgconfig/obexftp.pc %package -n python-obexftp -License: GPL-2.0+ Summary: ObexFTP Implements the Object Exchange (OBEX) - Python bindings Group: Productivity/Networking/Other Requires: %name = %version @@ -114,18 +99,11 @@ This package contains the python bindings. - - -Authors: --------- - Christian W. Zuckschwerdt <[email protected]> - %files -n python-obexftp %defattr(-,root,root) %{py_sitedir}/* %package -n perl-obexftp -License: GPL-2.0+ Summary: ObexFTP Implements the Object Exchange (OBEX) - Perl bindings Group: Productivity/Networking/Other Requires: %name = %version @@ -137,12 +115,6 @@ This package contains the Perl bindings. - - -Authors: --------- - Christian W. Zuckschwerdt <[email protected]> - %files -n perl-obexftp %defattr(-,root,root) %if %suse_version < 1140 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
