Author: arekm Date: Mon Nov 14 19:32:39 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - partial update
---- Files affected: SPECS: workrave.spec (1.23 -> 1.24) ---- Diffs: ================================================================ Index: SPECS/workrave.spec diff -u SPECS/workrave.spec:1.23 SPECS/workrave.spec:1.24 --- SPECS/workrave.spec:1.23 Thu Sep 23 22:00:55 2004 +++ SPECS/workrave.spec Mon Nov 14 20:32:34 2005 @@ -2,25 +2,30 @@ # # Conditional build: %bcond_without gnome # build without GNOME support +%bcond_with kde # KDE support # Summary: Program that assists in the recovery and prevention of RSI Summary(pl): Program pomagajÄ…cy w rekonwalescencji i zapobieganiu RSI Name: workrave -Version: 1.6.2 -Release: 1 +Version: 1.8.1 +Release: 0.1 License: GPL Group: X11/Applications #Source0: http://www.workrave.org/download/snapshots/20040429/workrave-src-20040429.tar.gz Source0: http://dl.sourceforge.net/workrave/%{name}-%{version}.tar.gz -# Source0-md5: 83c96c8eebf81fed8307a56dd1ee0905 +# Source0-md5: 3a22ef8488fc2c9fe3b02f9c33b1cfb2 URL: http://www.workrave.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake +BuildRequires: dbus-devel BuildRequires: doxygen BuildRequires: gdome2-devel BuildRequires: gettext-devel BuildRequires: gnet-devel >= 2.0.0 BuildRequires: gtkmm-devel >= 2.4.0 +%if %{with kde} +BuildRequires: kdelibs-devel +%endif BuildRequires: libsigc++-devel >= 2.0.0 BuildRequires: pkgconfig %if %{with gnome} @@ -50,13 +55,15 @@ %build rm -f missing %{__gettextize} -%{__aclocal} +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ - %{!?with_gnome:--disable-gnome} \ - %{?with_gnome:--enable-gconf} \ + --%{?with_gnome:en}%{!?with_gnome:dis}able-gnome \ + --%{?with_gnome:en}%{!?with_gnome:dis}able-gconf \ + --%{?with_kde:en}%{!?with_kde:dis}able-kde \ + --enable-dbus \ --enable-xml \ --enable-exercises @@ -93,6 +100,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2005/11/14 19:32:34 arekm +- partial update + Revision 1.23 2004/09/23 20:00:55 grzegol - updated BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/workrave.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
