rpms/system-config-date/devel .cvsignore, 1.79, 1.80 sources, 1.86, 1.87 system-config-date.spec, 1.90, 1.91

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Fri Jan 11 13:17:20 UTC 2008


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-date/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30915

Modified Files:
	.cvsignore sources system-config-date.spec 
Log Message:
use config-util for userhelper configuration from Fedora 9 on (#428394)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/.cvsignore,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- .cvsignore	10 Jan 2008 00:00:54 -0000	1.79
+++ .cvsignore	11 Jan 2008 13:16:43 -0000	1.80
@@ -1 +1 @@
-system-config-date-1.9.19.tar.bz2
+system-config-date-1.9.20.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/sources,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- sources	10 Jan 2008 00:00:54 -0000	1.86
+++ sources	11 Jan 2008 13:16:43 -0000	1.87
@@ -1 +1 @@
-ee96d8e662ed0905d605eb5bd7fdd497  system-config-date-1.9.19.tar.bz2
+7fbb93136d62cca8d4e1075834edc7ed  system-config-date-1.9.20.tar.bz2


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/devel/system-config-date.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- system-config-date.spec	10 Jan 2008 00:00:54 -0000	1.90
+++ system-config-date.spec	11 Jan 2008 13:16:43 -0000	1.91
@@ -1,6 +1,26 @@
+# Command line configurables
+
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
+%bcond_without xdg_utils
+%else
+%bcond_with xdg_utils
+%endif
+
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
+%bcond_without newt_python
+%else
+%bcond_with newt_python
+%endif
+
+%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
+%bcond_without console_util
+%else
+%bcond_with console_util
+%endif
+
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
-Version: 1.9.19
+Version: 1.9.20
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/date
 License: GPLv2+
@@ -24,15 +44,19 @@
 Requires: python >= 2.0
 Requires: pygtk2-libglade
 Requires: gnome-python2-canvas
+%if 0%{?with_console_util:1}
+Requires: usermode >= 1.94
+%else
 Requires: usermode >= 1.36
+%endif
 Requires: chkconfig
 Requires: rhpl
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 8 || 0%{?rhel} >= 6
+%if 0%{?with_newt_python:1}
 Requires: newt-python
 %else
 Requires: newt
 %endif
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 7 || 0%{?rhel} >= 6
+%if 0%{?with_xdg_utils:1}
 #Requires: xdg-utils
 %endif
 Requires(post): scrollkeeper >= 0:0.3.4
@@ -53,7 +77,7 @@
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1} %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -107,6 +131,9 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Fri Jan 11 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.20-1
+- use config-util for userhelper configuration from Fedora 9 on (#428394)
+
 * Thu Jan 10 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.19-1
 - only attempt to use yelp to display online help (as xdg-open does just the
   same), drop requirements on xdg-utils and yelp for now, update error message




More information about the fedora-extras-commits mailing list