]> git.pld-linux.org Git - packages/notification-daemon.git/blame - notification-daemon.spec
- updated to 3.16.1
[packages/notification-daemon.git] / notification-daemon.spec
CommitLineData
77d26d87 1Summary: Notification Daemon
11a95293 2Summary(pl.UTF-8): Demon powiadomień
77d26d87 3Name: notification-daemon
b3b6feb9 4Version: 3.16.1
2567daa3 5Release: 1
911af1c5 6License: GPL v2+
77d26d87 7Group: Applications/System
5779136a 8Source0: http://ftp.gnome.org/pub/GNOME/sources/notification-daemon/3.16/%{name}-%{version}.tar.xz
b3b6feb9 9# Source0-md5: 8ea9ccf633c05e907e8fa9d99ca6ffd9
77d26d87 10URL: http://www.galago-project.org/
3425a25c
MB
11BuildRequires: autoconf >= 2.63
12BuildRequires: automake >= 1:1.10
2b546f08 13BuildRequires: gettext-tools >= 0.11
2567daa3 14BuildRequires: glib2-devel >= 1:2.28.0
3425a25c 15BuildRequires: gnome-common
5779136a 16BuildRequires: gtk+3-devel >= 3.15.2
3425a25c 17BuildRequires: intltool >= 0.40.0
2567daa3 18BuildRequires: libcanberra-gtk3-devel >= 0.4
911af1c5 19BuildRequires: libstdc++-devel
3425a25c 20BuildRequires: libtool >= 2:2.2.6
911af1c5 21BuildRequires: pkgconfig
43103bcb 22BuildRequires: tar >= 1:1.22
1d9db1ef 23BuildRequires: xorg-lib-libX11-devel
43103bcb 24BuildRequires: xz
2567daa3
ŁK
25Requires: dbus >= 1.0.0
26Requires: glib2 >= 1:2.28.0
5779136a 27Requires: gtk+3 >= 3.15.2
1d9db1ef 28Requires: libcanberra-gtk3 >= 0.4
a5b2607e 29Provides: dbus(org.freedesktop.Notifications)
a083115e 30BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
77d26d87
PZ
31
32%description
911af1c5
JB
33A daemon that displays passive pop-up notifications as per the Desktop
34Notifications spec.
35
552520f1
JR
36%description -l pl.UTF-8
37Demon wyświetlający pasywne wyskakujące (pop-up) powiadomienia zgodnie
38ze specyfikacją Desktop Notifications.
77d26d87
PZ
39
40%prep
41%setup -q
42
43%build
30071852 44%{__libtoolize}
dc056f4b 45%{__intltoolize}
230c8a3c 46%{__aclocal}
47%{__autoconf}
48%{__automake}
d18de397 49%configure \
2567daa3
ŁK
50 --disable-silent-rules \
51 --disable-static
52
77d26d87
PZ
53%{__make}
54
55%install
56rm -rf $RPM_BUILD_ROOT
911af1c5 57
77d26d87
PZ
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT
60
8391a92d
AM
61%find_lang %{name}
62
77d26d87
PZ
63%clean
64rm -rf $RPM_BUILD_ROOT
65
8391a92d 66%files -f %{name}.lang
77d26d87 67%defattr(644,root,root,755)
911af1c5 68%doc AUTHORS ChangeLog NEWS README
3425a25c 69%attr(755,root,root) %{_libexecdir}/notification-daemon
2567daa3 70%{_desktopdir}/notification-daemon.desktop
1d9db1ef 71/etc/xdg/autostart/notification-daemon-autostart.desktop
This page took 0.090927 seconds and 4 git commands to generate.