]> git.pld-linux.org Git - packages/fuse-utils.git/blame_incremental - fuse-utils.spec
- converted to UTF-8
[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: 0.7.0
5Release: 1
6License: GPL
7Group: Applications/Emulators
8Source0: http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
9# Source0-md5: 9689134b4be1e4ff0b077f407ec76da9
10URL: http://fuse-emulator.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: libspectrum-devel >= 0.2.1
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17The Fuse utilities are a few tools which may be of occasional use when
18dealing with ZX Spectrum emulator files. They were originally
19distributed with Fuse, the Free Unix Spectrum Emulator, but are now
20independent of Fuse and can be used on their own.
21
22The available utilities are:
23
24- rzxdump: list the contents of an RZX input recording file.
25- rzxtool: add, extract or remove the embedded snapshot from an RZX
26 file, or compress or uncompress the file.
27- tzxconv: do a best-guess conversion of a TZX file to a .tap file.
28- tzxlist: list the contents of a TZX file.
29
30%description -l pl.UTF-8
31Programy użytkowe do fuse'a to kilka narzędzi, które mogą się przydać
32gdy używamy plików emulatorów ZX Spectrum. Wcześniej były
33dystrybuowane z Fuse - emulatorem ZX Spectrum, ale teraz są niezależne
34i mogą być używane samodzielnie.
35
36Dostępne są:
37
38- rzxdump: wyświetla zawartość pliku RZX.
39- rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
40 także kompresuje lub dekompresuje pliki.
41- tzxconv: konwersuje pliki TZX do formatu TAP.
42- tzxlist: wyświetla zawartość pliku TZX.
43
44%prep
45%setup -q
46
47%build
48%{__aclocal}
49%{__autoheader}
50%{__autoconf}
51%{__automake}
52%configure
53
54%{__make}
55
56%install
57rm -rf $RPM_BUILD_ROOT
58
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(644,root,root,755)
67%doc AUTHORS ChangeLog README
68%attr(755,root,root) %{_bindir}/*
69%{_mandir}/man1/*
This page took 0.067173 seconds and 4 git commands to generate.