From ef48ad7e5a289b653beab94c12b455560d9199f3 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 9 Jan 2009 08:59:35 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hyphen-id.spec | 39 +++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 42 insertions(+) create mode 100644 hyphen-id.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..e739142 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hyph_id_ID.zip diff --git a/hyphen-id.spec b/hyphen-id.spec new file mode 100644 index 0000000..fe92576 --- /dev/null +++ b/hyphen-id.spec @@ -0,0 +1,39 @@ +Name: hyphen-id +Summary: Indonesian hyphenation rules +%define upstreamid 20040812 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_id_ID.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch + +Requires: hyphen + +%description +Indonesian hyphenation rules. + +%prep +%setup -q -c + +%build +chmod -x * + +%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 README_id_ID.txt +%{_datadir}/hyphen/* + +%changelog +* Wed Jan 07 2008 Caolan McNamara - 0.20040812-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..970b0d4 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hyphen-id-0_20040812-1_fc10:HEAD:hyphen-id-0.20040812-1.fc10.src.rpm:1231491529 diff --git a/sources b/sources index e69de29..ab4131c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f94557d7e57b22fa7e342f1c5bfe88ef hyph_id_ID.zip