[pluma] add pluma-1.9.0-git20140712-c1ca209.tar.xz git snapshot to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 12 22:19:59 UTC 2014


commit f278f66e80c080ff7de2aa0d3316de032b32f0bb
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Jul 13 00:20:13 2014 +0200

    add pluma-1.9.0-git20140712-c1ca209.tar.xz git snapshot to spec file

 pluma.spec |   32 ++++++++++++++++++--------------
 1 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/pluma.spec b/pluma.spec
index 0a0c94b..318c8e1 100644
--- a/pluma.spec
+++ b/pluma.spec
@@ -1,12 +1,12 @@
 # Conditional for release and snapshot builds. Uncomment for release-builds.
-%global rel_build 1
+#%%global rel_build 1
 
 # This is needed, because src-url contains branched part of versioning-scheme.
-%global branch 1.8
+%global branch 1.9
 
 # Settings used for build from snapshots.
-%{!?rel_build:%global commit 7ceb8fe98bdaf81e3e9a638f0abbfa657aa00ab2}
-%{!?rel_build:%global commit_date 20131511}
+%{!?rel_build:%global commit c1ca209172a8b3a0751ac0a1e2dbec33c1894290}
+%{!?rel_build:%global commit_date 20140712}
 %{!?rel_build:%global shortcommit %(c=%{commit};echo ${c:0:7})}
 %{!?rel_build:%global git_ver git%{commit_date}-%{shortcommit}}
 %{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}}
@@ -14,9 +14,9 @@
 
 Summary:  Text editor for the MATE desktop
 Name:     pluma
-Version:  %{branch}.1
-Release:  2%{?dist}
-#Release:  0.1%{?git_rel}%{?dist}
+Version:  %{branch}.0
+#Release:  1%{?dist}
+Release:  0.1%{?git_rel}%{?dist}
 License:  GPLv2+ and LGPLv2+
 Group:    Applications/Editors
 URL:      http://mate-desktop.org
@@ -31,16 +31,16 @@ BuildRequires: desktop-file-utils
 BuildRequires: enchant-devel
 BuildRequires: libsoup-devel
 BuildRequires: gtk2-devel
-BuildRequires: gtksourceview3-devel
+BuildRequires: gtksourceview2-devel
 BuildRequires: iso-codes-devel
 BuildRequires: libSM-devel
 BuildRequires: mate-common
 BuildRequires: pygobject2-devel
-BuildRequires: pygtk2-devel
 BuildRequires: pygtksourceview-devel
 BuildRequires: python2-devel
 BuildRequires: rarian-compat
 BuildRequires: yelp-tools
+BuildRequires: mate-desktop-devel
 
 Requires: %{name}-data = %{version}-%{release}
 Requires: pygtk2
@@ -50,8 +50,8 @@ Requires: pygtksourceview
 Requires: mate-desktop-libs
 # needed to get a gsettings schema, #959607
 Requires: caja-schemas
-# the run-command plugin uses mate-dialogs
-Requires: mate-dialogs
+# the run-command plugin uses zenity
+Requires: zenity
 
 %if 0%{?fedora} && 0%{?fedora} > 20
 Provides:  mate-text-editor%{?_isa} = %{version}-%{release}
@@ -85,7 +85,7 @@ Group:     Development/Libraries
 Requires:  %{name}%{?_isa} = %{version}-%{release}
 Requires:  gtksourceview3-devel
 Requires:  pygtk2-devel
-%if 0%{?fedora} && 0%{?fedora} <= 25
+%if 0%{?fedora} && 0%{?fedora} > 20
 Provides:  mate-text-editor-devel%{?_isa} = %{version}-%{release}
 Provides:  mate-text-editor-devel = %{version}-%{release}
 Obsoletes: mate-text-editor-devel < %{version}-%{release}
@@ -98,7 +98,7 @@ Development files for mate-text-editor
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
 # needed for git snapshots
-#NOCONFIGURE=1 ./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 
 # Fix debug permissions with messy hack 
 find ./*/* -type f -exec chmod 644 {} \;
@@ -177,10 +177,14 @@ fi
 %files devel
 %{_includedir}/pluma/
 %{_libdir}/pkgconfig/pluma.pc
-%{_datadir}/gtk-doc/html/pluma/
+#%{_datadir}/gtk-doc/html/pluma/
 
 
 %changelog
+* Sat Jul 12 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.9.0-0.1.git20131511.c1ca209
+- use git snapshot from 2014.07.12
+- disable gtk-docs for snapshot build
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list