rpms/babel/devel babel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Jun 22 22:43:20 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/babel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28879/devel

Modified Files:
	.cvsignore sources 
Added Files:
	babel.spec 
Log Message:
Initial import for devel.



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

Name:           babel
Version:        0.8
Release:        1%{?dist}
Summary:        Tools for internationalizing Python applications

Group:          Development/Languages
License:        BSD
URL:            http://babel.edgewall.org/
Source0:        http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools
Requires:       python-babel

%description
Babel is composed of two major parts:

* tools to build and work with gettext message catalogs

* a Python interface to the CLDR (Common Locale Data Repository),
  providing access to various locale display names, localized number
  and date formatting, etc.

%package -n python-babel
Summary:        Library for internationalizing Python applications
Group:          Development/Languages

%description -n python-babel
Babel is composed of two major parts:

* tools to build and work with gettext message catalogs

* a Python interface to the CLDR (Common Locale Data Repository),
  providing access to various locale display names, localized number
  and date formatting, etc.

%prep
%setup -q -n Babel-%{version}
chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png
%{__sed} -i -e '/^#!/,1d' babel/messages/frontend.py

%build
%{__python} setup.py build

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

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING README.txt
%{_bindir}/babel

%files -n python-babel
%defattr(-,root,root,-)
%doc doc
%{python_sitelib}/*

%changelog
* Thu Jun 21 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-1
- First version for Fedora



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/babel/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jun 2007 19:29:46 -0000	1.1
+++ .cvsignore	22 Jun 2007 22:42:44 -0000	1.2
@@ -0,0 +1 @@
+Babel-0.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/babel/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jun 2007 19:29:46 -0000	1.1
+++ sources	22 Jun 2007 22:42:44 -0000	1.2
@@ -0,0 +1 @@
+3a3ff0204cbf872f6f99c83376d662d0  Babel-0.8.tar.bz2




More information about the fedora-extras-commits mailing list