SHA256
1
0
forked from pool/fsarchiver

Accepting request 96848 from Archiving:Backup

clean up spec

OBS-URL: https://build.opensuse.org/request/show/96848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fsarchiver?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2011-12-21 09:00:03 +00:00 committed by Git OBS Bridge
commit d966bab3b7
4 changed files with 19 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a14d9c28de1ea32ce93959996dc638ce5e35735df5bcd2f51f8868e3a6c76fa2
size 199681

3
fsarchiver-0.6.12.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20d94f6a4ad741b5576f9cae844ffc251613b039bc8dee99d5ea860bb719131b
size 245000

View File

@ -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 Tue May 24 16:00:48 UTC 2011 - lazy.kent@opensuse.org

View File

@ -20,13 +20,12 @@
Name: fsarchiver Name: fsarchiver
Version: 0.6.12 Version: 0.6.12
Release: 1 Release: 1
License: GPL-2.0
Summary: Filesystem Archiver
Url: http://www.fsarchiver.org Url: http://www.fsarchiver.org
License: GPLv2
Source0: %{name}-%{version}.tar.bz2
Source1: HOWTO
Group: Productivity/Archiving/Backup Group: Productivity/Archiving/Backup
Summary: Filesystem Archiver for Linux Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build Source1: HOWTO
BuildRequires: e2fsprogs BuildRequires: e2fsprogs
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
BuildRequires: libattr-devel BuildRequires: libattr-devel
@ -36,6 +35,7 @@ BuildRequires: lzo-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: xz-devel BuildRequires: xz-devel
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
FSArchiver is a system tool that allows you to save the contents of 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 restored on a different file-system. Unlike tar/dar, FSArchiver also
creates the file-system when it extracts the data to partitions. creates the file-system when it extracts the data to partitions.
Everything is checksummed in the archive in order to protect the data. 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 If the archive is corrupt, you just loose the current file, not
whole archive. the whole archive.
Authors:
--------
Francois Dupoux <fdupoux@users.sourceforge.net>
%prep %prep
%setup -q %setup -q
%__cp -p %{S:1} . cp %{SOURCE1} .
%build %build
%configure %configure
%__make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%make_install %make_install
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog COPYING HOWTO NEWS README THANKS %doc ChangeLog COPYING HOWTO NEWS README THANKS