Compare commits

...

9 Commits
rawhide ... f8

Author SHA1 Message Date
Fedora Release Engineering a387468c7d dist-git conversion 2010-07-28 14:33:15 +00:00
Bill Nottingham 3e948c9406 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:07 +00:00
Steve Conklin 7d28fc2b8d New upstream 2008-08-24 01:27:40 +00:00
Steve Conklin ecb3c7ead2 New upstream release fixes a memory leak 2008-04-07 13:06:33 +00:00
Steve Conklin 02a0308b9f Upstream bugfix release 2008-03-24 04:10:17 +00:00
Steve Conklin 6cb5bc617a New upstream 2008-03-14 16:50:25 +00:00
Steve Conklin 07538b91ae added desktop-file-install 2008-02-16 21:24:28 +00:00
Robert 'Bob' Jensen 5e19f03292 *** empty log message *** 2008-02-16 04:52:47 +00:00
Kevin Fenzi e3cbf4ed99 Initialize branch F-8 for fldigi 2008-02-16 03:29:09 +00:00
5 changed files with 86 additions and 21 deletions

View File

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
fldigi-2.09.tar.gz
fldigi-2.10.tar.gz
fldigi-2.10.2.tar.gz
fldigi-3.01.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: fldigi
# $Id$
NAME := fldigi
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

81
fldigi.spec Normal file
View File

@ -0,0 +1,81 @@
Name: fldigi
Version: 3.01
Release: 1%{?dist}
Summary: Digital modem program for Linux
Group: Applications/Communications
License: GPLv2+
URL: http://www.w1hkj.com/fldigi-distro/
Source0: http://www.w1hkj.com/fldigi-distro/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: hamlib-devel, fltk-devel, libjpeg-devel, libpng-devel
BuildRequires: portaudio-devel >= 19-4, libsndfile-devel , desktop-file-utils
BuildRequires: libsamplerate, libsamplerate-devel
Requires: libsamplerate
%description
fldigi is a modem program which supports most of the digital modes used by
hamradio operators today. You can also use the program for calibrating your
sound card to WWV or doing a frequency measurment test. The program also comes
with a CW decoder. fldigi is written with the help of the Fast Light Toolkit X
GUI.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="" \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/fldigi.desktop
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%changelog
* Sat Aug 23 2008 Steve Conklin <fedora@conklinhouse.com> - 3.01-1
- New upstream
* Mon Apr 7 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.3-1
- Upstream bugfix release fixes memory leak in psk signal evaluator
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10-2
- Upstream bugfix release
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10-1
- New upstream version
* Sat Feb 16 2008 Steve Conklin <sconklin at redhat dot com> 2.09-3
- adding desktop-file-install
* Thu Feb 14 2008 Robert 'Bob' Jensen <bob@bobjensen.com> 2.09-2
- Submitting for Review
* Sun Jan 27 2008 Steve Conklin <steve@conklinhouse.com> 2.09-1
- New upstream 2.09 add mutistream decode.
* Sun Jan 27 2008 Steve Conklin <steve@conklinhouse.com> 2.08-3
- Added desktop file and inclued final upstream release of 2.08
* Tue Jan 08 2008 Steve Conklin <steve@conklinhouse.com> 2.08-2
- added buildrequires for libjpeg-devel, libpng-devel
* Tue Jan 08 2008 Steve Conklin <steve@conklinhouse.com> 2.08-1
- Rebase to 2.08b beta for upcoming release
* Wed Dec 12 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> 2.05-
- Require most recent portaudio
* Thu Nov 22 2007 Sindre Pedersen Bjørdal <foolish@guezz.net> 2.05-1
- Add BRs
- New release
- Update License
- Add files list
* Tue Nov 20 2007 Robert 'Bob' Jensen <bob@bobjensen.com> 2.04-1
- Initial SPEC

View File

@ -0,0 +1 @@
1dec4bedb919ddafeaf114bf14609bb8 fldigi-3.01.tar.gz