rpms/evolution-python/devel evolution-python.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernard Johnson (bjohnson) fedora-extras-commits at redhat.com
Thu Nov 15 19:03:55 UTC 2007


Author: bjohnson

Update of /cvs/pkgs/rpms/evolution-python/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18617/devel

Modified Files:
	.cvsignore sources 
Added Files:
	evolution-python.spec 
Log Message:
import evolution-python



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

Name:           evolution-python
Version:        0.0.4
Release:        2%{?dist}
Summary:        Python bindings for manipulating evolution data

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.conduit-project.org
Source0:        http://files.conduit-project.org/releases/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel, pygtk2-devel, evolution-data-server-devel
BuildRequires:  pango-devel, gtk2-devel
Requires:       pkgconfig

%description
Python bindings for manipulating evolution data.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -name \*\.la -print | xargs rm -f


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/*
%{python_sitearch}/gtk-2.0/evolution
%{_datadir}/%{name}
%doc COPYING test



%changelog
* Tue Nov 13 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.0.4-2
- run find on correct directory to remove .la files
- use macros in source url

* Mon Nov 12 2007 Bernard Johnson <bjohnson at symetrix.com> - 0.0.4-1
- v. 0.0.4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-python/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Nov 2007 17:19:06 -0000	1.1
+++ .cvsignore	15 Nov 2007 19:03:19 -0000	1.2
@@ -0,0 +1 @@
+evolution-python-0.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-python/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Nov 2007 17:19:07 -0000	1.1
+++ sources	15 Nov 2007 19:03:19 -0000	1.2
@@ -0,0 +1 @@
+2d08555f0a6de288bfcc3b048d98b3e4  evolution-python-0.0.4.tar.gz




More information about the fedora-extras-commits mailing list