diff --git a/.cvsignore b/.cvsignore index e69de29..66baa5b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +backup-light-0.4.tar.gz diff --git a/backup-light.spec b/backup-light.spec new file mode 100644 index 0000000..fef5a64 --- /dev/null +++ b/backup-light.spec @@ -0,0 +1,53 @@ +Name: backup-light +Version: 0.4 +Release: 2%{?dist} +Summary: A small backup bash utility + +Group: Applications/Archiving +License: GPLv2+ +URL: http://code.google.com/p/backup-light/ +Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + + +%description +Backup-light is a small, lightweight utility written for the bash shell +that backups the active users $HOME directory. Backup-light is able to +preform both full and incremental backups with the options to preform a +backup with out updating the time stamp, or to backup to a different +directory or device at will. Backup-light also creates MD5sums of the +backup archives for added security. + + +%prep +%setup -q + + +%build + + +%install +rm -rf %{buildroot} +install -Dp -m 0755 backuplight.sh %{buildroot}%{_bindir}/%{name} +install -Dp -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc authors COPYING README +%{_mandir}/man*/%{name}.* +%{_bindir}/%{name} + + +%changelog +* Sat Mar 21 2009 Fabian Affolter - 0.4-2 +- Changed script name http://code.google.com/p/backup-light/issues/detail?id=3 + +* Wed Mar 18 2009 Fabian Affolter - 0.4-1 +- Initial spec for Fedora + diff --git a/import.log b/import.log new file mode 100644 index 0000000..dc76f15 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +backup-light-0_4-2_fc10:F-10:backup-light-0.4-2.fc10.src.rpm:1237722750 diff --git a/sources b/sources index e69de29..2c1e78e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dca0069d016d9da11809f806dde55254 backup-light-0.4.tar.gz