[mate-file-archiver] update spec file for latest git snaphot

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sun Oct 13 13:40:23 UTC 2013


commit eb7e445ce1fe289152a3bc12406547f43cbf1d34
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Oct 13 15:40:15 2013 +0200

    update spec file for latest git snaphot

 mate-file-archiver.spec |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/mate-file-archiver.spec b/mate-file-archiver.spec
index 8e0a53c..a12da8b 100644
--- a/mate-file-archiver.spec
+++ b/mate-file-archiver.spec
@@ -1,10 +1,17 @@
+%global _internal_version  95ebd69
+
 Name:           mate-file-archiver
-Version:        1.6.0
-Release:        3%{?dist}
+Version:        1.6.1
+Release:        0.1.git%{_internal_version}%{?dist}
 Summary:        MATE Desktop file archiver
 License:        GPLv2+ and LGPLv2+
 URL:            http://mate-desktop.org
-Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+
+# To generate tarball
+# wget http://git.mate-desktop.org/%%{name}/snapshot/%%{name}-{_internal_version}.tar.xz -O %%{name}-%%{version}.git%%{_internal_version}.tar.xz
+Source0: http://raveit65.fedorapeople.org/Mate/git-upstream/%{name}-%{version}.git%{_internal_version}.tar.xz
+
+#Source0:        http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 
 # upstream patch to fix
 # https://github.com/mate-desktop/mate-file-archiver/issues/19
@@ -34,7 +41,9 @@ such as tar or zip files.
 
 
 %prep
-%setup -q
+#%setup -q
+%setup -q -n %{name}-%{_internal_version}
+
 %patch0 -p1 -b .gsettings_schema
 NOCONFIGURE=1 ./autogen.sh
 
@@ -97,6 +106,9 @@ fi
 
 
 %changelog
+* Sun Oct 13 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-0.1.git95ebd69
+- update to latest snapshot
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list