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