Compare commits

...

6 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering b56078af7b dist-git conversion 2010-07-28 14:33:23 +00:00
Bill Nottingham 83852d81fd Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:28:08 +00:00
Randall 'Randy' Berry 3af2f8c958 Upstream update to 3.10 2009-01-20 02:27:01 +00:00
Sindre Pedersen Bjørdal 6a1a3914bd latest upstream 2008-12-13 10:29:33 +00:00
Steve Conklin 6f2f1b8a5e Latest upstream 2008-08-24 00:59:14 +00:00
Jesse Keating 7a181c32ec Initialize branch F-9 for fldigi 2008-04-20 18:00:33 +00:00
5 changed files with 25 additions and 43 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
fldigi-3.10.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)

View File

@ -1,18 +1,17 @@
Name: fldigi
Version: 2.10.3
Release: 1%{?dist}
Summary: Digital modem program for Linux
Name: fldigi
Version: 3.10
Release: 1%{?dist}
Summary: Digital modem program for Linux
Group: Applications/Communications
License: GPLv2+
URL: http://www.w1hkj.com/Fldigi-2.x.html
Source0: http://www.w1hkj.com/fldigi-2.0.distro/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
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
Requires: libsamplerate
BuildRequires: libsamplerate-devel
%description
fldigi is a modem program which supports most of the digital modes used by
@ -24,24 +23,24 @@ GUI.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="" \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/fldigi.desktop
# --vendor obsolete per new guidlines but leaving it in because
# this is an existing package with vendor previously installed
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
@ -49,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%changelog
* Mon Jan 19 2009 Randall J Berry 'Dp67' <dp67@fedoraproject.org> 3.10-1
- New upstream release
* Thu Dec 14 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> 3.03-1
- New upstream release
- Remove explicit libsamplerate dependency
* Fri Aug 22 2008 Steve Conklin <fedora@conklinhouse.com> - 3.01-1
- Latest upstream
* Mon Apr 7 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.3-1
- Latest upstream - Bug fix for memory leak in psk signal evaluator.
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.2-2

View File

@ -1 +1 @@
d06a2606ce02c877de14884d1ce48eba fldigi-2.10.3.tar.gz
eb8eb8ff6d750eadfaa8804998d733c2 fldigi-3.10.tar.gz