Hello community, here is the log from the commit of package fsarchiver for openSUSE:Factory checked in at 2011-12-21 10:00:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old) and /work/SRC/openSUSE:Factory/.fsarchiver.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fsarchiver", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes 2011-09-23 01:58:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes 2011-12-21 10:00:04.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 24 16:28:05 UTC 2011 - [email protected] + +- Corrected License tag according to SPDX Standard. +- Use full URL as a source. +- Spec clean up. + +------------------------------------------------------------------- Old: ---- fsarchiver-0.6.12.tar.bz2 New: ---- fsarchiver-0.6.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fsarchiver.spec ++++++ --- /var/tmp/diff_new_pack.JEYWUo/_old 2011-12-21 10:00:05.000000000 +0100 +++ /var/tmp/diff_new_pack.JEYWUo/_new 2011-12-21 10:00:05.000000000 +0100 @@ -20,13 +20,12 @@ Name: fsarchiver Version: 0.6.12 Release: 1 +License: GPL-2.0 +Summary: Filesystem Archiver Url: http://www.fsarchiver.org -License: GPLv2 -Source0: %{name}-%{version}.tar.bz2 -Source1: HOWTO Group: Productivity/Archiving/Backup -Summary: Filesystem Archiver for Linux -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +Source1: HOWTO BuildRequires: e2fsprogs BuildRequires: e2fsprogs-devel BuildRequires: libattr-devel @@ -36,6 +35,7 @@ BuildRequires: pkg-config BuildRequires: xz-devel BuildRequires: zlib-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description FSArchiver is a system tool that allows you to save the contents of @@ -44,29 +44,20 @@ restored on a different file-system. Unlike tar/dar, FSArchiver also creates the file-system when it extracts the data to partitions. Everything is checksummed in the archive in order to protect the data. -If the archive is corrupt, you just loose the current file, not the -whole archive. - - - -Authors: --------- - Francois Dupoux <[email protected]> +If the archive is corrupt, you just loose the current file, not +the whole archive. %prep %setup -q -%__cp -p %{S:1} . +cp %{SOURCE1} . %build %configure -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install %make_install -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} - %files %defattr(-,root,root,-) %doc ChangeLog COPYING HOWTO NEWS README THANKS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
