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

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Jul 14 06:33:52 UTC 2008


Author: nphilipp

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-slip.spec 
Log Message:
initial import



--- NEW FILE import.log ---
python-slip-0_1_3-1_fc9:HEAD:python-slip-0.1.3-1.fc9.src.rpm:1216017180


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

Name:       python-slip
Version:    0.1.3
Release:    1%{?dist}
Summary:    Miscellaneous convenience, extension and workaround code for Python

Group:      System Environment/Libraries
License:    GPLv2+
URL:        http://nphilipp.fedorapeople.org/python-slip/
Source0:    http://nphilipp.fedorapeople.org/python-slip/%{name}-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:  noarch

BuildRequires:  python
BuildRequires:  python-devel

%description
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides the "slip" base module.

%package dbus
Summary:    Convenience functions for dbus-activated services
Group:      System Environment/Libraries
Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:   dbus-python >= 0.80

%description dbus
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.dbus.service.TimeoutObject, a dbus.service.Object
derivative that ends itself after a certain time without being used and/or if
there are no clients anymore on the message bus.

%package gtk
Summary:    Code to make auto-wrapping gtk labels
Group:      System Environment/Libraries
Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires:   pygtk2

%description gtk
The Simple Library for Python packages contain miscellaneous code for
convenience, extension and workaround purposes.

This package provides slip.gtk.set_autowrap(), a convenience function which
lets gtk labels be automatically re-wrapped upon resizing.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
rm -rf %buildroot
make install DESTDIR=%buildroot

%clean
rm -rf %buildroot

%files
%defattr(-,root,root,-)
%doc COPYING
%dir %{python_sitelib}/slip/
%{python_sitelib}/slip/__init__.py*
%{python_sitelib}/slip-%{version}-py%{python_version}.egg-info

%files dbus
%defattr(-,root,root,-)
%doc slip/dbus/README slip/dbus/examples
%{python_sitelib}/slip/dbus
%{python_sitelib}/slip.dbus-%{version}-py%{python_version}.egg-info

%files gtk
%defattr(-,root,root,-)
%{python_sitelib}/slip/gtk
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info

%changelog
* Fri Jul 11 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.3
- BR: python-devel

* Fri Jul 11 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.2
- fix more inconsistent tabs/spaces

* Fri Jul 11 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.1
- fix inconsistent tabs/spaces

* Tue May 27 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1
- move gtk.py -> gtk/__init__.py
- rename gtk.set_autowrap () -> gtk.label_autowrap ()

* Mon May 26 2008 Nils Philippsen <nphilipp at redhat.com>
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jul 2008 16:24:58 -0000	1.1
+++ .cvsignore	14 Jul 2008 06:32:58 -0000	1.2
@@ -0,0 +1 @@
+python-slip-0.1.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jul 2008 16:24:58 -0000	1.1
+++ sources	14 Jul 2008 06:32:58 -0000	1.2
@@ -0,0 +1 @@
+d23e9acc1bbebeeeff7055c830a9fea7  python-slip-0.1.3.tar.bz2




More information about the scm-commits mailing list