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