]> git.pld-linux.org Git - packages/fuse-utils.git/blame_incremental - fuse-utils.spec
- added patch for linking with audiofile-0.3.x; rel. 3
[packages/fuse-utils.git] / fuse-utils.spec
... / ...
CommitLineData
1Summary: Fuse utilities
2Summary(pl.UTF-8): Programy użytkowe do fuse'a
3Name: fuse-utils
4Version: 1.0.0
5Release: 3
6License: GPL v2+
7Group: Applications/Emulators
8Source0: http://downloads.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
9# Source0-md5: ae3821d721a2744a5f285177c4083098
10Patch0: audiofile-0.3.patch
11URL: http://fuse-emulator.sourceforge.net/
12BuildRequires: audiofile-devel >= 0.2.3
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRequires: glib2-devel >= 2.0.0
16BuildRequires: libspectrum-devel >= 1.0.0
17BuildRequires: libstdc++-devel
18BuildRequires: libtool
19BuildRequires: pkgconfig
20Requires: libspectrum >= 1.0.0
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24The Fuse utilities are a few tools which may be of occasional use when
25dealing with ZX Spectrum emulator files. They were originally
26distributed with Fuse, the Free Unix Spectrum Emulator, but are now
27independent of Fuse and can be used on their own.
28
29The 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
38Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
39gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
40dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
41i mogą być używane samodzielnie.
42
43Dostę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
66rm -rf $RPM_BUILD_ROOT
67
68%{__make} install \
69 DESTDIR=$RPM_BUILD_ROOT
70
71%clean
72rm -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.058619 seconds and 4 git commands to generate.