[igor] Final spec cleanup

Fabian Deutsch fabiand at fedoraproject.org
Fri Apr 5 07:08:13 UTC 2013


commit 8eb603c8e4fcaeba5378cfbec368d19ebd0673d9
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Fri Apr 5 09:07:48 2013 +0200

    Final spec cleanup
    
    Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>

 igor.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/igor.spec b/igor.spec
index 9c5d6eb..03aec37 100644
--- a/igor.spec
+++ b/igor.spec
@@ -1,8 +1,6 @@
-%define gitorious_name ovirt-igord
-
 Name:      igor
 Version:   0.3.0
-Release:   3%{?dist}
+Release:   4%{?dist}
 Summary:   Automated distribution life-cycle testing
 
 License:   LGPLv2
@@ -28,7 +26,8 @@ It is intended to be combined with Jenkins and to test oVirt Node.
 
 
 %prep
-%setup -n %{gitorious_name}
+# ovirt-igord is the name used by the gitorious tarball
+%setup -n ovirt-igord
 
 
 %build
@@ -52,6 +51,7 @@ chmod a+x %{buildroot}/%{python_sitelib}/%{name}/data/*.sh
 
 %files
 %doc README.txt
+# FIXME add license file (landing with next upstream release)
 %config(noreplace) %{_sysconfdir}/igord/igord.cfg.example
 %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}*.egg-info
@@ -60,6 +60,9 @@ chmod a+x %{buildroot}/%{python_sitelib}/%{name}/data/*.sh
 
 
 %changelog
+* Wed Apr 03 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.3.0-4
+- Drop define, as it was used only in one place
+
 * Wed Apr 03 2013 Fabian Deutsch <fabiand at fedoraproject.org> - 0.3.0-3
 - Remove clean
 - Specify python version


More information about the scm-commits mailing list