[mate-notification-daemon] Update to latest upstream release

Dan Mashal vicodan at fedoraproject.org
Sun Jan 20 20:27:39 UTC 2013


commit 0f35cf9b58e8f0c5daf3867f6a3e4bb6dda62a8b
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Jan 20 14:27:15 2013 -0600

    Update to latest upstream release

 .gitignore                    |    1 +
 mate-notification-daemon.spec |   49 +++++++++++++++++++++++-----------------
 sources                       |    2 +-
 3 files changed, 30 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 594c513..0ed2b6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mate-notification-daemon-1.4.0.tar.xz
 /mate-notification-daemon-1.5.0.tar.xz
+/mate-notification-daemon-1.5.1.tar.xz
diff --git a/mate-notification-daemon.spec b/mate-notification-daemon.spec
index 9c481cb..79e720b 100644
--- a/mate-notification-daemon.spec
+++ b/mate-notification-daemon.spec
@@ -1,42 +1,40 @@
 Name:           mate-notification-daemon
-Version:        1.5.0
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Notification daemon for MATE Desktop
 License:        GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
+BuildRequires:  dbus-glib-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(mate-desktop-2.0)
-BuildRequires:  pkgconfig(MateCORBA-2.0)
-BuildRequires:  pkgconfig(libcanberra)
-BuildRequires:  pkgconfig(libmatenotify)
-BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(libmatewnck)
-BuildRequires:  mate-common
-BuildRequires:  pkgconfig(mate-doc-utils)
+BuildRequires:  gsettings-desktop-schemas-devel
 BuildRequires:  icon-naming-utils
-
-Requires:   gsettings-desktop-schemas
+BuildRequires:  libcanberra-devel
+BuildRequires:  libmatenotify-devel
+BuildRequires:  libmatewnck-devel
+BuildRequires:  mate-common
+BuildRequires:  mate-desktop-devel
+BuildRequires:  mate-doc-utils
 
 %description
 Notification daemon for MATE Desktop
 
 %prep
 %setup -q
-NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure --disable-static
- 
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-schemas-compile   \
+           --with-gtk=2.0              \
+           --with-gnu-ld               
+
 make %{?_smp_mflags} V=1
 
 %install
-make LIBTOOL="/usr/bin/libtool" DESTDIR=%{buildroot} install
-
-find %{buildroot} -name '*.la' -exec rm -rf {} ';'
-find %{buildroot} -name '*.a' -exec rm -rf {} ';'
+#Keeping this just in case, not needed anymore
+#LIBTOOL="/usr/bin/libtool" 
+make install DESTDIR=%{buildroot}
 
 desktop-file-install                               \
         --remove-category="MATE"                   \
@@ -49,7 +47,7 @@ desktop-file-install                               \
 
 %post
 /sbin/ldconfig
-/bin/touch --no-create %{_datadir}/icons/mate &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
 /sbin/ldconfig
@@ -72,10 +70,19 @@ fi
 %{_libexecdir}/mate-notification-daemon
 %{_datadir}/icons/hicolor/*/apps/mate-notification-properties.*
 %{_datadir}/glib-2.0/schemas/org.mate.NotificationDaemon.gschema.xml
-%{_libdir}/mate-notification-daemon/
+%{_datadir}/MateConf/gsettings/mate-notification-daemon.convert
+%{_libdir}/mate-notification-daemon
 
 
 %changelog
+* Sun Jan 20 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-1
+- Update to 1.5.1 release
+- Update configure flags
+- Update icon scriptlets
+- Switch back to old BR style
+- Sort BR's in alphabetical order
+- Remove explicit variable for libtool in make
+
 * Tue Oct 30 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.0-1
 - update to 1.5.0 release
 - add schema scriptlets and remove mateconf scriptlets
diff --git a/sources b/sources
index 5466a29..936b5d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-393a7832e71aa8cfd28793750f88de50  mate-notification-daemon-1.5.0.tar.xz
+7df51649d029d187fb2e0dbb8f7ecb4d  mate-notification-daemon-1.5.1.tar.xz


More information about the scm-commits mailing list