]> git.pld-linux.org Git - packages/dobackup.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Mon, 6 Jan 2003 11:15:40 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dobackup.spec -> 1.1

dobackup.spec [new file with mode: 0644]

diff --git a/dobackup.spec b/dobackup.spec
new file mode 100644 (file)
index 0000000..13665f5
--- /dev/null
@@ -0,0 +1,42 @@
+%include        /usr/lib/rpm/macros.perl
+Summary:       A Perl script for performing unattended incremental backups.
+Name:          dobackup
+Version:       4.22
+Release:       1
+License:       GPL
+Vendor:                Webcon, Inc.
+Group:         Applications/Archiving
+URL:           http://www.webcon.ca/opensource/dobackup/
+Source0:       http://www.webcon.ca/opensource/dobackup/%{name}-%{version}.tar.gz
+Requires:      perl >= 5.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+
+%description
+A flexible Perl script to handle unattended incremental backups of
+multiple servers. Handles multiple media sets with automatic media
+preparation and rotation, configurable 'what-to-backup', global
+exclusion patterns, user settable 'don't-backup-this-directory'
+metafiles. Design goal: zero-maintenance, nothing to do except change
+the media when told.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -D dobackup.conf.sample ${RPM_BUILD_ROOT}%{_sysconfdir}/dobackup.conf
+install -D dobackup.pl ${RPM_BUILD_ROOT}%{_sbindir}/dobackup
+install -D dobackup.8  ${RPM_BUILD_ROOT}%{_mandir}/man8/dobackup.8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr( 644,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dobackup.conf
+%doc README* CHANGELOG BUGS TODO dobackup.conf.sample dobackup.cron
+%attr(755,root,root) %{_sbindir}/dobackup
+%{_mandir}/man8/*
This page took 0.085755 seconds and 4 git commands to generate.