Hello community, here is the log from the commit of package u3-tool for openSUSE:Factory checked in at 2015-03-30 19:33:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u3-tool (Old) and /work/SRC/openSUSE:Factory/.u3-tool.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u3-tool" Changes: -------- --- /work/SRC/openSUSE:Factory/u3-tool/u3-tool.changes 2012-03-26 14:03:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.u3-tool.new/u3-tool.changes 2015-03-30 19:33:36.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Mar 29 07:42:35 UTC 2015 - [email protected] + +- Use url for source +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- Old: ---- u3-tool-0.3.tar.bz2 New: ---- u3-tool-0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u3-tool.spec ++++++ --- /var/tmp/diff_new_pack.lBlSyc/_old 2015-03-30 19:33:37.000000000 +0200 +++ /var/tmp/diff_new_pack.lBlSyc/_new 2015-03-30 19:33:37.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package u3-tool # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -24,10 +24,11 @@ License: GPL-2.0+ Group: Hardware/Other Url: http://u3-tool.sourceforge.net/ -Source: u3-tool-%{version}.tar.bz2 +Source0: http://sourceforge.net/projects/u3-tool/files/u3-tool/%{version}/u3-tool-%{version}.tar.gz Patch0: u3-tool-0.3-fix-manpage-section.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf BuildRequires: automake +BuildRoot: %{_tmppath}/%{name}-%{version}-build ExcludeArch: ppc ppc64 %description @@ -36,11 +37,6 @@ enabling, disabling, and resetting device security, and unlocking the secured data partition. - -Authors: --------- - <[email protected]> - %prep %setup -q %patch0 -p1 @@ -51,10 +47,7 @@ make %{?_smp_mflags} %install -%makeinstall - -%clean -rm -rf %{buildroot} +make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root,-)
