[system-config-bind] Fixed make rule

Matt Domsch mdomsch at fedoraproject.org
Thu Oct 7 13:28:30 UTC 2010


commit cd3b359cd880b25226f2897cc00a4a839f2d8804
Author: Roman Rakus <rrakus at redhat.com>
Date:   Thu Oct 7 13:28:31 2010 +0200

    Fixed make rule
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>
    Signed-off-by: Matt Domsch <matt at domsch.com>

 system-config-bind-make.patch |   12 ++++++++++++
 system-config-bind.spec       |    9 +++++++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/system-config-bind-make.patch b/system-config-bind-make.patch
new file mode 100644
index 0000000..91bc7f7
--- /dev/null
+++ b/system-config-bind-make.patch
@@ -0,0 +1,12 @@
+diff -up system-config-bind-4.0.15/po/Makefile.make system-config-bind-4.0.15/po/Makefile
+--- system-config-bind-4.0.15/po/Makefile.make	2010-10-07 13:24:12.000000000 +0200
++++ system-config-bind-4.0.15/po/Makefile	2010-10-07 13:24:31.000000000 +0200
+@@ -69,7 +69,7 @@ report: $(patsubst %.po, %.report, $(POF
+ reallyclean: clean
+ 	rm -f $(PACKAGE).pot
+ 
+-$(ROOT)/$(NLSDIR)/:
++$(ROOT)/$(NLSDIR):
+ 	mkdir -p $(ROOT)/$(NLSDIR)
+ 
+ $(ROOT)/$(NLSDIR)/LC_MESSAGES/%: %.mo $(ROOT)/$(NLSDIR)
diff --git a/system-config-bind.spec b/system-config-bind.spec
index f5d276a..3503411 100644
--- a/system-config-bind.spec
+++ b/system-config-bind.spec
@@ -1,7 +1,7 @@
 Summary:        BIND DNS Configuration Tool
 Name:           system-config-bind
 Version:        4.0.15
-Release:        2%{?dist}
+Release:        3%{?dist}
 URL:            http://fedorahosted.org/system-config-bind
 License:        GPLv2
 Group:          Applications/System
@@ -14,6 +14,8 @@ Requires:       pygtk2, gnome-python2-gnome, pygtk2-libglade, gnome-python2-canv
 Requires:       bind, bind-utils, usermode, usermode-gtk, xdg-utils
 Requires(post): hicolor-icon-theme
 
+Patch1: %{name}-make.patch
+
 %description
 The system-config-bind package provides a graphical user interface (GUI) to
 configure the Berkeley Internet Name Domain (BIND) Domain Name System (DNS)
@@ -23,7 +25,7 @@ DNS server.
 
 %prep
 %setup -q
-
+%patch1 -p1 -b .make
 
 %build
 make 
@@ -82,6 +84,9 @@ if [ "$1" -eq 0 ]; then
 fi;
 
 %changelog
+* Thu Oct 07 2010 Roman Rakus <rrakus at redhat.com> - 4.0.15-3
+- Fixed make rule (rhbz#631373)
+
 * Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 4.0.15-2
 - recompiling .py files against Python 2.7 (rhbz#623397)
 


More information about the scm-commits mailing list