]> 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:        1.0.0
5 Release:        2
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 >= 0.2.3
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  glib2-devel >= 2.0.0
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  libtool
17 BuildRequires:  libspectrum-devel >= 1.0.0
18 BuildRequires:  pkgconfig
19 Requires:       libspectrum >= 1.0.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The Fuse utilities are a few tools which may be of occasional use when
24 dealing with ZX Spectrum emulator files. They were originally
25 distributed with Fuse, the Free Unix Spectrum Emulator, but are now
26 independent of Fuse and can be used on their own.
27
28 The available utilities are:
29
30 - rzxdump: list the contents of an RZX input recording file.
31 - rzxtool: add, extract or remove the embedded snapshot from an RZX
32   file, or compress or uncompress the file.
33 - tzxconv: do a best-guess conversion of a TZX file to a .tap file.
34 - tzxlist: list the contents of a TZX file.
35
36 %description -l pl.UTF-8
37 Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
38 gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
39 dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
40 i mogą być używane samodzielnie.
41
42 Dostępne są:
43
44 - rzxdump: wyświetla zawartość pliku RZX.
45 - rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
46   także kompresuje lub dekompresuje pliki.
47 - tzxconv: konwersuje pliki TZX do formatu TAP.
48 - tzxlist: wyświetla zawartość pliku TZX.
49
50 %prep
51 %setup -q
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}/audio2tape
76 %attr(755,root,root) %{_bindir}/createhdf
77 %attr(755,root,root) %{_bindir}/listbasic
78 %attr(755,root,root) %{_bindir}/profile2map
79 %attr(755,root,root) %{_bindir}/raw2hdf
80 %attr(755,root,root) %{_bindir}/rzxcheck
81 %attr(755,root,root) %{_bindir}/rzxdump
82 %attr(755,root,root) %{_bindir}/rzxtool
83 %attr(755,root,root) %{_bindir}/scl2trd
84 %attr(755,root,root) %{_bindir}/snap2tzx
85 %attr(755,root,root) %{_bindir}/snapconv
86 %attr(755,root,root) %{_bindir}/tape2wav
87 %attr(755,root,root) %{_bindir}/tapeconv
88 %attr(755,root,root) %{_bindir}/tzxlist
89 %{_mandir}/man1/audio2tape.1*
90 %{_mandir}/man1/createhdf.1*
91 %{_mandir}/man1/fuse-utils.1*
92 %{_mandir}/man1/listbasic.1*
93 %{_mandir}/man1/profile2map.1*
94 %{_mandir}/man1/raw2hdf.1*
95 %{_mandir}/man1/rzxcheck.1*
96 %{_mandir}/man1/rzxdump.1*
97 %{_mandir}/man1/rzxtool.1*
98 %{_mandir}/man1/scl2trd.1*
99 %{_mandir}/man1/snap2tzx.1*
100 %{_mandir}/man1/snapconv.1*
101 %{_mandir}/man1/tape2wav.1*
102 %{_mandir}/man1/tapeconv.1*
103 %{_mandir}/man1/tzxlist.1*
This page took 0.897894 seconds and 3 git commands to generate.