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

Roozbeh Pournader (roozbeh) fedora-extras-commits at redhat.com
Wed Dec 27 12:51:14 UTC 2006


Author: roozbeh

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

Modified Files:
	.cvsignore sources 
Added Files:
	pyfribidi.spec 
Log Message:
auto-import pyfribidi-0.6.0-2 on branch devel from pyfribidi-0.6.0-2.src.rpm


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

Name:           pyfribidi
Version:        0.6.0
Release:        2%{?dist}
Summary:        A Python binding for GNU FriBidi

Group:          Development/Languages
License:        GPL
URL:            http://pyfribidi.sourceforge.net/
Source0:        http://dl.sourceforge.net/sourceforge/pyfribidi/pyfribidi-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel
BuildRequires:  fribidi-devel

%description
PyFriBidi is a simple Python binding for FriBidi, providing an
implementation of The Unicode Bidirectional Algorithm in Python.


%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__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 AUTHORS COPYING ChangeLog
%{python_sitearch}/*


%changelog
* Wed Dec 27 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.6.0-2
- Add 'ChangeLog' to included documentation (Mamoru Tasaka)

* Sun Dec 10 2006 Roozbeh Pournader <roozbeh at farsiweb.info> - 0.6.0-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyfribidi/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Dec 2006 12:49:48 -0000	1.1
+++ .cvsignore	27 Dec 2006 12:50:44 -0000	1.2
@@ -0,0 +1 @@
+pyfribidi-0.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyfribidi/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Dec 2006 12:49:48 -0000	1.1
+++ sources	27 Dec 2006 12:50:44 -0000	1.2
@@ -0,0 +1 @@
+57766e3bd05a2044397e98b4f90125c2  pyfribidi-0.6.0.tar.gz




More information about the scm-commits mailing list