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