rpms/wordxtr/EL-5 wordxtr.spec,NONE,1.1 sources,1.1,1.2

Parag Nemade pnemade at fedoraproject.org
Fri Dec 26 10:33:30 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/wordxtr/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5101

Modified Files:
	sources 
Added Files:
	wordxtr.spec 
Log Message:

* Wed Dec 24 2008 Parag Nemade <paragn at fedoraproject.org> 0.0.1-1
- Initial release




--- NEW FILE wordxtr.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           wordxtr
Version:        0.0.1
Release:        1%{?dist}
Summary:        Create hunspell dictionary from given plain text input data files

Group:          Development/Languages
License:        GPLv2+
URL:            https://fedorahosted.org/wordxtr
Source0:        https://fedorahosted.org/releases/w/o/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
## we need wordlist2hunspell which is provided by hunspell-devel
Requires:       hunspell-devel


%description
This package will help you to create hunspell dictionary for given 
input language and plain text unicode data files.

%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc README COPYING
%{_bindir}/wordxtr
%{python_sitelib}/*

%changelog
* Wed Dec 24 2008 Parag Nemade <paragn at fedoraproject.org> 0.0.1-1
- Initial release



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wordxtr/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Dec 2008 09:44:15 -0000	1.1
+++ sources	26 Dec 2008 10:32:59 -0000	1.2
@@ -0,0 +1 @@
+c2a78b2ea606c324341e291edea32f9b  wordxtr-0.0.1.tar.gz




More information about the fedora-extras-commits mailing list