Author: qboosh Date: Wed Jun 11 20:18:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: affstools.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/affstools.spec diff -u /dev/null SPECS/affstools.spec:1.1 --- /dev/null Wed Jun 11 22:18:14 2008 +++ SPECS/affstools.spec Wed Jun 11 22:18:09 2008 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Utilities for affs, the AmigaOS filesystem +Summary(pl.UTF-8): Narzędzia do affs - systemu plików AmigaOS +Name: affstools +Version: 0.1a +Release: 1 +License: GPL v2+ +Group: Applications/System +Source0: http://www.xs4all.nl/~zippel/%{name}-%{version}.tar.gz +# Source0-md5: afa2bb5ea02d1cf959a84167868f5b59 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This is the first public test release of affstools, tools for the +AmigaOS filesystem. It offers only very limited functionality and is +mainly intended to help the affs fs debugging. So far the package +includes only affsck and mkaffs. + +%description -l pl.UTF-8 +Ten pakiet zawiera pierwszą publiczną, testową wersję affstools - +narzędzi do systemu plików systemu AmigaOS. Mają bardzo ograniczoną +funkcjonalność, przeznaczoną głównie do pomocy przy diagnostyce +obsługi affs. Jak na razie pakiet zawiera tylko affsck i mkaffs. + +%prep +%setup -q + +%build +%configure2_13 +%{__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 README +%attr(755,root,root) %{_sbindir}/affsck +%attr(755,root,root) %{_sbindir}/mkaffs + +%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 2008-06-11 20:18:09 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
