[mate-text-editor] Update to 1.7.0

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


commit e40a56e9863e99678beebf8d1f7313a78a14d26c
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Fri Dec 6 17:02:20 2013 -0800

    Update to 1.7.0

 .gitignore            |    1 +
 mate-text-editor.spec |   30 +++++++++++++++++++-----------
 sources               |    2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 650ba47..8598a38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /mate-text-editor-1.4.0.tar.xz
 /mate-text-editor-1.5.0.tar.xz
 /mate-text-editor-1.6.0.tar.xz
+/mate-text-editor-1.7.0.tar.gz
diff --git a/mate-text-editor.spec b/mate-text-editor.spec
index 6839d6d..de55e69 100644
--- a/mate-text-editor.spec
+++ b/mate-text-editor.spec
@@ -1,11 +1,15 @@
 Summary:  Text editor for the MATE desktop
 Name:     mate-text-editor
-Version:  1.6.0
-Release:  5%{?dist}
+Version:  1.7.0
+Release:  1%{?dist}
 License:  GPLv2+
 Group:    Applications/Editors
 URL:      http://mate-desktop.org
-Source0:  http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+
+#Use old tarball name for testing temporarily
+Source0:   http://vicodan.fedorapeople.org/%{name}-%{version}.tar.gz
+
+#Source0:  http://pub.mate-desktop.org/releases/1.7/%{name}-%{version}.tar.xz
 
 
 BuildRequires: desktop-file-utils
@@ -56,7 +60,6 @@ Development files for mate-text-editor
 
 %prep
 %setup -q
-NOCONFIGURE=1 ./autogen.sh
 
 # Fix debug permissions with messy hack 
 find ./*/* -type f -exec chmod 644 {} \;
@@ -65,11 +68,13 @@ find ./*/*/* -type f -exec chmod 644 {} \;
 
 %build
 %configure \
-        --disable-static          \
-        --disable-scrollkeeper    \
-        --enable-gtk-doc-html     \
-        --enable-gvfs-metadata    \
-        --enable-python           \
+        --disable-static           \
+        --disable-scrollkeeper     \
+        --enable-gtk-doc-html      \
+        --enable-gvfs-metadata     \
+        --enable-python            \
+        --enable-gtk-doc-html      \
+        --with-gtk=2.0             \
         --disable-schemas-compile
 
 make %{?_smp_mflags} V=1
@@ -113,9 +118,9 @@ fi
 %files  -f pluma.lang
 %doc README COPYING AUTHORS
 %{_datadir}/pluma
-%{_datadir}/mate/help/pluma
+%{_datadir}/help/*/pluma
 %{_datadir}/applications/pluma.desktop
-%{_datadir}/omf/pluma
+%{_datadir}/gtk-doc/html/pluma
 %{_mandir}/man1/*
 %{_libdir}/pluma
 %{_libexecdir}/pluma
@@ -132,6 +137,9 @@ fi
 
 
 %changelog
+* Fri Dec 06 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.0-1
+- Update to 1.7.0
+
 * Thu Aug 08 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.0-5
 - add runtime require mate-file-manager-schemas to fix #959607
 
diff --git a/sources b/sources
index 8c85991..17abcb1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-934b67729e54a9257f663d516b62ddc2  mate-text-editor-1.6.0.tar.xz
+6bf33a42e00a716b878b2991550edd57  mate-text-editor-1.7.0.tar.gz


More information about the scm-commits mailing list