]> git.pld-linux.org Git - packages/fsarchiver.git/commitdiff
- init PLD spec, 0.6.12 auto/th/fsarchiver-0_6_12-1
authorareq <areq@pld-linux.org>
Sat, 29 Jan 2011 14:52:22 +0000 (14:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fsarchiver.spec -> 1.1

fsarchiver.spec [new file with mode: 0644]

diff --git a/fsarchiver.spec b/fsarchiver.spec
new file mode 100644 (file)
index 0000000..58815e0
--- /dev/null
@@ -0,0 +1,57 @@
+Summary:       Safe and flexible file-system backup/deployment tool
+Name:          fsarchiver
+Version:       0.6.12
+Release:       1
+License:       GPL v2+
+Group:         Applications/System
+Source0:       http://downloads.sourceforge.net/fsarchiver/%{name}-%{version}.tar.gz
+# Source0-md5: dc54cefcf9c2bc331063d82a7ad54133
+URL:           http://www.fsarchiver.org/
+BuildRequires: attr-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: bzip2-devel
+BuildRequires: e2fsprogs-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: libuuid-devel
+BuildRequires: lzo-devel
+BuildRequires: pkgconfig
+BuildRequires: xz-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FSArchiver is a system tool that allows you to save the contents of a
+file-system to a compressed archive file. The file-system can be
+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 lose the current file, not the
+whole archive.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_sbindir}/%{name}
+%{_mandir}/man8/%{name}.8*
This page took 0.035375 seconds and 4 git commands to generate.