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