]> git.pld-linux.org Git - SPECS.git/blob - yydecode.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / yydecode.spec
1 Summary:        Decoder for yEnc-encoded binaries
2 Summary(pl.UTF-8):      Narzędzie do dekodowania plików w formacie yEnc
3 Name:           yydecode
4 Version:        0.2.10
5 Release:        1
6 License:        GPL
7 Group:          Applications/File
8 Source0:        http://dl.sourceforge.net/yydecode/%{name}-%{version}.tar.gz
9 # Source0-md5:  9e6c5eb009f9084f7cbe7e4b766b12d8
10 URL:            http://yydecode.sourceforge.net/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 yydecode is a decoder for yEnc encoded binaries as recently found on
15 Usenet. yydecode works almost identically to the infamous uudecode
16 program.
17
18 %description -l pl.UTF-8
19 yydecode to dekoder do plików zakodowanych przez yEnc, które można
20 znaleźć w usenecie. Działa prawie identycznie jak znany uudecode.
21
22 %prep
23 %setup -q
24
25 %build
26 %configure
27
28 %{__make}
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install \
34         DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc AUTHORS ChangeLog README
42 %attr(755,root,root) %{_bindir}/*
43 %{_mandir}/man1/*
This page took 0.336681 seconds and 3 git commands to generate.