rpms/wordxtr/devel import.log, NONE, 1.1 wordxtr.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Parag Nemade pnemade at fedoraproject.org
Fri Dec 26 10:28:44 UTC 2008


Author: pnemade

Update of /cvs/pkgs/rpms/wordxtr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3550/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log wordxtr.spec 
Log Message:

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




--- NEW FILE import.log ---
wordxtr-0_0_1-1_fc10:HEAD:wordxtr-0.0.1-1.fc10.src.rpm:1230287601


--- 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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wordxtr/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Dec 2008 09:44:15 -0000	1.1
+++ .cvsignore	26 Dec 2008 10:28:13 -0000	1.2
@@ -0,0 +1 @@
+wordxtr-0.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wordxtr/devel/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:28:13 -0000	1.2
@@ -0,0 +1 @@
+c2a78b2ea606c324341e291edea32f9b  wordxtr-0.0.1.tar.gz




More information about the fedora-extras-commits mailing list