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