rpms/pdumpfs/F-9 import.log, NONE, 1.1 pdumpfs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Henrique Junior lspooky at fedoraproject.org
Thu Feb 19 16:33:24 UTC 2009


Author: lspooky

Update of /cvs/pkgs/rpms/pdumpfs/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5881/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	import.log pdumpfs.spec 
Log Message:
First commit of pdumpfs



--- NEW FILE import.log ---
pdumpfs-1_3-4_fc10:F-9:pdumpfs-1.3-4.fc10.src.rpm:1235061036


--- NEW FILE pdumpfs.spec ---
Name:		pdumpfs
Version:	1.3
Release:	4%{?dist}
Summary:	Daily backup system
Group:		Applications/Archiving
License:	GPLv2
URL:		http://0xcc.net/pdumpfs/index.html.en
Source0:	http://0xcc.net/pdumpfs/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	ruby
Requires:	ruby

%description
pdumpfs is a simple daily backup system similar to Plan9's dumpfs which
preserves every daily snapshot. pdumpfs is written in Ruby. You can
access the past snapshots at any time for retrieving a certain day's
file. Let's backup your home directory with pdumpfs!

pdumpfs constructs the snapshot YYYY/MM/DD in the destination directory.
All source files are copied to the snapshot directory for the first time.
On and after the second time, pdumpfs copies only updated or newly created
files and stores unchanged files as hard links to the files of the previous
day's snapshot for saving a disk space.

%prep
%setup -q

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 pdumpfs %{buildroot}%{_bindir}/pdumpfs
%{__install} -Dp -m0644 man/ja/man8/pdumpfs.8 %{buildroot}%{_mandir}/ja/man8/pdumpfs.8
%{__install} -Dp -m0644 man/man8/pdumpfs.8 %{buildroot}%{_mandir}/man8/pdumpfs.8

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root ,root, -)
%doc ChangeLog COPYING doc/ README
%{_mandir}/man8/pdumpfs.8*
%{_mandir}/ja/man8/pdumpfs.8*
%{_bindir}/pdumpfs

%changelog
* Sun Feb 15 2009 Henrique "LonelySpooky" Junior <lspooky at fedoraproject.org> - 1.3-4
- Added japanese man pages

* Sun Feb 15 2009 Henrique "LonelySpooky" Junior <lspooky at fedoraproject.org> - 1.3-3
- Changed the arch to noarch

* Tue Jan 20 2009 Henrique "LonelySpooky" Junior <lspooky at fedoraproject.org> - 1.3-2
- Changes in the .spec file, fixing some sintaxes

* Tue Jan 20 2009 Henrique "LonelySpooky" Junior <lspooky at fedoraproject.org> - 1.3-1
- Initial package - based on Dag's .spec for CentOS


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pdumpfs/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:13:02 -0000	1.1
+++ .cvsignore	19 Feb 2009 16:32:53 -0000	1.2
@@ -0,0 +1 @@
+pdumpfs-1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pdumpfs/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:13:02 -0000	1.1
+++ sources	19 Feb 2009 16:32:53 -0000	1.2
@@ -0,0 +1 @@
+c1bb6514b3136854ca265913fd3765c9  pdumpfs-1.3.tar.gz




More information about the fedora-extras-commits mailing list