fldigi/fldigi.spec

97 lines
3.5 KiB
RPMSpec
Raw Normal View History

2009-01-20 01:59:55 +00:00
Name: fldigi
Version: 3.10
2009-04-24 22:32:20 +00:00
Release: 3%{?dist}
2009-01-20 01:59:55 +00:00
Summary: Digital modem program for Linux
2008-02-16 03:58:28 +00:00
2009-01-20 01:59:55 +00:00
Group: Applications/Communications
License: GPLv2+
URL: http://www.w1hkj.com/fldigi-distro/
Source0: http://www.w1hkj.com/fldigi-distro/%{name}-%{version}.tar.gz
2009-04-24 22:32:20 +00:00
# The package should be updated to current, patch re-diffed and send upstream!
Patch0: %{name}-gcc44.patch
2009-01-20 01:59:55 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2008-02-16 03:58:28 +00:00
BuildRequires: hamlib-devel, fltk-devel, libjpeg-devel, libpng-devel
2008-02-16 21:04:23 +00:00
BuildRequires: portaudio-devel >= 19-4, libsndfile-devel , desktop-file-utils
2008-12-13 09:14:30 +00:00
BuildRequires: libsamplerate-devel
2008-02-16 03:58:28 +00:00
%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
2009-04-24 22:32:20 +00:00
%patch0
2008-02-16 03:58:28 +00:00
%build
%configure
2009-04-24 22:32:20 +00:00
make -k %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
2008-02-16 03:58:28 +00:00
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
2008-02-16 21:04:23 +00:00
desktop-file-install --vendor="" \
2009-01-20 01:59:55 +00:00
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
2008-02-16 21:04:23 +00:00
$RPM_BUILD_ROOT%{_datadir}/applications/fldigi.desktop
2009-01-20 01:59:55 +00:00
# --vendor obsolete per new guidlines but leaving it in because
# this is an existing package with vendor previously installed
%find_lang %{name}
2008-02-16 03:58:28 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
2009-01-20 01:59:55 +00:00
%files -f %{name}.lang
2008-02-16 03:58:28 +00:00
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/*
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%changelog
2009-04-24 22:32:20 +00:00
* Sat Apr 25 2009 Milos Jakubicek <xjakub@fi.muni.cz> - 3.10-3
- Fix FTBFS: added fldigi-gcc44.patch
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-01-20 01:59:55 +00:00
* Mon Jan 19 2009 Randall J Berry 'Dp67' <dp67@fedoraproject.org> 3.10-1
- New upstream release
2008-12-13 09:14:30 +00:00
* Thu Dec 14 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> 3.03-1
- New upstream release
- Remove explicit libsamplerate dependency
2008-08-24 00:18:53 +00:00
* Fri Aug 22 2008 Steve Conklin <fedora@conklinhouse.com> - 3.01-1
- Latest upstream
2008-04-07 12:56:45 +00:00
* Mon Apr 7 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.3-1
- Latest upstream - Bug fix for memory leak in psk signal evaluator.
2008-03-24 03:59:27 +00:00
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.2-2
- Added requirement for libsamplerate
2008-03-24 03:48:32 +00:00
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10.2-1
- bugfix release from upstream
2008-03-14 16:17:32 +00:00
* Thu Mar 13 2008 Steve Conklin <steve@conklinhouse.com> - 2.10-1
- New upstream version
2008-02-16 21:04:23 +00:00
* Sat Feb 16 2008 Steve Conklin <sconklin at redhat dot com> 2.09-3
- adding desktop-file-install
2008-02-16 03:58:28 +00:00
* 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