rpms/deskbar-applet/devel deskbar-applet.spec, 1.83, 1.84 deskbar-applet-2.26.0-gapplet.patch, 1.1, NONE deskbar-applet-2.26.0-py_sitearch.patch, 1.1, NONE deskbar-applet-2.26.0-urlopener.patch, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Mon Aug 10 23:21:23 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/deskbar-applet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31298

Modified Files:
	deskbar-applet.spec 
Removed Files:
	deskbar-applet-2.26.0-gapplet.patch 
	deskbar-applet-2.26.0-py_sitearch.patch 
	deskbar-applet-2.26.0-urlopener.patch 
Log Message:
* Mon Aug 10 2009 Michel Salim <salimma at fedoraproject.org> - 2.27.90-1
- Update to 2.27.90



Index: deskbar-applet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deskbar-applet/devel/deskbar-applet.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -p -r1.83 -r1.84
--- deskbar-applet.spec	24 Jul 2009 20:09:50 -0000	1.83
+++ deskbar-applet.spec	10 Aug 2009 23:21:23 -0000	1.84
@@ -1,21 +1,20 @@
 %{!?pyver: %define pyver %(%{__python} -c 'import sys;print(sys.version[0:3])')}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           deskbar-applet
-Version:        2.26.0
-Release:        4%{?dist}
+Version:        2.27.90
+Release:        1%{?dist}
 
 Summary:        A Gnome applet to allow easy access to various search engines
 Group:          Applications/Internet
 License:        GPLv2
 URL:            http://live.gnome.org/DeskbarApplet
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.26/%{name}-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.27/%{name}-%{version}.tar.bz2
 Source1:        fedorabz.py
 Source2:        fedorabz.png
-Patch0:         %{name}-2.26.0-gapplet.patch
-Patch1:         %{name}-2.26.0-py_sitearch.patch
-Patch2:         %{name}-2.26.0-urlopener.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
 BuildRequires:  gtk2-devel python-devel pygtk2-devel gnome-python2-extras
 BuildRequires:  gettext evolution-data-server-devel gnome-desktop-devel
 BuildRequires:  libSM-devel gnome-python2-applet desktop-file-utils
@@ -39,13 +38,19 @@ Seaches are handled by a series of plugi
 interface to manage these plugins to provide you with the search results that
 fit your needs.
 
+
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
 %prep
 %setup -q
-%patch0 -p1 -b .gapplet
-# http://bugzilla.gnome.org/show_activity.cgi?id=578803
-%patch1 -p1 -b .py_sitearch
-# http://bugzilla.gnome.org/show_bug.cgi?id=577649
-%patch2 -p0 -b .urlopener
 
 %build
 %configure --disable-schemas-install --disable-scrollkeeper
@@ -100,18 +105,25 @@ touch --no-create %{_datadir}/icons/hico
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
-%{_sysconfdir}/gconf/schemas/%{name}.schemas
+%config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas
 %{_libdir}/%{name}
 %{_libdir}/bonobo/servers/Deskbar_Applet.server
-%{_libdir}/pkgconfig/%{name}.pc
+%{python_sitelib}/deskbar
 %{python_sitearch}/deskbar
 %{_datadir}/%{name}
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/omf/deskbar/
 %{_datadir}/gnome/help/deskbar/
 
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/%{name}.pc
+
 
 %changelog
+* Mon Aug 10 2009 Michel Salim <salimma at fedoraproject.org> - 2.27.90-1
+- Update to 2.27.90
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.26.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


--- deskbar-applet-2.26.0-gapplet.patch DELETED ---


--- deskbar-applet-2.26.0-py_sitearch.patch DELETED ---


--- deskbar-applet-2.26.0-urlopener.patch DELETED ---




More information about the scm-commits mailing list