[mate-notification-daemon] Update to 1.7.0

Dan Mashal vicodan at fedoraproject.org
Sat Dec 7 01:02:34 UTC 2013


commit bda7fc6b125b3b2f9b37e686af8e837056e39cf2
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Dec 6 16:49:37 2013 -0800

    Update to 1.7.0

 .gitignore                    |    1 +
 mate-notification-daemon.spec |   20 ++++++++++++++------
 sources                       |    2 +-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5475f10..327680b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /mate-notification-daemon-1.5.2.tar.xz
 /mate-notification-daemon-1.6.0.tar.xz
 /mate-notification-daemon-1.6.1.tar.xz
+/mate-notification-daemon-1.7.0.git9f4203a.tar.xz
diff --git a/mate-notification-daemon.spec b/mate-notification-daemon.spec
index c67c6f6..fb79330 100644
--- a/mate-notification-daemon.spec
+++ b/mate-notification-daemon.spec
@@ -1,19 +1,26 @@
+%global _internal_version 9f4203a
+
 Name:           mate-notification-daemon
-Version:        1.6.1
-Release:        1%{?dist}
+Version:        1.7.0
+Release:        0.1.git%{_internal_version}1%{?dist}
+#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
+
+# To generate tarball
+# wget http://git.mate-desktop.org/marco/snapshot/%{name}-{_internal_version}.tar.xz -O %%name-%%{version}.git%%{_internal_version}.tar.xz
+Source0:        http://vicodan.fedorapeople.org/%{name}-%{version}.git%{_internal_version}.tar.xz
+
+#Source0:        http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
 
 BuildRequires:  dbus-glib-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  libcanberra-devel
 BuildRequires:  libnotify-devel
-BuildRequires:  libmatewnck-devel
+BuildRequires:  libwnck-devel
 BuildRequires:  mate-common
 BuildRequires:  mate-desktop-devel
-BuildRequires:  mate-doc-utils
 
 Provides:       desktop-notification-daemon
 
@@ -21,9 +28,10 @@ Provides:       desktop-notification-daemon
 Notification daemon for MATE Desktop
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{_internal_version}
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-schemas-compile   \
            --with-gtk=2.0
 
diff --git a/sources b/sources
index fdd77dc..1fe7e64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c4eb6137fab8d83a15e1d68d0f865ea  mate-notification-daemon-1.6.1.tar.xz
+ab50748c6870bbd90ef03bb8344f98b5  mate-notification-daemon-1.7.0.git9f4203a.tar.xz


More information about the scm-commits mailing list