]> git.pld-linux.org Git - SPECS.git/blob - gnome-applet-clockmail.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / gnome-applet-clockmail.spec
1 %define         _realname       clockmail-applet
2 Summary:        GNOME panel applet, it can display the time, date, mail status, and the message count
3 Summary(pl.UTF-8):      Aplet panelu GNOME do wyświetlania czasu, daty, stanu poczty i liczby wiadomości
4 Name:           gnome-applet-clockmail
5 Version:        1.9.0
6 Release:        2
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://dl.sourceforge.net/gqapplets/%{_realname}-%{version}.tar.gz
10 # Source0-md5:  8ee00d77149e38842ed66e6cfdd69e47
11 URL:            http://gqapplets.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-tools
15 BuildRequires:  gnome-panel-devel >= 2.0.0
16 BuildRequires:  intltool
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _sysconfdir     /etc/gconf
22
23 %description
24 Clockmail is a GNOME panel applet, it can display the time, date, mail
25 status, and the message count. Many themes are included.
26
27 %description -l pl.UTF-8
28 Clockmail jest apletem panelu GNOME, służącym do wyświetlania czasu,
29 daty, stanu poczty i liczby wiadomości. Dołączono wiele motywów.
30
31 %prep
32 %setup -q -n %{_realname}-%{version}
33
34 %build
35 rm -f missing
36 %{__aclocal}
37 %{__autoconf}
38 %{__automake}
39 %{__intltoolize}
40 %configure \
41         --with-gconf-schema-file-dir=%{_sysconfdir}/schemas
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README TODO ChangeLog
56 %attr(755,root,root) %{_libdir}/clockmail_applet2
57 %{_libdir}/bonobo/servers/*
58 %{_datadir}/gnome-2.0/ui/GNOME_ClockmailApplet.xml
59 %{_datadir}/clockmail-applet2
60 %{_sysconfdir}/schemas/clockmail-applet.schemas
61 %{_pixmapsdir}/*.png
This page took 1.030507 seconds and 3 git commands to generate.