rpms/python-gudev/devel import.log, NONE, 1.1 python-gudev.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Tue Mar 9 10:47:56 UTC 2010


Author: msuchy

Update of /cvs/pkgs/rpms/python-gudev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23735/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-gudev.spec 
Log Message:
Initial import of python-gudev to devel branch.



--- NEW FILE import.log ---
python-gudev-147_1-3_el6:HEAD:python-gudev-147.1-3.el6.src.rpm:1268131543


--- NEW FILE python-gudev.spec ---
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%global with_python3 1
%else
%{!?python_sitearch: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
%endif

%global srcname nzjrs-python-gudev-5fac65a

Summary:        Python (PyGObject) bindings to the GUDev library
Name:           python-gudev
URL:            http://github.com/nzjrs/python-gudev
# Tar.gz can be downloaded from
# http://github.com/nzjrs/python-gudev/tarball/%{version}
Source0:        %{srcname}.tar.gz
Version:        147.1
Release:        3%{?dist}
Group:          Development/Libraries
License:        LGPLv3+
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       libgudev1 >= 147
Requires:       pygobject2
BuildRequires:  python-devel
BuildRequires:  autoconf
BuildRequires:  libtool
BuildRequires:  libgudev1-devel >= 147
BuildRequires:  pygobject2-devel

%description
python-gudev is a Python (PyGObject) binding to the GUDev UDEV library.

%prep
%setup -q -n %{srcname}

%build
sh autogen.sh --prefix %{_prefix} --disable-static
make %{?_smp_mflags} CFLAGS="%{optflags}"

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install-strip
find $RPM_BUILD_ROOT -name gudev.la | xargs rm

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING README NEWS
%doc test.py
%{python_sitearch}/*
%{_datadir}/*

%changelog
* Mon Feb  8 2010 Miroslav Suchý <msuchy at redhat.com> 147.1-3
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-gudev/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Mar 2010 06:25:54 -0000	1.1
+++ .cvsignore	9 Mar 2010 10:47:56 -0000	1.2
@@ -0,0 +1 @@
+nzjrs-python-gudev-5fac65a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-gudev/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Mar 2010 06:25:55 -0000	1.1
+++ sources	9 Mar 2010 10:47:56 -0000	1.2
@@ -0,0 +1 @@
+b9fb5a857ee74ac736a9a9254856b622  nzjrs-python-gudev-5fac65a.tar.gz



More information about the scm-commits mailing list