*** empty log message ***
This commit is contained in:
parent
701b7cda98
commit
6c831aa7ce
@ -0,0 +1 @@
|
||||
hunspell-ro.3.2.tar.gz
|
37
hunspell-ro.spec
Normal file
37
hunspell-ro.spec
Normal file
@ -0,0 +1,37 @@
|
||||
Name: hunspell-ro
|
||||
Summary: Romanian hunspell dictionaries
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Source0: http://downloads.sourceforge.net/rospell/%{name}.%{version}.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://rospell.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Romanian hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}.%{version}
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p ro_RO.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sat Sep 20 2006 Caolan McNamara <caolanm@redhat.com> - 3.2-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-ro-3_2-1_fc9:HEAD:hunspell-ro-3.2-1.fc9.src.rpm:1222249708
|
Loading…
Reference in New Issue
Block a user