[hyphen-as] Resolves:rh#880093- package does not follow naming guidelines

pnemade pnemade at fedoraproject.org
Tue Nov 27 16:48:21 UTC 2012


commit 3ee92dd6df5b248cb4afda14a440bac0d8689ac6
Author: Parag Nemade <pnemade at redhat.com>
Date:   Tue Nov 27 22:20:14 2012 +0530

    Resolves:rh#880093- package does not follow naming guidelines

 hyphen-as.spec |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/hyphen-as.spec b/hyphen-as.spec
index 32f23cd..6b0a0a3 100644
--- a/hyphen-as.spec
+++ b/hyphen-as.spec
@@ -1,11 +1,9 @@
-%global upstreamid 20111229
-%global upstream_version 0.7.0
-
 Name: hyphen-as
 Summary: Assamese hyphenation rules
-Version: 0.%{upstreamid}
+Version: 0.7.0
 Release: 1%{?dist}
-Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{upstream_version}.tar.bz2
+Epoch: 1
+Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{version}.tar.bz2
 Group: Applications/Text
 URL: http://wiki.smc.org.in
 License: LGPLv3+
@@ -16,19 +14,22 @@ Requires: hyphen
 Assamese hyphenation rules.
 
 %prep
-%setup -q -n %{name}-%{upstream_version} 
+%setup -q
 
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
-install -m644 -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
+mkdir -p %{buildroot}/%{_datadir}/hyphen
+install -m644 -p *.dic %{buildroot}/%{_datadir}/hyphen
 
 %files
 %doc README COPYING ChangeLog
 %{_datadir}/hyphen/*
 
 %changelog
+* Tue Nov 27 2012 Parag <pnemade AT redhat DOT com> - 0.7.0-1
+- Resolves:rh#880093- package does not follow naming guidelines
+
 * Thu Aug 02 2012 Parag <pnemade AT redhat DOT com> - 0.20111229-1
 - Update to new upstream 0.7.0
 


More information about the scm-commits mailing list