Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 74800e959acad1491829c53ef30ceda7 > files > 2

copyfs-1.0.1-4mdv2010.0.src.rpm

%define name copyfs
%define version 1.0.1
%define release %mkrel 4

Version:	%version
Release:	%release
Name:		%name
Summary:	A copy-on-write, versionned filesystem
License:	GPL
URL:		http://n0x.org/copyfs/
Group:		Archiving/Backup
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	%{mklibname fuse -d}, libattr-devel
Requires:	fuse, attr
Source:		http://n0x.org/copyfs/%{name}-%{version}.tar.bz2

%description
CopyFS is a copy-on-write, versionned file system. This file system is
useful for example when you have a directory containing important
files, for which you want to track changes, and be able to revert to an
older version. CopyFS lets you do that by transparently making backups
of each file that you modify. You are then able to see what version are
available for a file, and get an older version.

%prep
%setup -q

%build
%configure
%make

%install
%{__rm} -Rf %{buildroot}
%makeinstall

%clean
%{__rm} -Rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/copyfs-daemon
%{_bindir}/copyfs-fversion
%{_bindir}/copyfs-mount
%{_mandir}/man1/copyfs-daemon.*
%{_mandir}/man1/copyfs-fversion.*
%{_mandir}/man1/copyfs-mount.*
%{_mandir}/man1/copyfs.*
%doc README TODO COPYING


%changelog
* Wed Sep 02 2009 Thierry Vignaud <tvignaud@mandriva.com> 1.0.1-4mdv2010.0
+ Revision: 424984
- rebuild

* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0.1-3mdv2009.0
+ Revision: 243657
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 1.0.1-1mdv2008.1
+ Revision: 136345
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - fix man pages

* Thu Apr 26 2007 Nicolas Vigier <nvigier@mandriva.com> 1.0.1-1mdv2008.0
+ Revision: 18419
- Import copyfs



* Wed Apr 25 2007 Nicolas Vigier <nvigier@mandriva.com>
- first version