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

Allisson Azevedo (allisson) fedora-extras-commits at redhat.com
Mon Apr 2 02:27:09 UTC 2007


Author: allisson

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

Modified Files:
	.cvsignore sources 
Added Files:
	pyclutter.spec 
Log Message:
auto-import pyclutter-0.2.0-5 on branch devel from pyclutter-0.2.0-5.src.rpm


--- NEW FILE pyclutter.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:           pyclutter
Version:        0.2.0
Release:        5%{?dist}
Summary:        Python modules that allow you to use the Clutter toolkit

Group:          Development/Languages
License:        GPL
URL:            http://www.clutter-project.org/
Source0:        http://www.clutter-project.org/sources/%{name}/0.2/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildArch:      
BuildRequires:  pygtk2-devel gtk2-devel clutter-devel
Requires:       pygtk2


%description
This archive contains the Python modules that allow you to use the
Clutter toolkit in Python programs.

%package devel
Summary:        Pyclutter development environment
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       python-devel clutter-devel pygobject2-devel

%description devel
Header files and libraries for building a extension library for the
Pyclutter

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p" 

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{python_sitearch}/clutter
%exclude %{python_sitearch}/clutter/*.la
%{python_sitearch}/clutter/*
%{_datadir}/*

%files devel
%defattr(-,root,root,-)
%doc
%{_includedir}/*


%changelog

* Sun Mar 29 2007 Allisson Azevedo <allisson at gmail.com> 0.2.0-5
- Fix requires for devel package

* Sun Mar 28 2007 Allisson Azevedo <allisson at gmail.com> 0.2.0-4
- Fix requires and buildrequires
- Modify defattr for devel package

* Sun Mar 27 2007 Allisson Azevedo <allisson at gmail.com> 0.2.0-3
- Fix .spec

* Sun Mar 24 2007 Allisson Azevedo <allisson at gmail.com> 0.2.0-2
- Fix .spec

* Sun Mar 23 2007 Allisson Azevedo <allisson at gmail.com> 0.2.0-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyclutter/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Apr 2007 01:09:36 -0000	1.1
+++ .cvsignore	2 Apr 2007 02:26:36 -0000	1.2
@@ -0,0 +1 @@
+pyclutter-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyclutter/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Apr 2007 01:09:36 -0000	1.1
+++ sources	2 Apr 2007 02:26:36 -0000	1.2
@@ -0,0 +1 @@
+cb2565cd0014ccc3f1f2700c8c6f3193  pyclutter-0.2.0.tar.gz




More information about the scm-commits mailing list