[notification-daemon-engine-nodoka] first attempt to fix build.

Martin Sourada mso at fedoraproject.org
Sun Jul 22 21:36:37 UTC 2012


commit 4358d7169951887248303febd52658fde96735d6
Author: Martin Sourada <mso at fedoraproject.org>
Date:   Sun Jul 22 23:34:45 2012 +0200

    first attempt to fix build.

 ...ation-daemon-engine-nodoka-0.1.0-automake.patch |   11 +++++++++++
 notification-daemon-engine-nodoka.spec             |   11 ++++++++---
 2 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/notification-daemon-engine-nodoka-0.1.0-automake.patch b/notification-daemon-engine-nodoka-0.1.0-automake.patch
new file mode 100644
index 0000000..0b46623
--- /dev/null
+++ b/notification-daemon-engine-nodoka-0.1.0-automake.patch
@@ -0,0 +1,11 @@
+diff -up notification-daemon-engine-nodoka-0.1.0/configure.ac.automake notification-daemon-engine-nodoka-0.1.0/configure.ac
+--- notification-daemon-engine-nodoka-0.1.0/configure.ac.automake	2012-07-22 23:27:49.000000000 +0200
++++ notification-daemon-engine-nodoka-0.1.0/configure.ac	2012-07-22 23:29:20.000000000 +0200
+@@ -25,6 +25,7 @@ AC_DEFINE_UNQUOTED(ENGINE_VERSION, "$ENG
+ 
+ AM_INIT_AUTOMAKE([-Wall -Werror])
+ AM_MAINTAINER_MODE
++AM_PROG_AR
+ 
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
diff --git a/notification-daemon-engine-nodoka.spec b/notification-daemon-engine-nodoka.spec
index 801a8b3..7d5f335 100644
--- a/notification-daemon-engine-nodoka.spec
+++ b/notification-daemon-engine-nodoka.spec
@@ -1,6 +1,6 @@
 Name:           notification-daemon-engine-nodoka
 Version:        0.1.0
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        The Nodoka theme engine for the notification daemon
 
 Group:          System Environment/Libraries
@@ -12,8 +12,9 @@ Patch1:         notification-daemon-engine-nodoka-0.1.0-version-check.patch
 Patch2:         notification-daemon-engine-nodoka-rtl.patch
 Patch3:         notification-daemon-engine-nodoka-base-color.patch
 # drop libsexy dep
-Patch4:		sexy.patch
-Patch5:		notification-daemon-engine-nodoka-window-type.patch
+Patch4:         sexy.patch
+Patch5:         notification-daemon-engine-nodoka-window-type.patch
+Patch6:         %{name}-0.1.0-automake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.17.1
@@ -33,6 +34,7 @@ The Nodoka theme engine for the notification daemon.
 %patch3 -p1 -b .base-color
 %patch4 -p1 -b .sexy
 %patch5 -p1 -b .window-type
+%patch6 -p1 -b .automake
 
 autoreconf -i -f
 
@@ -59,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/notification-daemon-1.0/engines/libnodoka.so
 
 %changelog
+* Sun Jul 22 2012 Martin Sourada <mso at fedoraproject.org> - 0.1.0-16
+- Fix build
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list