]> git.pld-linux.org Git - packages/fuse-utils.git/blob - fuse-utils.spec
c08f620d80786efe3700ed9d4e31b3796867049f
[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.9.0
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Emulators
8 Source0:        http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
9 # Source0-md5:  c0c121ddf336fe4d693c372cedb84171
10 URL:            http://fuse-emulator.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libspectrum-devel >= 0.4.0
14 Requires:       libspectrum >= 0.4.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
48 %build
49 %{__aclocal}
50 %{__autoheader}
51 %{__autoconf}
52 %{__automake}
53 %configure
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc AUTHORS ChangeLog README
69 %attr(755,root,root) %{_bindir}/*
70 %{_mandir}/man1/*
This page took 0.040912 seconds and 3 git commands to generate.