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