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