Resolves:rh#880129- package does not follow naming guidelines
This commit is contained in:
parent
e04525dce2
commit
442a099922
@ -1,11 +1,9 @@
|
||||
%global upstreamid 20111229
|
||||
%global upstream_version 0.7.0
|
||||
|
||||
Name: hyphen-mr
|
||||
Summary: Marathi hyphenation rules
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?dist}
|
||||
Source: http://download.savannah.gnu.org/releases/smc/hyphenation/patterns/%{name}-%{upstream_version}.tar.bz2
|
||||
Epoch: 1
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
Marathi 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#880129- package does not follow naming guidelines
|
||||
|
||||
* Wed Nov 21 2012 Parag <pnemade AT redhat DOT com> - 0.20111229-2
|
||||
- Add %%doc files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user