spec cleanup
This commit is contained in:
parent
6530b95ace
commit
1f8717eabf
@ -1,11 +1,10 @@
|
|||||||
Name: hunspell-or
|
Name: hunspell-or
|
||||||
Summary: Oriya hunspell dictionaries
|
Summary: Oriya hunspell dictionaries
|
||||||
Version: 20050726
|
Version: 20050726
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Source: http://hunspell.sourceforge.net/or-demo.tar.gz
|
Source: http://hunspell.sourceforge.net/or-demo.tar.gz
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://hunspell.sourceforge.net
|
URL: http://hunspell.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -22,21 +21,19 @@ mv or/Copyright.utf8 or/Copyright
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
mv or/or.dic or/or_IN.dic
|
mv or/or.dic or/or_IN.dic
|
||||||
mv or/or.aff or/or_IN.aff
|
mv or/or.aff or/or_IN.aff
|
||||||
cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p or/*.dic or/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc or/README or/COPYING or/Copyright
|
%doc or/README or/COPYING or/Copyright
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2012 Parag <pnemade AT redhat DOT com> - 20050726-7
|
||||||
|
- spec cleanup
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-6
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user