[fldigi/f14/master] Fix broken deps on F14

Randall 'Randy' Berry dp67 at fedoraproject.org
Fri Sep 3 16:43:13 UTC 2010


commit fae79cb4c46c95b9f048d31567e7d1c24375863e
Author: Randall Berry <randyn3lrx at gmail.com>
Date:   Fri Sep 3 12:43:13 2010 -0400

    Fix broken deps on F14

 fldigi.spec |   30 ++++++++++++++++++++++--------
 sources     |    2 +-
 2 files changed, 23 insertions(+), 9 deletions(-)
---
diff --git a/fldigi.spec b/fldigi.spec
index d99f042..02914fb 100644
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -1,9 +1,9 @@
 Name:		fldigi
-Version:	3.20.20
-Release:	4%{?dist}
+Version:	3.20.25
+Release:	2%{?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,16 +71,27 @@ 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
-* Mon Aug 2 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.20-4
-- Fix license was GPLv3 now GPLv3+
+* Fri Sep 3 2010 Randall J. Berry <dp67 at fedoraproject.com> 3.20.25-2
+- Rebuild for F14 broken deps
+* 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