]> git.pld-linux.org Git - packages/fuse-utils.git/commitdiff
- initial release
authorjuandon <witekfl@pld-linux.org>
Mon, 9 Dec 2002 18:10:05 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse-utils.spec -> 1.1

fuse-utils.spec [new file with mode: 0644]

diff --git a/fuse-utils.spec b/fuse-utils.spec
new file mode 100644 (file)
index 0000000..7b9a8dd
--- /dev/null
@@ -0,0 +1,64 @@
+Summary:       Fuse utilities
+Summary(pl):   Programy u¿ytkowe do fuse'a
+Name:          fuse-utils
+Version:       0.5.1
+Release:       1
+License:       GPL
+Group:         Applications/Emulators
+Source0:       http://www.srcf.ucam.org/~pak21/spectrum/%{name}-%{version}.tar.gz
+URL:           http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libspectrum-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Fuse utilities are a few tools which may be of occasional use when
+dealing with ZX Spectrum emulator files. They were originally
+distributed with Fuse, the Free Unix Spectrum Emulator, but are now
+independent of Fuse and can be used on their own.
+
+The available utilities are:
+
+- rzxdump: list the contents of an RZX input recording file.
+- rzxtool: add, extract or remove the embedded snapshot from an RZX
+  file, or compress or uncompress the file.
+- tzxconv: do a best-guess conversion of a TZX file to a .tap file.
+- tzxlist: list the contents of a TZX file.
+
+%description -l pl
+Programy u¿ytkowe do fuse'a to kilka narzêdzi, które mog± siê przydaæ
+gdy u¿ywamy plików emulatorów ZX Spectrum. Wcze¶niej by³y
+dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz s± niezale¿ne
+i mog± byæ u¿ywane samodzielnie.
+
+Dostêpne s±:
+
+- rzxdump: wy¶wietla zawarto¶æ pliku RZX.
+- rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
+  tak¿e kompresuje lub dekompresuje pliki.
+- tzxconv: konwersuje pliki TZX do formatu TAP.
+- tzxlist: wy¶wietla zawarto¶æ pliku TZX.
+
+%prep
+%setup -q
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+
+%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 README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.044538 seconds and 4 git commands to generate.