]> git.pld-linux.org Git - packages/system-config-date.git/blob - system-config-date.spec
- update icon cache
[packages/system-config-date.git] / system-config-date.spec
1 Summary:        A graphical interface for modifying system date and time
2 Summary(pl.UTF-8):      Graficzny interfejs do zmiany daty i czasu systemowego
3 Name:           system-config-date
4 Version:        1.9.17
5 Release:        1
6 License:        GPL
7 Group:          Base
8 Source0:        %{name}-%{version}.tar.bz2
9 # Source0-md5:  6551690e7362a7d912e3a6a70cba1915
10 Patch0:         %{name}-desktop.patch
11 URL:            http://fedora.redhat.com/projects/config-tools/
12 BuildRequires:  desktop-file-utils
13 BuildRequires:  gettext-devel
14 BuildRequires:  intltool
15 BuildRequires:  python
16 #Requires(post):        hicolor-icon-theme
17 #Requires(postun):      hicolor-icon-theme
18 #Requires:      chkconfig
19 Requires:       python-newt
20 Requires:       ntp-client
21 #Requires:      pygtk2-libglade
22 Requires:       python-gnome-canvas
23 Requires:       python-rhpl
24 #Requires:      usermode >= 1.36
25 Requires(post,postun):  desktop-file-utils
26 Conflicts:      firstboot <= 1.3.26
27 BuildArch:      noarch
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 system-config-date is a graphical interface for changing the system
32 date and time, configuring the system time zone, and setting up the
33 NTP daemon to synchronize the time of the system with a NTP time
34 server.
35
36 %description -l pl.UTF-8
37 system-config-date to graficzny interfejs do zmiany daty i czasu
38 systemowego, konfiguracji strefy czasowej i ustawiania demona NTP do
39 synchronizacji czasu systemowego z serwerem czasu NTP.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44
45 %build
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 desktop-file-install --vendor system --delete-original \
54         --dir $RPM_BUILD_ROOT%{_desktopdir} \
55         --add-category X-Red-Hat-Base \
56         $RPM_BUILD_ROOT%{_desktopdir}/system-config-date.desktop
57
58 %find_lang %{name} --with-gnome --with-omf
59
60 %py_comp $RPM_BUILD_ROOT%{_datadir}/system-config-date
61 %py_ocomp $RPM_BUILD_ROOT%{_datadir}/system-config-date
62 %py_postclean %{_datadir}/system-config-date
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %update_icon_cache hicolor
69
70 %postun
71 %update_icon_cache hicolor
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc doc/*
76 %attr(755,root,root) %{_bindir}/system-config-date
77 %attr(755,root,root) %{_bindir}/system-config-time
78 %attr(755,root,root) %{_bindir}/dateconfig
79 %attr(755,root,root) %{_sbindir}/timeconfig
80 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/dateconfig
81 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/system-config-date
82 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/system-config-time
83 %config(noreplace) %verify(not md5 mtime size) /etc/security/console.apps/dateconfig
84 %config(noreplace) %verify(not md5 mtime size) /etc/security/console.apps/system-config-date
85 %config(noreplace) %verify(not md5 mtime size) /etc/security/console.apps/system-config-time
86 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ntp/ntpservers
87 %dir %{_datadir}/system-config-date
88 %config(noreplace) %verify(not md5 mtime size) %{_datadir}/system-config-date/ntp.template
89 %{_datadir}/system-config-date/*.py[co]
90 %{_datadir}/system-config-date/*.glade
91 %dir %{_datadir}/system-config-date/pixmaps
92 %{_datadir}/system-config-date/pixmaps/system-config-date.png
93 %{_datadir}/system-config-date/pixmaps/map1440.png
94 %{_mandir}/man8/system-config-date*
95 %lang(fr) %{_mandir}/fr/man8/system-config-date*
96 %lang(ja) %{_mandir}/ja/man8/system-config-date*
97 %{_desktopdir}/system-config-date.desktop
98 %{_iconsdir}/hicolor/48x48/apps/system-config-date.png
This page took 0.041461 seconds and 4 git commands to generate.