121 lines
4.3 KiB
RPMSpec
121 lines
4.3 KiB
RPMSpec
Name: xfhell
|
|
Version: 1.9
|
|
Release: 17%{?dist}
|
|
Summary: GTK based Ham Radio application for the Hellschreiber communications mode
|
|
|
|
Group: Applications/Communications
|
|
License: GPLv2+
|
|
URL: http://5b4az.chronos.org.uk/pages/digital.html
|
|
Source0: http://5b4az.chronos.org.uk/pkg/%{name}/%{name}-%{version}.tar.gz
|
|
#add .desktop file
|
|
Source1: %{name}.desktop
|
|
#temporary Icon
|
|
Source2: %{name}.png
|
|
# -Werror=format-security
|
|
Patch0: xfhell-1.9-format-security.patch
|
|
|
|
BuildRequires: autoconf, automake, gtk2-devel, desktop-file-utils
|
|
#Requires:
|
|
|
|
%description
|
|
xfhell is a GTK+ application for the "fuzzy" digital amateur radio
|
|
communication mode known as Hellschreiber.
|
|
|
|
|
|
%prep
|
|
%setup -qn %{name}
|
|
%patch0 -p1
|
|
|
|
|
|
%build
|
|
./autogen.sh
|
|
%configure
|
|
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LIBS=" -lm"
|
|
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
# no upstream .desktop or icon yet
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/
|
|
cp -p %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/%{name}.png
|
|
desktop-file-install \
|
|
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE1}
|
|
|
|
|
|
%files
|
|
#Missing copy of the GPL, Notified upstream
|
|
%doc AUTHORS ChangeLog README
|
|
%doc doc/BDF_Spec.pdf doc/xfhell.html
|
|
%{_bindir}/*
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%changelog
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-17
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-16
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-15
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-14
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Fri Jun 20 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 1.9-13
|
|
- Fix FTBFS with -Werror=format-security (#1037396, #1107276)
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-12
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-11
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 1.9-10
|
|
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
|
|
- Cleanup spec as per recently changed packaging guidelines
|
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-9
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-8
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Mon Dec 7 2011 Randall J. Berry, N3LRX <dp67@fedoraproject.org> - 1.9-7
|
|
- linker error in build added libm.so
|
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.9-6
|
|
- Rebuild for new libpng
|
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Thu Jul 15 2010 Randall "Randy" Berry, N3LRX <dp67@fedoraproject.org> - 1.9-4
|
|
- Fix .desktop categories add Network;HamRadio;
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Mon Dec 11 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org>- 1.9-1
|
|
- New upstream release
|
|
|
|
* Sat Mar 01 2008 Robert 'Bob' Jensen <bob@bobjensen.com> - 1.4-4
|
|
- Fix Source0 Screwup again
|
|
|
|
* Sat Mar 01 2008 Robert 'Bob' Jensen <bob@bobjensen.com> - 1.4-3
|
|
- Fix Source0 Screwup
|
|
|
|
* Sat Mar 01 2008 Robert 'Bob' Jensen <bob@bobjensen.com> - 1.4-2
|
|
- Add .desktop and icon
|
|
- Submit for Review
|
|
|
|
* Sat Mar 01 2008 Robert 'Bob' Jensen <bob@bobjensen.com> - 1.4-1
|
|
- Upstream Version Bump
|
|
|
|
* Mon Dec 10 2007 Sindre Pedersen Bjørdal - 1.3-1
|
|
- Initial build
|