[engrampa] add 1.7.0 release to spec file

Wolfgang Ulbrich raveit65 at fedoraproject.org
Thu Jan 16 20:18:10 UTC 2014


commit bf43ecfa413f50d39ba2665545c122f6362e0c4b
Author: raveit65 <chat-to-me at raveit.de>
Date:   Thu Jan 16 21:18:09 2014 +0100

    add 1.7.0 release to spec file

 engrampa.spec |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/engrampa.spec b/engrampa.spec
index bef3bad..c4e7931 100644
--- a/engrampa.spec
+++ b/engrampa.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:           engrampa
+Name:          engrampa
 Version:       %{branch}.0
-Release:       0.2%{?git_rel}%{?dist}
-Summary:    MATE Desktop file archiver
-License:        GPLv2+ and LGPLv2+
-URL:              http://mate-desktop.org
+Release:       1%{?dist}
+#Release:       0.2%{?git_rel}%{?dist}
+Summary:       MATE Desktop file archiver
+License:       GPLv2+ and LGPLv2+
+URL:           http://mate-desktop.org
 
 # for downloading the tarball use 'spectool -g -R caja.spec'
 # Source for release-builds.
@@ -53,7 +54,7 @@ such as zip, xv, bzip2, cab, rar and other compress formats.
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
 # nedded to create missing configure and make files
-NOCONFIGURE=1 ./autogen.sh
+#NOCONFIGURE=1 ./autogen.sh
 
 
 %build
@@ -112,6 +113,9 @@ fi
 
 
 %changelog
+* Thu Jan 16 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.0-1
+- update to 1.7.0 release
+
 * Thu Dec 18 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.0-0.2.git20131215.f4611c3
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser
 - use modern 'make install' macro


More information about the scm-commits mailing list