]> git.pld-linux.org Git - packages/fuse-utils.git/blob - fuse-utils.spec
- converted to UTF-8
[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.7.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:  9689134b4be1e4ff0b077f407ec76da9
10 URL:            http://fuse-emulator.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libspectrum-devel >= 0.2.1
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.UTF-8
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 %{__aclocal}
49 %{__autoheader}
50 %{__autoconf}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
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.113436 seconds and 4 git commands to generate.