[fuelmanager] changed hicolor-icon-theme from a BuildRequires to a Requires

Charles Amey kc8hfi at fedoraproject.org
Wed Jun 27 21:03:17 UTC 2012


commit e0572166c6be9f028ddcc1216bd100a5187586db
Author: Charles Amey <kc8hfi at gmail.com>
Date:   Wed Jun 27 17:02:47 2012 -0400

    changed hicolor-icon-theme from a BuildRequires to a Requires

 fuelmanager.spec |   28 ++++++++++++++++------------
 sources          |    2 +-
 2 files changed, 17 insertions(+), 13 deletions(-)
---
diff --git a/fuelmanager.spec b/fuelmanager.spec
index a8fb941..c1a07bf 100644
--- a/fuelmanager.spec
+++ b/fuelmanager.spec
@@ -1,17 +1,18 @@
-Name:           fuelmanager
-Version:        0.3.7
-Release:        2%{?dist}
-Summary:        Manage fuel mileage
+Name:		fuelmanager
+Version:	0.3.7
+Release:	3%{?dist}
+Summary:	Manage fuel mileage
 
-Group:          Applications/Productivity
-License:        GPLv3+
+Group:		Applications/Productivity
+License:	GPLv3+
 
-URL:            http://sourceforge.net/projects/fuelmanager/
-Source0:        http://sourceforge.net/projects/fuelmanager/files/fuelmanager-0.3.7.tar.bz2
+URL:		http://sourceforge.net/projects/fuelmanager/
+Source0:	http://sourceforge.net/projects/fuelmanager/files/fuelmanager-0.3.7.tar.bz2
 
-BuildRequires:  qt-devel
-BuildRequires:  desktop-file-utils
-BuildRequires:  hicolor-icon-theme
+BuildRequires:	qt-devel
+BuildRequires:	desktop-file-utils
+
+Requires:	hicolor-icon-theme
 
 %description
 Application that keeps track of four things, miles, gallons, cost, and 
@@ -30,7 +31,7 @@ make %{?_smp_mflags}
 
 make install INSTALL_ROOT=%{buildroot} 
 
-desktop-file-install --dir=%{buildroot}%{_datadir}/applications  %{name}.desktop
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
 
 for s in 16 22 24 32 48 256; do
      %{__mkdir_p} %{buildroot}%{_datadir}/icons/hicolor/${s}x${s}/apps
@@ -69,6 +70,9 @@ fi
 
 
 %changelog
+* Wed Jun 27 2012 Charles Amey <kc8hfi at gmail.com> - 0.3.7-3
+- changed hicolor-icon-theme from BuildRequires to Requires
+
 * Thu Jun 21 2012 Charles Amey <kc8hfi at gmail.com> - 0.3.7-2
 - removed the gcc-c++ from the build requirement
 
diff --git a/sources b/sources
index 3748bd9..68d8332 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9267c30d4b542117277c4951c8123932  fuelmanager-0.3.7.tar.bz2
+7b9d36f0042a2893fa9102202bee384f  fuelmanager-0.3.7.tar.bz2


More information about the scm-commits mailing list