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:
commit
d966bab3b7
@ -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
3
fsarchiver-0.6.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20d94f6a4ad741b5576f9cae844ffc251613b039bc8dee99d5ea860bb719131b
|
||||
size 245000
|
@ -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
|
||||
|
||||
|
@ -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 <fdupoux@users.sourceforge.net>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user