diff --git a/.cvsignore b/.cvsignore index e69de29..47681d7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +huhyphn-20070907.tar.gz diff --git a/hyphen-hu.spec b/hyphen-hu.spec new file mode 100644 index 0000000..e873c45 --- /dev/null +++ b/hyphen-hu.spec @@ -0,0 +1,38 @@ +Name: hyphen-hu +Summary: Hungarian hyphenation rules +%define upstreamid 20070907 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://www.tipogral.hu/download/huhyphn-%{upstreamid}.tar.gz +Group: Applications/Text +URL: http://www.tipogral.hu/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch +Requires: hyphen + +%description +Hungarian hyphenation rules. + +%prep +%setup -q -n huhyphn-%{upstreamid} +chmod -x * + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p hyph_hu.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_hu_HR.dic + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc huhyphn.pdf gpl.txt +%{_datadir}/hyphen/* + +%changelog +* Fri Nov 23 2007 Caolan McNamara - 0.20070907-1 +- initial version diff --git a/sources b/sources index e69de29..034275d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f1a8fbb0338e7b84339e877094662155 huhyphn-20070907.tar.gz