summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjrzulf2001-10-24 20:55:32 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb87e1f44f2e57e56bbb92204531db0256b686aaa (patch)
tree59ff62a7f0d4fc65a6010576675cd40b68c347d1
download7plus-b87e1f44f2e57e56bbb92204531db0256b686aaa.zip
7plus-b87e1f44f2e57e56bbb92204531db0256b686aaa.tar.gz
- created spec for PLD
Changed files: 7plus.spec -> 1.1
-rw-r--r--7plus.spec37
1 files changed, 37 insertions, 0 deletions
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