packages: safecopy/safecopy.spec (NEW) - initial PLD release

lisu lisu at pld-linux.org
Thu Jul 16 10:10:10 CEST 2009


Author: lisu                         Date: Thu Jul 16 08:10:10 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/safecopy:
   safecopy.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/safecopy/safecopy.spec
diff -u /dev/null packages/safecopy/safecopy.spec:1.1
--- /dev/null	Thu Jul 16 10:10:10 2009
+++ packages/safecopy/safecopy.spec	Thu Jul 16 10:10:05 2009
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary:	Data recovery tool
+Summary(pl.UTF-8):	Narzędzie do odzyskiwania danych
+Name:		safecopy
+Version:	1.4
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://dl.sourceforge.net/safecopy/%{name}-%{version}.tar.gz
+# Source0-md5:	a7bc9f8d727cb1815fed27af4c560dd0
+URL:		http://safecopy.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+safecopy is a data recovery tool which tries to extract as much data
+as possible from a seekable but problematic (i.e., damaged sectors)
+source like floppy drives, hard disk partitions, CDs, etc.
+
+%description -l pl.UTF-8
+safecopy jest narzędziem do odzyskiwania danych, które próbuje
+wydobyć tak dużo danych, jak to możliwe z przeszukiwalnych lecz
+problematycznych (np. z uszkodzonymi sektorami) źródeł, takich jak
+dyskietki, partycje dysków, płyty CD itp.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README specification.txt webpage/*
+%attr(755,root,root) %{_bindir}/safecopy
+%{_mandir}/man1/safecopy.1*
+
+%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  2009/07/16 08:10:05  lisu
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list