raveit65 pushed to engrampa (f22). "update spec file"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri May 22 13:07:36 UTC 2015


From ec9ea9f87777da8b333e0e30ff05fb6a14c750ab Mon Sep 17 00:00:00 2001
From: raveit65 <chat-to-me at raveit.de>
Date: Fri, 22 May 2015 15:06:22 +0200
Subject: update spec file


diff --git a/engrampa.spec b/engrampa.spec
index 1c0b6e5..22ec37d 100644
--- a/engrampa.spec
+++ b/engrampa.spec
@@ -14,8 +14,11 @@
 
 Name:          engrampa
 Version:       %{branch}.0
-Release:       1%{?dist}
-#Release:       0.2%{?git_rel}%{?dist}
+%if 0%{?rel_build}
+Release:       2%{?dist}
+%else
+Release:       0.1%{?git_rel}%{?dist}
+%endif
 Summary:       MATE Desktop file archiver
 License:       GPLv2+ and LGPLv2+
 URL:           http://mate-desktop.org
@@ -26,6 +29,11 @@ URL:           http://mate-desktop.org
 # Source for snapshot-builds.
 %{!?rel_build:Source0:    http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}}
 
+# http://git.mate-desktop.org/engrampa/commit/?id=6786548
+Patch0:         engrampa_reduce_size_of_statusbar.patch
+# http://git.mate-desktop.org/engrampa/commit/?id=ca6fbde
+Patch1:         engrampa_fix-weird-icon-position-on-create-button.patch
+
 BuildRequires:  mate-common
 BuildRequires:  desktop-file-utils
 BuildRequires:  file-devel
@@ -49,8 +57,15 @@ such as zip, xv, bzip2, cab, rar and other compress formats.
 %prep
 %setup -q%{!?rel_build:n %{name}-%{commit}}
 
-# nedded to create missing configure and make files
+%patch0 -p1 -b .statusbar
+%patch1 -p1 -b .icon-position
+
+%if 0%{?rel_build}
 #NOCONFIGURE=1 ./autogen.sh
+%else # 0%{?rel_build}
+# needed for git snapshots
+NOCONFIGURE=1 ./autogen.sh
+%endif # 0%{?rel_build}
 
 
 %build
@@ -116,6 +131,9 @@ fi
 
 
 %changelog
+* Fri May 22 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-2
+- fix large statusbar in gtk3 version and create button
+
 * Tue May 05 2015 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.10.0-1
 - update to 1.10.0 release
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/engrampa.git/commit/?h=f22&id=ec9ea9f87777da8b333e0e30ff05fb6a14c750ab


More information about the scm-commits mailing list