]> git.pld-linux.org Git - packages/fuse-utils.git/blame - fuse-utils.spec
- converted to UTF-8
[packages/fuse-utils.git] / fuse-utils.spec
CommitLineData
ac9b96da 1Summary: Fuse utilities
f0720018 2Summary(pl.UTF-8): Programy użytkowe do fuse'a
ac9b96da 3Name: fuse-utils
7642f551 4Version: 0.7.0
ac9b96da 5Release: 1
6License: GPL
7Group: Applications/Emulators
cfeecd81 8Source0: http://dl.sourceforge.net/fuse-emulator/%{name}-%{version}.tar.gz
7642f551 9# Source0-md5: 9689134b4be1e4ff0b077f407ec76da9
cfeecd81 10URL: http://fuse-emulator.sourceforge.net/
ac9b96da 11BuildRequires: autoconf
12BuildRequires: automake
cfeecd81 13BuildRequires: libspectrum-devel >= 0.2.1
ac9b96da 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
f0720018
JR
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.
ac9b96da 35
f0720018 36Dostępne są:
ac9b96da 37
f0720018 38- rzxdump: wyświetla zawartość pliku RZX.
ac9b96da 39- rzxtool: dodaje, wyjmuje lub usuwa zanurzony snapshot z pliku RZX, a
f0720018 40 także kompresuje lub dekompresuje pliki.
ac9b96da 41- tzxconv: konwersuje pliki TZX do formatu TAP.
f0720018 42- tzxlist: wyświetla zawartość pliku TZX.
ac9b96da 43
44%prep
45%setup -q
46
47%build
ac9b96da 48%{__aclocal}
ea16933f 49%{__autoheader}
ac9b96da 50%{__autoconf}
51%{__automake}
52%configure
53
442cd6c4
JB
54%{__make}
55
ac9b96da 56%install
57rm -rf $RPM_BUILD_ROOT
08592ce6 58
a99708ad
PG
59%{__make} install \
60 DESTDIR=$RPM_BUILD_ROOT
ac9b96da 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.051652 seconds and 4 git commands to generate.