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