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