From b87e1f44f2e57e56bbb92204531db0256b686aaa Mon Sep 17 00:00:00 2001 From: djrzulf Date: Wed, 24 Oct 2001 20:55:32 +0000 Subject: [PATCH] - created spec for PLD Changed files: 7plus.spec -> 1.1 --- 7plus.spec | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 7plus.spec diff --git a/7plus.spec b/7plus.spec new file mode 100644 index 0000000..8bf9703 --- /dev/null +++ b/7plus.spec @@ -0,0 +1,37 @@ +Summary: Application to split binary files - used widely by hams +Summary(pl): Programik do dzielenia plikow binarnych - uzywany przez radioamatorów +Name: 7plus +Version: 2.25 +Release: 1 +License: GPL +Group: Networking/Utilities +Group(de): Netzwerkwesen/Werkzeuge +Group(pl): Sieciowe/Narzêdzia +Source0: ftp://excelsior.kullen.rwth-aachen.de/pub/packet_radio/misc/7plus-2.25.tar.gz +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Application to split binary files - like base64 / uuencode but for hams. + +%description -l pl +Program pozwalajacy dzielic binaria - jak base64 czy uuencode, lecz jest +powszechnie stosowany przez radioamatorów. + +%prep +%setup -q -n 7plsrc.225 + +%build +mv linux.mak Makefile +%{__make} CC="gcc %{rpmcflags} -Wall" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT/%{_bindir} + +install 7plus $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%attr(755,root,root) %{_bindir}/7plus -- 2.44.0