Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37736632
en ru br
Репозитории ALT
S:3.20.0-alt1
5.1: 0.4.0-alt3
4.1: 0.4.0-alt0.M41.1
4.0: 0.3.7-alt1
www.altlinux.org/Changes

Группа :: Графические оболочки/GNOME
Пакет: notification-daemon

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# This spec is backported to ALTLinux 4.1 automatically by rpmbh script. Do not edit it.
Name: notification-daemon
Version: 0.4.0
Release: alt0.M41.1

Summary: Desktop Notification Daemon
Group: Graphical desktop/GNOME
License: %gpl2plus
URL: http://trac.galago-project.org/wiki/DesktopNotifications

Source: http://www.galago-project.org/files/releases/source/%name/%name-%version.tar.bz2

Packager: GNOME Maintainers Team <gnome at packages.altlinux.org>

Requires: dbus >= 0.36

# From configure.ac

BuildPrereq: intltool
BuildPrereq: glib2-devel >= 2.10.0
BuildPrereq: libgtk+2-devel >= 2.10.0
BuildPrereq: libdbus-glib-devel >= 0.36
BuildPrereq: libsexy-devel >= 0.1.3
BuildPrereq: GConf2 libGConf2-devel
BuildPrereq: libglade-devel libwnck-devel libnotify-devel
BuildPrereq: gstreamer-devel

BuildRequires: rpm-build-licenses rpm-build-gnome

BuildRequires: rpm-build-compat >= 0.95

%description
A daemon that displays passive pop-up notifications as per the
Desktop Notifications specification
(http://www.galago-project.org/specs/notification/index.php).

%prep
%setup -q

%build
#NOCONFIGURE=1 ./autogen.sh
%autoreconf
%configure \
   --enable-sound=gstreamer \
   --disable-schemas-install \
   --disable-static
%make_build

%install
%make_install DESTDIR=%buildroot install

%find_lang %name

%post
%gconf2_install %name

%preun
if [ $1 = 0 ]; then
   %gconf2_uninstall %name
fi

%files -f %name.lang
%_bindir/notification-properties
%_libexecdir/%name
%dir %_libdir/%name-1.0
%dir %_libdir/%name-1.0/engines
%_libdir/%name-1.0/engines/*.so
%dir %_datadir/%name
%_datadir/%name/*.glade
%_desktopdir/*.desktop
%_datadir/dbus-1/services/*
%_iconsdir/hicolor/*/apps/notification-properties.*
%gconf_schemasdir/%name.schemas
%doc AUTHORS ChangeLog COPYING NEWS

%exclude %_libdir/%name-1.0/engines/*.la

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin