[caja-extensions] add 1.7.1 release to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Fri Jan 24 18:05:07 UTC 2014


commit 8dc3c5fb2a6cdeccac2e5477fe223a3c3f804ba6
Author: raveit65 <chat-to-me at raveit.de>
Date:   Fri Jan 24 19:05:24 2014 +0100

    add 1.7.1 release to spec file

 caja-extensions.spec |   34 ++++++++++++++++++++--------------
 1 files changed, 20 insertions(+), 14 deletions(-)
---
diff --git a/caja-extensions.spec b/caja-extensions.spec
index 41e5803..0c027a5 100644
--- a/caja-extensions.spec
+++ b/caja-extensions.spec
@@ -1,5 +1,5 @@
 # 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.7
@@ -12,12 +12,13 @@
 %{!?rel_build:%global git_rel .git%{commit_date}.%{shortcommit}}
 %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz}
 
-Name:            caja-extensions
-Summary:     Set of extensions for caja file manager
+Name:           caja-extensions
+Summary:        Set of extensions for caja file manager
 Version:        %{branch}.1
-Release:        0.4%{?git_rel}%{?dist}
+Release:        1%{?dist}
+#Release:        0.4%{?git_rel}%{?dist}
 License:        GPLv2+
-URL:              http://mate-desktop.org
+URL:            http://mate-desktop.org
 
 # for downloading the tarball use 'spectool -g -R caja.spec'
 # Source for release-builds.
@@ -28,7 +29,7 @@ URL:              http://mate-desktop.org
 Source1:        caja-share-setup-instructions
 Source2:        caja-share-smb.conf.example
 
-Patch1:          caja-extensions_use-beesu-command-for-gksu.patch
+Patch1:         caja-extensions_use-beesu-command-for-gksu.patch
 
 BuildRequires:  mate-common
 %if 0%{?fedora} > 20
@@ -116,17 +117,19 @@ Caja beesu extension for open files as superuser
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 %patch1 -p1 -b .beesu
 cp %{SOURCE1} SETUP
-NOCONFIGURE=1 ./autogen.sh
+
+# needed for git snapshots
+#NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure \
-     --disable-schemas-compile         \
-     --with-gtk=2.0                                \
-     --enable-image-converter            \
-     --enable-open-terminal                \
-     --enable-sendto                             \
-     --enable-share                                \
-     --enable-gksu                                 \
+     --disable-schemas-compile \
+     --with-gtk=2.0            \
+     --enable-image-converter  \
+     --enable-open-terminal    \
+     --enable-sendto           \
+     --enable-share            \
+     --enable-gksu             \
      --disable-static
 
 make %{?_smp_mflags} V=1
@@ -208,6 +211,9 @@ fi
 
 
 %changelog
+* Fri Jan 24 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-1
+- update to 1.7.1
+
 * Thu Dec 18 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.0-0.4.git20131201.298c725
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser
 - fix provides/obsoletes


More information about the scm-commits mailing list