[fldigi] Build against new libs. Fix broken deps

Randall 'Randy' Berry dp67 at fedoraproject.org
Tue Aug 31 02:25:35 UTC 2010


commit f32fd240b247961da8db751625aee6817161c729
Author: Randall Berry <randyn3lrx at gmail.com>
Date:   Mon Aug 30 22:25:36 2010 -0400

    Build against new libs. Fix broken deps

 .gitignore  |    1 +
 fldigi.spec |   26 ++++++++++++++++++++------
 sources     |    2 +-
 3 files changed, 22 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 163af7f..b2de4db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fldigi-3.20.20.tar.gz
+/fldigi-3.20.25.tar.gz
diff --git a/fldigi.spec b/fldigi.spec
index 429eec2..5038c30 100644
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -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 at fedoraproject.com> 3.20.25-1
+- Upstream update 3.20.25
+* Sat Aug 7 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.24-1
+- Upstream update to 3.20.24
+- Rebuild for F15-Rawhide
+* Sat Aug 7 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.22-1
+- Upstream update to 3.20.22
+- Cleanup spec
+* Thu Jul 29 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-4
+- F14/Devel rebuild
+- Correct date in changelog
 * Thu Jul 29 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-3
 - F14/Devel rebuild
 * Thu Jul 29 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-2
diff --git a/sources b/sources
index 2854c1f..6091f4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e03c5cc698fffd0ef93d822c555ce950  fldigi-3.20.20.tar.gz
+fe6ff0e36daf9259474108b243aff0a1  fldigi-3.20.25.tar.gz


More information about the scm-commits mailing list