SPECS: hdup.spec (NEW) - added

aredridel aredridel at pld-linux.org
Thu Feb 2 07:35:22 CET 2006


Author: aredridel                    Date: Thu Feb  2 06:35:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/hdup.spec
diff -u /dev/null SPECS/hdup.spec:1.1
--- /dev/null	Thu Feb  2 07:35:22 2006
+++ SPECS/hdup.spec	Thu Feb  2 07:35:17 2006
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+Summary:	hdup backup utility
+Name:		hdup
+Version:	2.0.14
+Release:	1
+License:	GPL
+Group:		Applications
+Source0:	http://www.miek.nl/projects/hdup2/%{name}.tar.bz2
+# Source0-md5:	7795ac9dd5a1ae40d330a54b6a6e91a3
+URL:		http://miek.nl/projects/hdup2/index.html
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hdup2 is a backup utilty, it's aim is to make backup really simple.
+The backup scheduling is done by means of a cronjob. Is supports a
+include/exclude mechanism, remote backups, encrypted backups and split
+backups (called chunks) to allow easy burning to CD/DVD.
+
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+#install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/hdup/hdup.conf
+%{_sysconfdir}/hdup/postrun-warn-user
+%attr(755,root,root) %{_sbindir}/hdup
+%{_mandir}/man1/hdup.1*
+%{_mandir}/man5/hdup.conf.5*
+
+%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  2006/02/02 06:35:17  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list