From 2ab403a56857328e5815ea1e9c530e607e0c2bf7 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sun, 21 Dec 2008 16:01:27 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hyphen-bg.spec | 41 +++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 44 insertions(+) create mode 100644 hyphen-bg.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..bd58ac7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +OOo-hyph-bg-4.1.zip diff --git a/hyphen-bg.spec b/hyphen-bg.spec new file mode 100644 index 0000000..0499afa --- /dev/null +++ b/hyphen-bg.spec @@ -0,0 +1,41 @@ +Name: hyphen-bg +Summary: Bulgarian hyphenation rules +Version: 4.1 +Release: 1%{?dist} +Source: http://downloads.sourceforge.net/bgoffice/OOo-hyph-bg-%{version}.zip +Group: Applications/Text +URL: http://bgoffice.sourceforge.net/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch + +Requires: hyphen + +%description +Bulgarian hyphenation rules. + +%prep +%setup -q -n OOo-hyph-bg-%{version} + +%build +tr -d '\r' < README > README.new +iconv -f ISO-8859-2 -t UTF-8 README.new > README +tr -d '\r' < COPYING > COPYING.new +mv COPYING.new COPYING + +%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 COPYING.BULGARIAN README +%{_datadir}/hyphen/* + +%changelog +* Thu Dec 18 2008 Caolan McNamara - 4.1-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..6938594 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hyphen-bg-4_1-1_fc10:HEAD:hyphen-bg-4.1-1.fc10.src.rpm:1229875237 diff --git a/sources b/sources index e69de29..6a4f01b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +e2d3a423c90aba9c1e2776fc60030fc3 OOo-hyph-bg-4.1.zip