]> git.pld-linux.org Git - packages/fuse-utils.git/blob - fuse-utils.spec
2180f73fe75077c1dd2bdc1ae9c692ba8a93fa87
[packages/fuse-utils.git] / fuse-utils.spec
1 Summary:        Fuse utilities
2 Summary(pl):    Programy u¿ytkowe do fuse'a
3 Name:           fuse-utils
4 Version:        0.6.0
5 Release:        1
6 License:        GPL
7 Group:          Applications/Emulators
8 Source0:        http://www.srcf.ucam.org/~pak21/spectrum/%{name}-%{version}.tar.gz
9 URL:            http://www.srcf.ucam.org/~pak21/spectrum/fuse.html
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  libspectrum-devel > 0.1.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 The Fuse utilities are a few tools which may be of occasional use when
17 dealing with ZX Spectrum emulator files. They were originally
18 distributed with Fuse, the Free Unix Spectrum Emulator, but are now
19 independent of Fuse and can be used on their own.
20
21 The available utilities are:
22
23 - rzxdump: list the contents of an RZX input recording file.
24 - rzxtool: add, extract or remove the embedded snapshot from an RZX
25   file, or compress or uncompress the file.
26 - tzxconv: do a best-guess conversion of a TZX file to a .tap file.
27 - tzxlist: list the contents of a TZX file.
28
29 %description -l pl
30 Programy u¿ytkowe do fuse'a to kilka narzêdzi, które mog± siê przydaæ
31 gdy u¿ywamy plików emulatorów ZX Spectrum. Wcze¶niej by³y
32 dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz s± niezale¿ne
33 i mog± byæ u¿ywane samodzielnie.
34
35 Dostêpne s±:
36
37 - rzxdump: wy¶wietla zawarto¶æ pliku RZX.
38 - rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
39   tak¿e kompresuje lub dekompresuje pliki.
40 - tzxconv: konwersuje pliki TZX do formatu TAP.
41 - tzxlist: wy¶wietla zawarto¶æ pliku TZX.
42
43 %prep
44 %setup -q
45
46 %build
47 rm -f missing
48 %{__aclocal}
49 %{__autoheader}
50 %{__autoconf}
51 %{__automake}
52 %configure
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} install DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog README
64 %attr(755,root,root) %{_bindir}/*
65 %{_mandir}/man1/*
This page took 0.305012 seconds and 2 git commands to generate.