39 lines
776 B
RPMSpec
39 lines
776 B
RPMSpec
|
Name: hyphen-as
|
||
|
Summary: Assamese hyphenation rules
|
||
|
%define upstreamid 20090820
|
||
|
Version: 0.%{upstreamid}
|
||
|
Release: 1%{?dist}
|
||
|
Source: http://git.savannah.gnu.org/cgit/smc.git/plain/hyphenation/hyph_as_IN.dic
|
||
|
Group: Applications/Text
|
||
|
URL: http://wiki.smc.org.in
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: LGPLv3+
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Assamese hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -T -q -c
|
||
|
cp -p %{SOURCE0} .
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Thu Aug 20 2009 Parag <pnemade@redhat.com> - 0.20090820-1
|
||
|
- initial version
|