]> git.pld-linux.org Git - packages/rsnapshot.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 27 Oct 2003 02:16:33 +0000 (02:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsnapshot.spec -> 1.1

rsnapshot.spec [new file with mode: 0644]

diff --git a/rsnapshot.spec b/rsnapshot.spec
new file mode 100644 (file)
index 0000000..8caa775
--- /dev/null
@@ -0,0 +1,36 @@
+Summary:       Program for efficient remote updates of backup sets
+Name:          rsnapshot
+Version:       1.0.1
+Release:       1
+License:       GPL
+Group:         Daemons
+Source0:        http://rsnapshot.scubaninja.com/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: a22c38978107efdcfd044252a2253100
+Requires: perl
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+rsnapshot is an efficient backup program built on rsync
+
+%prep
+%setup  -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_sysconfdir},%{_mandir}/man1}
+
+install -m 755 rsnapshot $RPM_BUILD_ROOT/%{_bindir}/rsnapshot
+install -m 644 rsnapshot.conf $RPM_BUILD_ROOT/%{_sysconfdir}/rsnapshot.conf
+install -m 644 rsnapshot.1 $RPM_BUILD_ROOT/%{_mandir}/man1/rsnapshot.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
+%config %{_sysconfdir}/*
This page took 0.139803 seconds and 4 git commands to generate.