Sophie

Sophie

distrib > Mandriva > cooker > i586 > media > main-release-src > by-pkgid > 23494bb1723870a2294f7309dbcdaed2 > files > 4

python-notify-0.1.1-9.src.rpm

%define name python-notify
%define oname notify-python
%define version 0.1.1
%define release %mkrel 9

Summary: Notification system based on libnotify
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.galago-project.org/files/releases/source/notify-python/%{oname}-%{version}.tar.bz2
Patch0: notify-python-0.1.1-libnotify07.patch
Patch1: notify-python-0.1.1-link.patch
License: LGPL
Group: Development/Python
Url: http://www.galago-project.org/news/index.php
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: pygtk2.0-devel
BuildRequires: libnotify-devel
BuildRequires: ffi5-devel

%description
This is the python version of the desktop notification framework.

%prep
%setup -q -n %oname-%version
%patch0 -p1
%patch1 -p0

%build
autoreconf -fi
%configure2_5x
touch src/pynotify.override
%make

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall_std

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc NEWS AUTHORS ChangeLog
%py_platsitedir/gtk-2.0/pynotify/
%_datadir/pygtk/2.0/defs/pynotify.defs
%_libdir/pkgconfig/notify-python.pc




%changelog
* Sun Nov 06 2011 Paulo Andrade <pcpa@mandriva.com.br> 0.1.1-9mdv2012.0
+ Revision: 722037
- Rebuild with newer libpng.
- Rebuild with newer libpng.

* Wed Apr 06 2011 Funda Wang <fwang@mandriva.org> 0.1.1-7
+ Revision: 650839
- add fedora patch to make it build with latest libnotify

* Mon Nov 01 2010 Jani Välimaa <wally@mandriva.org> 0.1.1-6mdv2011.0
+ Revision: 591681
- rebuild for python 2.7

* Wed Mar 17 2010 Oden Eriksson <oeriksson@mandriva.com> 0.1.1-5mdv2010.1
+ Revision: 523839
- rebuilt for 2010.1

* Fri Dec 26 2008 Adam Williamson <awilliamson@mandriva.org> 0.1.1-4mdv2009.1
+ Revision: 319468
- rebuild with python 2.6

* Mon Sep 01 2008 Tiago Salem <salem@mandriva.com.br> 0.1.1-3mdv2009.0
+ Revision: 278648
- fix BuildRequires to libffi
- force regeneration of pynotify.c. fixes attach_to_status_icon bug
- bump release

* Wed Jun 18 2008 Thierry Vignaud <tv@mandriva.org> 0.1.1-2mdv2009.0
+ Revision: 225135
- rebuild

* Fri Dec 21 2007 Olivier Blin <blino@mandriva.org> 0.1.1-1mdv2008.1
+ Revision: 136454
- restore BuildRoot

  + Thierry Vignaud <tv@mandriva.org>
    - kill re-definition of %%buildroot on Pixel's request


* Fri Jan 12 2007 Götz Waschk <waschk@mandriva.org> 0.1.1-1mdv2007.0
+ Revision: 107828
- Import python-notify

* Fri Jan 12 2007 Götz Waschk <waschk@mandriva.org> 0.1.1-1mdv2007.1
- initial package