]> git.pld-linux.org Git - packages/notification-daemon.git/blob - notification-daemon.spec
269b85cd5afd297d35c8b00dc981a5d62ff9294d
[packages/notification-daemon.git] / notification-daemon.spec
1 Summary:        Notification Daemon
2 Summary(pl.UTF-8):      Demon powiadomień
3 Name:           notification-daemon
4 Version:        0.7.6
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/0.7/%{name}-%{version}.tar.xz
9 # Source0-md5:  08c9a6d18ead0aa62d933fc5a4135d38
10 URL:            http://www.galago-project.org/
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.10
13 BuildRequires:  gettext-devel >= 0.11
14 BuildRequires:  glib2-devel >= 1:2.28.0
15 BuildRequires:  gnome-common
16 BuildRequires:  gtk+3-devel >= 3.0.0
17 BuildRequires:  intltool >= 0.40.0
18 BuildRequires:  libcanberra-gtk3-devel >= 0.4
19 BuildRequires:  libstdc++-devel
20 BuildRequires:  libtool >= 2:2.2.6
21 BuildRequires:  pkgconfig
22 BuildRequires:  tar >= 1:1.22
23 BuildRequires:  xz
24 Requires:       dbus >= 1.0.0
25 Requires:       glib2 >= 1:2.28.0
26 Provides:       dbus(org.freedesktop.Notifications)
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 A daemon that displays passive pop-up notifications as per the Desktop
31 Notifications spec.
32
33 %description -l pl.UTF-8
34 Demon wyświetlający pasywne wyskakujące (pop-up) powiadomienia zgodnie
35 ze specyfikacją Desktop Notifications.
36
37 %prep
38 %setup -q
39
40 %build
41 %{__libtoolize}
42 %{__intltoolize}
43 %{__aclocal}
44 %{__autoconf}
45 %{__automake}
46 %configure \
47         --disable-silent-rules \
48         --disable-static
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README
66 %attr(755,root,root) %{_libexecdir}/notification-daemon
67 %{_desktopdir}/notification-daemon.desktop
This page took 0.065608 seconds and 2 git commands to generate.