Author: qboosh Date: Fri Oct 6 09:53:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: srcat.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/srcat.spec diff -u /dev/null SPECS/srcat.spec:1.1 --- /dev/null Fri Oct 6 11:53:36 2006 +++ SPECS/srcat.spec Fri Oct 6 11:53:31 2006 @@ -0,0 +1,50 @@ +# $Revision$, $Date$ +Summary: Utility to extract data from a full set of SR disks +Summary(pl): Narzędzie do wyciągania danych z pełnego zestawu dysków SR +Name: srcat +Version: 0 +Release: 0.alpha.1 +License: BSD +Group: Applications/File +Source0: http://dl.sourceforge.net/aoetools/%{name}-alpha-%{version}.tar.gz +# Source0-md5: 999f8f9609dd30245ed50b69f7773070 +URL: http://aoetools.sourceforge.net/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This alpha utility enables the user to extract data from disks that +were used in an SR. No warranty. + +%description -l pl +To narzędzie (w stadium alpha) pozwala na wyciągnięcie danych z dysków +używanych w SR. Nie daje żadnej gwarancji. + +%prep +%setup -q -n %{name}-alpha-%{version} + +%build +%{__cc} %{rpmcflags} -Wall -o srcat unraid.c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +install srcat $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog LICENSE README TODO +%attr(755,root,root) %{_bindir}/srcat + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/10/06 09:53:31 qboosh +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
