Upstream has changes,build with new tarball
This commit is contained in:
parent
e75751859c
commit
021ffff7a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
pa-demo.tar.gz
|
||||
/pa_in.1.0.0.tar.gz
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
Name: hunspell-pa
|
||||
Summary: Punjabi hunspell dictionaries
|
||||
Version: 20050726
|
||||
Release: 10%{?dist}
|
||||
Source: http://hunspell.sourceforge.net/pa-demo.tar.gz
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://hunspell.sourceforge.net
|
||||
URL: https://gitorious.org/hunspell_dictionaries
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
@ -14,23 +15,24 @@ Requires: hunspell
|
||||
Punjabi hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n pa-demo
|
||||
iconv -f ISO-8859-1 -t UTF-8 pa/Copyright > pa/Copyright.utf8
|
||||
mv pa/Copyright.utf8 pa/Copyright
|
||||
%setup -q -c -n pa_IN
|
||||
iconv -f ISO-8859-1 -t UTF-8 pa_IN/Copyright > pa_IN/Copyright.utf8
|
||||
mv pa_IN/Copyright.utf8 pa_IN/Copyright
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
mv pa/pa.dic pa/pa_IN.dic
|
||||
mv pa/pa.aff pa/pa_IN.aff
|
||||
cp -p pa/*.dic pa/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p pa_IN/*.dic pa_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%files
|
||||
%doc pa/README pa/COPYING pa/Copyright
|
||||
%doc pa_IN/README pa_IN/COPYING pa_IN/Copyright
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Fri May 16 2014 Anish Patil<apatil@redhat.com> - 1:1.0.0-1
|
||||
- Upstream has changed and built with new tarball
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user