Author: sls Date: Fri Nov 28 15:37:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added ac.patch - removed BR: python-sqlite - updated R: python-*sqlite
---- Files affected: SPECS: gnome-applet-hamster.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: SPECS/gnome-applet-hamster.spec diff -u SPECS/gnome-applet-hamster.spec:1.25 SPECS/gnome-applet-hamster.spec:1.26 --- SPECS/gnome-applet-hamster.spec:1.25 Wed Nov 26 19:45:17 2008 +++ SPECS/gnome-applet-hamster.spec Fri Nov 28 16:37:09 2008 @@ -8,6 +8,7 @@ Group: X11/Applications Source0: http://ftp.gnome.org/pub/GNOME/sources/hamster-applet/2.24/%{module}-%{version}.tar.bz2 # Source0-md5: b754f3953c6aa1ef48838de812600da8 +Patch0: %{name}-ac.patch URL: http://live.gnome.org/ProjectHamster BuildRequires: autoconf BuildRequires: automake @@ -21,7 +22,6 @@ BuildRequires: python-devel >= 1:2.4.0 BuildRequires: python-gnome-desktop-devel >= 2.22.0 BuildRequires: python-pygtk-devel >= 2:2.12.0 -BuildRequires: python-sqlite >= 2.3.0 BuildRequires: rpmbuild(macros) >= 1.219 Requires(post,postun): hicolor-icon-theme Requires(post,preun): GConf2 @@ -29,7 +29,7 @@ Requires: python-gnome-desktop-applet >= 2.22.0 Requires: python-gnome-gconf >= 2.22.0 Requires: python-gnome-ui >= 2.22.0 -Requires: python-sqlite >= 2.3.0 +Requires: python-modules-sqlite Requires: rarian %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -41,6 +41,7 @@ %prep %setup -q -n %{module}-%{version} +%patch0 -p1 %build %{__libtoolize} @@ -49,7 +50,8 @@ %{__autoconf} %{__autoheader} %{__automake} -%configure +%configure \ + --disable-sqlite-detection %{__make} %install @@ -97,6 +99,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2008/11/28 15:37:09 sls +- added ac.patch +- removed BR: python-sqlite +- updated R: python-*sqlite + Revision 1.25 2008/11/26 18:45:17 megabajt - updated to 2.24.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-applet-hamster.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
