38 lines
768 B
RPMSpec
38 lines
768 B
RPMSpec
|
Name: hyphen-ro
|
||
|
Summary: Romanian hyphenation rules
|
||
|
Version: 3.3
|
||
|
Release: 0.1.test3%{?dist}
|
||
|
Source: http://downloads.sourceforge.net/rospell/hyph_ro_RO.3.3-test3.zip
|
||
|
Group: Applications/Text
|
||
|
URL: http://rospell.sourceforge.net/
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
License: GPLv2+
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Requires: hyphen
|
||
|
|
||
|
%description
|
||
|
Romanian hyphenation rules.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -c
|
||
|
|
||
|
%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,-)
|
||
|
%doc COPYING.GPL README
|
||
|
%{_datadir}/hyphen/*
|
||
|
|
||
|
%changelog
|
||
|
* Fri Jan 09 2008 Caolan McNamara <caolanm@redhat.com> - 3.3-0.1.test3
|
||
|
- initial version
|