Build against new libs. Fix broken deps

This commit is contained in:
Randall Berry 2010-08-30 22:25:36 -04:00
parent 41ec0a286f
commit f32fd240b2
3 changed files with 22 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
fldigi-3.20.20.tar.gz
/fldigi-3.20.25.tar.gz

View File

@ -1,9 +1,9 @@
Name: fldigi
Version: 3.20.20
Release: 3%{?dist}
Version: 3.20.25
Release: 1%{?dist}
Summary: Digital modem program for Linux
Group: Applications/Communications
License: GPLv3
License: GPLv3+
URL: http://www.w1hkj.com/Fldigi.html
Source0: http://www.w1hkj.com/downloads/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -60,6 +60,9 @@ $RPM_BUILD_ROOT%{_datadir}/applications/flarq.desktop
%find_lang %{name}
# Remove INSTALL file has no relevance to Fedora package install.
rm INSTALL
%clean
rm -rf $RPM_BUILD_ROOT
@ -68,14 +71,25 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/*
%{_datadir}/pixmaps/%{name}.xpm
%{_mandir}/man1/%{name}.1.gz
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/flarq.xpm
%{_mandir}/man1/%{name}.1.gz
%{_mandir}/man1/flarq.1.gz
%attr(0644,root,root) %{_datadir}/applications/flarq.desktop
%{_mandir}/man1/%{name}-shell.1.gz
%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
%attr(0644,root,root) %{_datadir}/applications/flarq.desktop
%changelog
* Sat Aug 7 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.25-1
- Upstream update 3.20.25
* Sat Aug 7 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.24-1
- Upstream update to 3.20.24
- Rebuild for F15-Rawhide
* Sat Aug 7 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.22-1
- Upstream update to 3.20.22
- Cleanup spec
* Thu Jul 29 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.20-4
- F14/Devel rebuild
- Correct date in changelog
* Thu Jul 29 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.20-3
- F14/Devel rebuild
* Thu Jul 29 2010 Randall J. Berry <dp67@fedoraproject.com> 3.20.20-2

View File

@ -1 +1 @@
e03c5cc698fffd0ef93d822c555ce950 fldigi-3.20.20.tar.gz
fe6ff0e36daf9259474108b243aff0a1 fldigi-3.20.25.tar.gz