Hello community,

here is the log from the commit of package usbutils for openSUSE:Factory 
checked in at 2013-04-07 14:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbutils (Old)
 and      /work/SRC/openSUSE:Factory/.usbutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbutils/usbutils.changes        2013-02-25 
20:45:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.usbutils.new/usbutils.changes   2013-04-07 
14:28:17.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 10:04:21 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ usbutils.spec ++++++
--- /var/tmp/diff_new_pack.5ZXAnH/_old  2013-04-07 14:28:19.000000000 +0200
+++ /var/tmp/diff_new_pack.5ZXAnH/_new  2013-04-07 14:28:19.000000000 +0200
@@ -17,19 +17,19 @@
 
 
 Name:           usbutils
-BuildRequires:  libusb-1_0-devel
-BuildRequires:  pkg-config
-Url:            http://sourceforge.net/projects/linux-usb/
 Version:        006
 Release:        0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Tools and libraries for USB devices
 License:        GPL-2.0+
 Group:          Hardware/Other
-Source0:        usbutils-%{version}.tar.xz
+Url:            http://sourceforge.net/projects/linux-usb/
+Source0:        
https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-%{version}.tar.xz
 Source1:        usbutils-rpmlintrc
 Source2:        usb.ids
-Patch:          config-guess-sub-update.patch
+Patch0:         config-guess-sub-update.patch
+BuildRequires:  libusb-1_0-devel
+BuildRequires:  pkg-config
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains a utility for inspecting devices connected to USB
@@ -37,22 +37,22 @@
 
 %prep
 %setup -q
-%patch
-cp %{S:2} usb.ids
+%patch0
+cp %{SOURCE2} usb.ids
 
 %build
 %configure --disable-zlib
-make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make install DESTDIR=%{buildroot}
 
 %files
 %defattr(0644, root, root, 0755)
 %attr(0644, root, root) %{_mandir}/man1/*
 %attr(0644, root, root) %{_mandir}/man8/*
-%attr(0755, root, root) %{_prefix}/bin/*
-%attr(0755, root, root) %{_prefix}/sbin/*
+%attr(0755, root, root) %{_bindir}/*
+%attr(0755, root, root) %{_sbindir}/*
 %{_datadir}/usb.ids
 %{_datadir}/pkgconfig/usbutils.pc
 %doc AUTHORS ChangeLog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to