rpms/fsarchiver/devel fsarchiver-0.4.1-buildfix.patch, NONE, 1.1 fsarchiver.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Adel Gadllah drago01 at fedoraproject.org
Tue Feb 17 12:51:54 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/fsarchiver/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4670/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fsarchiver-0.4.1-buildfix.patch fsarchiver.spec import.log 
Log Message:
initial import


fsarchiver-0.4.1-buildfix.patch:

--- NEW FILE fsarchiver-0.4.1-buildfix.patch ---
diff -upNr fsarchiver-0.4.1.orign/src/showpart.c fsarchiver-0.4.1/src/showpart.c
--- fsarchiver-0.4.1.orign/src/showpart.c	2009-02-01 19:07:47.000000000 +0100
+++ fsarchiver-0.4.1/src/showpart.c	2009-02-12 22:29:40.000000000 +0100
@@ -24,7 +24,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <ext2fs/ext2fs.h>
 #include <blkid/blkid.h>
 
 #include "showpart.h"


--- NEW FILE fsarchiver.spec ---
Name:		fsarchiver
Version:	0.4.1
Release:	2%{?dist}
Summary:	Safe and flexible file-system backup/deployment tool

Group:		Applications/Archiving
License:	GPLv2
URL:		http://www.fsarchiver.org
Source0:  	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz      
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	e2fsprogs-devel => 1.41.4
BuildRequires:	libattr-devel
BuildRequires:	openssl-devel
BuildRequires:	zlib-devel
BuildRequires:	bzip2-devel
BuildRequires:	lzo-devel
# Disabled because it needs a beta release of lzma which we do not ship
#BuildRequires:	lzma-devel

Patch1:	fsarchiver-0.4.1-buildfix.patch

%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 loose the current file, not the whole archive.

%prep
%setup -q
%patch1 -p1 -b .buildfix

%build
%configure --disable-lzma
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_sbindir}/%{name}
%doc COPYING README THANKS NEWS MULTITHREADING

%changelog
* Sun Feb 15 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.4.1-2
- Fix description

* Thu Feb 12 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.4.1-1
- Initial package


--- NEW FILE import.log ---
fsarchiver-0_4_1-2_fc10:HEAD:fsarchiver-0.4.1-2.fc10.src.rpm:1234875101


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fsarchiver/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:14:08 -0000	1.1
+++ .cvsignore	17 Feb 2009 12:51:23 -0000	1.2
@@ -0,0 +1 @@
+fsarchiver-0.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fsarchiver/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:14:08 -0000	1.1
+++ sources	17 Feb 2009 12:51:23 -0000	1.2
@@ -0,0 +1 @@
+f7546bbbe4d71fe600b5e93a90def948  fsarchiver-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list