notification-daemon/notification-daemon.spec

124 lines
3.8 KiB
RPMSpec
Raw Normal View History

%define majver %(echo %version | cut -d. -f1-2)
Name: notification-daemon
Version: 3.18.1
Release: 1mamba
Summary: Desktop notifications daemon using D-Bus
Group: System/Servers
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.galago-project.org
Source: ftp://ftp.gnome.org/pub/gnome/sources/notification-daemon/%{majver}/notification-daemon-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: gst-plugins-base
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libcanberra-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libGL-devel
BuildRequires: libglib-devel
BuildRequires: libgtk-devel
BuildRequires: libpango-devel
BuildRequires: libpixman-devel
BuildRequires: libpng-devel
BuildRequires: libpthread-stubs-devel
BuildRequires: libselinux-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXrender-devel
BuildRequires: libz-devel
BuildRequires: udev-devel
## AUTOBUILDREQ-END
Requires: gst-plugins-base
Requires: dconf
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Desktop notifications daemon using D-Bus.
%debug_package
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/notification-daemon-autostart.desktop
%{_libexecdir}/notification-daemon
%{_datadir}/applications/notification-daemon.desktop
%doc AUTHORS COPYING
#ChangeLog NEWS
%changelog
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 3.18.1-1mamba
- automatic version update by autodist
* Fri Oct 09 2015 Automatic Build System <autodist@mambasoft.it> 3.18.0-1mamba
- automatic version update by autodist
* Sat Apr 25 2015 Automatic Build System <autodist@mambasoft.it> 3.16.1-1mamba
- automatic version update by autodist
* Thu Dec 11 2014 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
- automatic version update by autodist
* Sat Nov 01 2014 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
- automatic version update by autodist
* Mon Jun 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.6-2mamba
- require dconf
* Mon Sep 03 2012 Automatic Build System <autodist@mambasoft.it> 0.7.6-1mamba
- automatic version update by autodist
* Tue Jun 05 2012 Automatic Build System <autodist@mambasoft.it> 0.7.5-1mamba
- automatic version update by autodist
* Sun Apr 01 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.4-1mamba
- update to 0.7.4
* Mon Oct 17 2011 Automatic Build System <autodist@mambasoft.it> 0.7.3-1mamba
- automatic version update by autodist
* Mon Sep 05 2011 Automatic Build System <autodist@mambasoft.it> 0.7.2-1mamba
- automatic version update by autodist
* Wed Jun 15 2011 Automatic Build System <autodist@mambasoft.it> 0.7.1-1mamba
- automatic update by autodist
* Sat Apr 23 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-1mamba
- update to 0.6.0
* Sat Jan 29 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-3mamba
- added requirement for gst-plugins-base to fix crash (see https://qa.mandriva.com/show_bug.cgi?id=51311)
* Thu Nov 11 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
- rebuilt with libpng 1.4
* Thu Feb 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-1mamba
- update to 0.4.0
* Thu Feb 18 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7-1mamba
- package created by autospec