*** empty log message ***
This commit is contained in:
parent
0ba72a0ac8
commit
2ab403a568
@ -0,0 +1 @@
|
|||||||
|
OOo-hyph-bg-4.1.zip
|
41
hyphen-bg.spec
Normal file
41
hyphen-bg.spec
Normal file
@ -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 <caolanm@redhat.com> - 4.1-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hyphen-bg-4_1-1_fc10:HEAD:hyphen-bg-4.1-1.fc10.src.rpm:1229875237
|
Loading…
Reference in New Issue
Block a user