]> git.pld-linux.org Git - packages/affstools.git/commitdiff
- new master
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 Jun 2008 20:18:09 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    affstools.spec -> 1.1

affstools.spec [new file with mode: 0644]

diff --git a/affstools.spec b/affstools.spec
new file mode 100644 (file)
index 0000000..1b8080c
--- /dev/null
@@ -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
This page took 0.076141 seconds and 4 git commands to generate.