automatic version update by autodist [release 0.7.6-1mamba;Mon Sep 03 2012]

This commit is contained in:
Automatic Build System 2024-01-06 07:42:52 +01:00
parent f50d1902a8
commit b3d8714be9
2 changed files with 104 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# notification-daemon # notification-daemon
Desktop notifications daemon using D-Bus.

102
notification-daemon.spec Normal file
View File

@ -0,0 +1,102 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: notification-daemon
Version: 0.7.6
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
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)
%{_libexecdir}/notification-daemon
%{_datadir}/applications/notification-daemon.desktop
%doc AUTHORS COPYING ChangeLog NEWS
%changelog
* 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