rpms/qrq/devel qrq-0.1.4-makefile.patch, NONE, 1.1 qrq.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lucian Langa lucilanga at fedoraproject.org
Fri Sep 5 17:43:43 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/qrq/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25759

Modified Files:
	.cvsignore sources 
Added Files:
	qrq-0.1.4-makefile.patch qrq.spec 
Log Message:
initial import

qrq-0.1.4-makefile.patch:

--- NEW FILE qrq-0.1.4-makefile.patch ---
--- qrq-0.1.4/Makefile	2008-06-22 22:27:57.000000000 +0300
+++ qrq-0.1.4-mod/Makefile	2008-09-03 21:33:00.000000000 +0300
@@ -73,12 +73,12 @@
 	install -d -v               $(DESTDIR)/share/qrq/
 	install -d -v               $(DESTDIR)/share/man/man1/
 	install -d -v               $(DESTDIR)/bin/
-	install -s -m 0755 qrq      $(DESTDIR)/bin/
-	install    -m 0755 qrqscore $(DESTDIR)/bin/
-	install    -m 0644 qrq.1    $(DESTDIR)/share/man/man1/
-	install    -m 0644 callbase $(DESTDIR)/share/qrq/
-	install    -m 0644 qrqrc    $(DESTDIR)/share/qrq/
-	install    -m 0644 toplist  $(DESTDIR)/share/qrq/
+	install -p -m 0755 qrq      $(DESTDIR)/bin/
+	install -p -m 0755 qrqscore $(DESTDIR)/bin/
+	install -p -m 0644 qrq.1    $(DESTDIR)/share/man/man1/
+	install -p -m 0644 callbase $(DESTDIR)/share/qrq/
+	install -p -m 0644 qrqrc    $(DESTDIR)/share/qrq/
+	install -p -m 0644 toplist  $(DESTDIR)/share/qrq/
 
 	
 uninstall:


--- NEW FILE qrq.spec ---
Name:           qrq
Version:        0.1.4
Release:        3%{?dist}
Summary:        Morse telegraphy trainer

Group:          Applications/Communications
License:        GPLv2+
URL:            http://fkurz.net/ham/qrq.html
Source0:        http://fkurz.net/ham/qrq/qrq-%{version}.tar.gz
#Fix DESTDIR, Don't strip, preserve timestamps
Patch0:         qrq-0.1.4-makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  ncurses-devel
#Requires:       

%description
qrq is an open source morse telegraphy trainer for Linux and Unix operating
systems, similar to the classic DOS version of Rufz by DL4MM.

It's not intended for learning telegraphy, but to improve the ability to
copy callsigns at high speeds, as needed for example for Contesting. 

%prep
%setup -q
%patch0 -p1

%build
make CFLAGS="%{optflags}" %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}%{_prefix} OSX_BUNDLE=NO


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README
%{_bindir}/qrq
%{_bindir}/qrqscore
%{_mandir}/man?/*
%{_datadir}/qrq

%changelog
* Thu Sep 04 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.4-3
- fix CFLAGS

* Wed Sep 03 2008 Lucian Langa <cooly at gnome.eu.org> - 0.1.4-2
- misc cleanups
- new upstream 0.1.4

* Mon Jan 07 2008 Robet 'Bob' Jensen - 0.1.3-1
- Version Update
* Mon Dec 10 2007 Sindre Pedersen Bjørdal - 0.1.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/qrq/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Sep 2008 17:01:36 -0000	1.1
+++ .cvsignore	5 Sep 2008 17:43:12 -0000	1.2
@@ -0,0 +1 @@
+qrq-0.1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qrq/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Sep 2008 17:01:36 -0000	1.1
+++ sources	5 Sep 2008 17:43:12 -0000	1.2
@@ -0,0 +1 @@
+398b7368e10617deeba8e0e159755d7e  qrq-0.1.4.tar.gz




More information about the fedora-extras-commits mailing list