From b3d8714be9f54f0a4408d61eb1d2eba1e4f6ed0f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:42:52 +0100 Subject: [PATCH] automatic version update by autodist [release 0.7.6-1mamba;Mon Sep 03 2012] --- README.md | 2 + notification-daemon.spec | 102 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 notification-daemon.spec diff --git a/README.md b/README.md index e787862..4a0d45b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # notification-daemon +Desktop notifications daemon using D-Bus. + diff --git a/notification-daemon.spec b/notification-daemon.spec new file mode 100644 index 0000000..f289569 --- /dev/null +++ b/notification-daemon.spec @@ -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 +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 0.7.6-1mamba +- automatic version update by autodist + +* Tue Jun 05 2012 Automatic Build System 0.7.5-1mamba +- automatic version update by autodist + +* Sun Apr 01 2012 Silvan Calarco 0.7.4-1mamba +- update to 0.7.4 + +* Mon Oct 17 2011 Automatic Build System 0.7.3-1mamba +- automatic version update by autodist + +* Mon Sep 05 2011 Automatic Build System 0.7.2-1mamba +- automatic version update by autodist + +* Wed Jun 15 2011 Automatic Build System 0.7.1-1mamba +- automatic update by autodist + +* Sat Apr 23 2011 Silvan Calarco 0.6.0-1mamba +- update to 0.6.0 + +* Sat Jan 29 2011 Silvan Calarco 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 0.4.0-2mamba +- rebuilt with libpng 1.4 + +* Thu Feb 18 2010 Silvan Calarco 0.4.0-1mamba +- update to 0.4.0 + +* Thu Feb 18 2010 Silvan Calarco 0.3.7-1mamba +- package created by autospec