From 5b0508880c5f5c0b269a5d0a3527a0c048f5bb4aae36552dee9218b943fb342e Mon Sep 17 00:00:00 2001 From: Kyrill Detinov Date: Thu, 24 Nov 2011 17:34:22 +0000 Subject: [PATCH] spec clean up OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/fsarchiver?expand=0&rev=5 --- fsarchiver-0.6.12.tar.bz2 | 3 --- fsarchiver-0.6.12.tar.gz | 3 +++ fsarchiver.changes | 7 +++++++ fsarchiver.spec | 27 +++++++++------------------ 4 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 fsarchiver-0.6.12.tar.bz2 create mode 100644 fsarchiver-0.6.12.tar.gz diff --git a/fsarchiver-0.6.12.tar.bz2 b/fsarchiver-0.6.12.tar.bz2 deleted file mode 100644 index e11de4c..0000000 --- a/fsarchiver-0.6.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a14d9c28de1ea32ce93959996dc638ce5e35735df5bcd2f51f8868e3a6c76fa2 -size 199681 diff --git a/fsarchiver-0.6.12.tar.gz b/fsarchiver-0.6.12.tar.gz new file mode 100644 index 0000000..6a912e3 --- /dev/null +++ b/fsarchiver-0.6.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d94f6a4ad741b5576f9cae844ffc251613b039bc8dee99d5ea860bb719131b +size 245000 diff --git a/fsarchiver.changes b/fsarchiver.changes index 304ac2f..ddb2a38 100644 --- a/fsarchiver.changes +++ b/fsarchiver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 24 16:28:05 UTC 2011 - lazy.kent@opensuse.org + +- Corrected License tag according to SPDX Standard. +- Use full URL as a source. +- Spec clean up. + ------------------------------------------------------------------- Tue May 24 16:00:48 UTC 2011 - lazy.kent@opensuse.org diff --git a/fsarchiver.spec b/fsarchiver.spec index ce18b47..b0273b7 100644 --- a/fsarchiver.spec +++ b/fsarchiver.spec @@ -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: lzo-devel 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 partition which has a different size and it can be 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 +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