rpms/colrdx/devel colrdx-install.patch, NONE, 1.1 colrdx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert 'Bob' Jensen (bjensen) fedora-extras-commits at redhat.com
Wed Feb 20 00:14:42 UTC 2008


Author: bjensen

Update of /cvs/pkgs/rpms/colrdx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11543/devel

Modified Files:
	.cvsignore sources 
Added Files:
	colrdx-install.patch colrdx.spec 
Log Message:

Committing in colrdx for devel/F9.
 
Modified Files:
 	devel/.cvsignore devel/sources 
Added Files:
 	devel/colrdx-install.patch devel/colrdx.spec 


colrdx-install.patch:

--- NEW FILE colrdx-install.patch ---
--- 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


--- NEW FILE colrdx.spec ---
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 <bob at bobjensen.com> 1.02-2
- Submit for Review

* Thu Nov 22 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 1.02-1
- Fix BR

* Tue May 15 2007 Robert 'Bob' Jensen <bob at bobjensen.com> 1.02-0
- Initial SPEC



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/colrdx/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2008 17:43:13 -0000	1.1
+++ .cvsignore	20 Feb 2008 00:14:06 -0000	1.2
@@ -0,0 +1 @@
+colrdx-1.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/colrdx/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2008 17:43:13 -0000	1.1
+++ sources	20 Feb 2008 00:14:07 -0000	1.2
@@ -0,0 +1 @@
+d10ce7590ff83014502a633e778b86e6  colrdx-1.02.tar.gz




More information about the fedora-extras-commits mailing list