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