Hello community, here is the log from the commit of package qpress for openSUSE:Factory checked in at 2015-03-16 07:00:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qpress (Old) and /work/SRC/openSUSE:Factory/.qpress.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qpress" Changes: -------- --- /work/SRC/openSUSE:Factory/qpress/qpress.changes 2013-01-30 15:13:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.qpress.new/qpress.changes 2015-03-16 07:01:03.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 13 13:13:57 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qpress.spec ++++++ --- /var/tmp/diff_new_pack.2yqUsR/_old 2015-03-16 07:01:04.000000000 +0100 +++ /var/tmp/diff_new_pack.2yqUsR/_new 2015-03-16 07:01:04.000000000 +0100 @@ -1,6 +1,7 @@ # # spec file for package qpress # +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -15,19 +16,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: qpress +Version: 1.1 +Release: 0 Summary: File archiver designed for speed License: GPL-2.0 Group: Productivity/Archiving/Compression -Version: 1.1 -Release: 0 Url: http://www.quicklz.com/ Source0: http://www.quicklz.com/%{name}-11-source.zip Source1: COPYING Patch0: qpress-1.1-isatty-include.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: unzip +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description qpress is a portable file archiver using QuickLZ and designed to utilize @@ -44,19 +46,16 @@ * data recovery of damaged archives with 64 Kbyte grannularity %prep -%setup -c -q -n %{name}-%{version} +%setup -q -c %patch0 -p1 -%__cp %{S:1} . +cp %{SOURCE1} . %build make %{?_smp_mflags} %install -install -d -m 755 $RPM_BUILD_ROOT%{_bindir} -install -m 755 %{name} $RPM_BUILD_ROOT%{_bindir}/ - -%clean -rm -rf $RPM_BUILD_ROOT +install -d -m 755 %{buildroot}%{_bindir} +install -m 755 %{name} %{buildroot}%{_bindir}/ %files %defattr(-,root,root,-) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
