From 1336d551674fa543247ba3629c5e8e625cb3f926 Mon Sep 17 00:00:00 2001 From: Robert 'Bob' Jensen Date: Feb 20 2008 00:14:07 +0000 Subject: Committing in colrdx for devel/F9. Modified Files: devel/.cvsignore devel/sources Added Files: devel/colrdx-install.patch devel/colrdx.spec --- diff --git a/.cvsignore b/.cvsignore index e69de29..9c30cb7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +colrdx-1.02.tar.gz diff --git a/colrdx-install.patch b/colrdx-install.patch new file mode 100644 index 0000000..a3aab53 --- /dev/null +++ b/colrdx-install.patch @@ -0,0 +1,13 @@ +--- Makefile.install 2006-03-09 18:28:59.000000000 +0000 ++++ Makefile 2007-05-15 19:37:20.000000000 +0000 +@@ -9,8 +9,8 @@ + -lncurses -o colrdx + + install: +- install -s -o root -g root colrdx $(DESTDIR)/usr/bin +- install -m 0644 colrdx.1 $(DESTDIR)/usr/share/man/man1 ++ install -D -m 0755 colrdx $(DESTDIR)/usr/bin/colrdx ++ install -D -m 0644 colrdx.1 $(DESTDIR)/usr/share/man/man1/colrdx.1 + + clean: + rm -f colrdx *~ build colrdx-$(VERSION).tar.gz diff --git a/colrdx.spec b/colrdx.spec new file mode 100644 index 0000000..dffe6e2 --- /dev/null +++ b/colrdx.spec @@ -0,0 +1,51 @@ +Name: colrdx +Version: 1.02 +Release: 2%{?dist} +Summary: DX-cluster client with curses color support + +Group: Applications/Communications +License: GPLv2 +URL: http://pg4i.chronos.org.uk/linux/%{name}.html +Source0: http://pg4i.chronos.org.uk/download/%{name}-%{version}.tar.gz +Patch0: %{name}-install.patch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: ncurses-devel +#Requires: + +%description +Colrdx is a simple client for amateur radio dx-clusters. In a split-screen +display you can type commands for the cluster in the bottom part. Messages +from the dx-cluster will appear in the main window. There is also a status +line at the top with some basic information. + +%prep +%setup -q +%patch0 -b .install + +%build +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING ChangeLog TODO +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.gz + +%changelog +* Thu Nov 22 2007 Robert 'Bob' Jensen 1.02-2 +- Submit for Review + +* Thu Nov 22 2007 Robert 'Bob' Jensen 1.02-1 +- Fix BR + +* Tue May 15 2007 Robert 'Bob' Jensen 1.02-0 +- Initial SPEC + diff --git a/sources b/sources index e69de29..5b56e80 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d10ce7590ff83014502a633e778b86e6 colrdx-1.02.tar.gz