From 96853f2b5052c27b17b16af46ad372c9c73ca371 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 11 Jun 2008 20:18:09 +0000 Subject: [PATCH] - new Changed files: affstools.spec -> 1.1 --- affstools.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 affstools.spec diff --git a/affstools.spec b/affstools.spec new file mode 100644 index 0000000..1b8080c --- /dev/null +++ b/affstools.spec @@ -0,0 +1,44 @@ +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 -- 2.43.0