[gpaste] Update to 3.14

Mohamed ElMorabity melmorabity at fedoraproject.org
Sat Oct 11 10:58:31 UTC 2014


commit db49a712d2789536339089a1077050c1ed033bc8
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sat Oct 11 12:58:15 2014 +0200

    Update to 3.14

 .gitignore  |    1 +
 gpaste.spec |   29 ++++++++++++++---------------
 sources     |    2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc85723..8961a81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /gpaste-3.12.1.tar.xz
 /GPaste-8dae0be69230217022c9d5a6e6c27ef0252ac6de.tar.gz
 /GPaste-80428a8357e9de8525123681a339a4bc8356bb31.tar.gz
+/gpaste-3.14.tar.xz
diff --git a/gpaste.spec b/gpaste.spec
index ee83e1c..b22ec45 100644
--- a/gpaste.spec
+++ b/gpaste.spec
@@ -1,22 +1,17 @@
 %global alt_name GPaste
 
-%global commit 80428a8357e9de8525123681a339a4bc8356bb31
-%global short_commit %%(c=%%{commit}; echo ${c:0:7})
-%global commit_date 20140929
-%global snapshot_release %{commit_date}git%{short_commit}
-
 Name:           gpaste
-Version:        3.13
-Release:        0.2.%{snapshot_release}%{?dist}
+Version:        3.14
+Release:        1%{?dist}
 Summary:        Clipboard management system
 
 Group:          User Interface/Desktops
 License:        GPLv3+
 URL:            https://github.com/Keruspe/GPaste
-# Source0:        http://www.imagination-land.org/files/%%{name}/%%{name}-%%{version}.tar.xz
-Source0:        https://github.com/Keruspe/%{alt_name}/archive/%{commit}/%{alt_name}-%{commit}.tar.gz
+Source0:        http://www.imagination-land.org/files/%{name}/%{name}-%{version}.tar.xz
 
 BuildRequires:  appdata-tools
+BuildRequires:  chrpath
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(clutter-1.0)
@@ -81,11 +76,7 @@ Requires:       %{name} = %{version}-%{release}
 
 
 %prep
-# %%setup -q
-%setup -q -n %{alt_name}-%{commit}
-
-# Add missing trailing semicolon
-# sed -i "s|^NotShowIn=.*|&;|" data/desktop/org.gnome.GPaste.Applet.desktop.in.in
+%setup -q
 
 
 %build
@@ -110,9 +101,14 @@ install -pm 0644 data/completions/%{name} -t $RPM_BUILD_ROOT%{_datadir}/bash-com
 install -d $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/
 install -pm 0644 data/completions/_%{name} -t $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/
 
-
 %find_lang %{alt_name}
 
+# Remove Rpath
+chrpath --delete \
+  $RPM_BUILD_ROOT%{_bindir}/* \
+  $RPM_BUILD_ROOT%{_libdir}/*.so.* \
+  $RPM_BUILD_ROOT%{_libexecdir}/%{name}/*
+
 
 %check
 desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.GPaste.Settings.desktop
@@ -176,6 +172,9 @@ fi
 
 
 %changelog
+* Sat Oct 11 2014 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.14-1
+- Update to 3.14
+
 * Tue Oct 07 2014 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.13-0.2.20140929git80428a8
 - Update to a newer snapshot (GNOME 3.14 support)
 
diff --git a/sources b/sources
index 4a8b484..a775b07 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-388f92cbb42cf397c1275d2e02721a89  GPaste-80428a8357e9de8525123681a339a4bc8356bb31.tar.gz
+a79dd9b38ffdc50199c55ef4f8ddf9e0  gpaste-3.14.tar.xz


More information about the scm-commits mailing list