[mate-doc-utils] Update to stable 1.6.0 release

Dan Mashal vicodan at fedoraproject.org
Wed Apr 3 08:42:41 UTC 2013


commit 31d78599974541008bcdcdadc9e8f5c199ec1bdd
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Apr 3 01:42:14 2013 -0700

    Update to stable 1.6.0 release

 .gitignore          |    1 +
 mate-doc-utils.spec |   16 +++++++++-------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44f5287..b1b5c8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mate-doc-utils-1.4.0.tar.xz
 /mate-doc-utils-1.5.0.tar.xz
+/mate-doc-utils-1.6.0.tar.xz
diff --git a/mate-doc-utils.spec b/mate-doc-utils.spec
index d8a2938..2f41036 100644
--- a/mate-doc-utils.spec
+++ b/mate-doc-utils.spec
@@ -1,7 +1,7 @@
 Name:           mate-doc-utils
 Summary:        MATE Desktop doc utils
-Version:        1.5.0
-Release:        4%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 License:        GPLv2+ and LGPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
@@ -24,7 +24,6 @@ Requires: gnome-doc-utils-stylesheets
 BuildArch:      noarch
 
 BuildRequires:  mate-common
-BuildRequires:  intltool
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(rarian)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -34,7 +33,7 @@ Requires:       mate-common
 Requires:       gnome-doc-utils
 
 #Fix https://bugzilla.redhat.com/show_bug.cgi?id=888807
-Patch0: fix_mock_build_errors.patch
+#Patch0: fix_mock_build_errors.patch
 
 %description
 mate-doc-utils is a collection of documentation utilities for the Mate
@@ -44,15 +43,15 @@ XSLT style sheets that were once distributed with Yelp.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --disable-scrollkeeper
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install
 %find_lang %{name}
 #Remove unnecessary python sitepackages provided by gnome-doc-utils
 rm -rf $RPM_BUILD_ROOT/%{python_sitelib}/*
@@ -78,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/mate-doc-utils/mate-debian.sh
 %{_datadir}/pkgconfig/mate-doc-utils.pc
 
 %changelog
+* Wed Apr 03 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.6.0-1
+- Update to 1.6.0 stable release
+
 * Mon Mar 18 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.0-4
 - Rebuild for Fedora 20 rawhide
 
diff --git a/sources b/sources
index 872b6fe..6658af2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eac5e9052303773fd6a97736180e6330  mate-doc-utils-1.5.0.tar.xz
+b31895a9d48460231f0a317cb3db49ed  mate-doc-utils-1.6.0.tar.xz


More information about the scm-commits mailing list