]> git.pld-linux.org Git - packages/7plus.git/blob - 7plus.spec
- massive attack: adding Source-md5
[packages/7plus.git] / 7plus.spec
1 Summary:        Application to split binary files - used widely by hams
2 Summary(pl):    Programik do dzielenia plików binarnych - u¿ywany przez radioamatorów
3 Name:           7plus
4 Version:        2.25
5 Release:        1
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/%{name}-%{version}.tar.gz
9 # Source0-md5:  b4c5f883d75b112cb0f0dd40c21b3d8c
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 Application to split binary files - like base64 / uuencode but for
14 hams.
15
16 %description -l pl
17 Program pozwalaj±cy dzieliæ binaria - jak base64 czy uuencode, lecz
18 jest powszechnie stosowany przez radioamatorów.
19
20 %prep
21 %setup -q -n 7plsrc.225
22
23 %build
24 mv linux.mak Makefile
25 %{__make} CC="gcc %{rpmcflags} -Wall"
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT/%{_bindir}
30
31 install 7plus           $RPM_BUILD_ROOT%{_bindir}
32
33 %clean
34 rm -rf $RPM_BUILD_ROOT
35
36 %files
37 %defattr(644,root,root,755)
38 %attr(755,root,root) %{_bindir}/7plus
This page took 0.132859 seconds and 4 git commands to generate.