SPECS: dvd_backup.spec (NEW) - PLD initial release

luzik luzik at pld-linux.org
Fri Jan 12 07:45:09 CET 2007


Author: luzik                        Date: Fri Jan 12 06:45:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- PLD initial release

---- Files affected:
SPECS:
   dvd_backup.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/dvd_backup.spec
diff -u /dev/null SPECS/dvd_backup.spec:1.1
--- /dev/null	Fri Jan 12 07:45:09 2007
+++ SPECS/dvd_backup.spec	Fri Jan 12 07:45:03 2007
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Backup on DVD
+Summary(pl):	Kopie zapasowe na DVD
+Name:		dvd_backup
+Version:	0.5.0
+Release:	0.1
+License:	GPL v2
+Group:		Applications
+Source0:	http://silvercoders.com/download/%{name}-%{version}.tar.gz
+# Source0-md5:	2e8a35213ca0fe7502a9873d32bbba44
+URL:		http://silvercoders.com/index.php?page=DVD_Backup
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SILVERCODERS DVD Backup is an unix shell script providing
+functionality for backuping files and databases (PostgreSQL, MySQL) on
+DVD discs. DVD Backup supports multisession and incremental backups.
+Mail notification is also supported.
+
+%description -l pl
+SILVERCODERS DVD Backup jest skryptem unixowym służącym do robienia
+kopii zapasowych plików oraz baz danych (PostgreSQL, MySQL) na płytach
+DVD. DVD Backup wspiera multisesje oraz kopie przyrostowe.
+Powiadamianie na maila jest również dostępne.
+
+%prep
+%setup -q -n %{name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+cp dvd_backup.sh $RPM_BUILD_ROOT%{_bindir}/dvd_backup
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog dvd_backup.conf.sample
+%attr(755,root,root) %{_bindir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/12 06:45:03  luzik
+- PLD initial release
+
================================================================


More information about the pld-cvs-commit mailing list