]> git.pld-linux.org Git - packages/7plus.git/blob - 7plus.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/7plus.git] / 7plus.spec
1 Summary:        Application to split binary files - used widely by hams
2 Summary(pl):    Programik do dzielenia plikow binarnych - uzywany 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 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Application to split binary files - like base64 / uuencode but for
13 hams.
14
15 %description -l pl
16 Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz
17 jest powszechnie stosowany przez radioamatorów.
18
19 %prep
20 %setup -q -n 7plsrc.225
21
22 %build
23 mv linux.mak Makefile
24 %{__make} CC="gcc %{rpmcflags} -Wall"
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 install -d $RPM_BUILD_ROOT/%{_bindir}
29
30 install 7plus           $RPM_BUILD_ROOT%{_bindir}
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/7plus
This page took 0.042638 seconds and 3 git commands to generate.