[xclip] Update to latest svn checkout (rev 85)

Jamie Nguyen jamielinux at fedoraproject.org
Fri Apr 4 20:16:53 UTC 2014


commit ddf112e1b1c2643b8f47a46850ec8d69660c2822
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Fri Apr 4 21:16:18 2014 +0100

    Update to latest svn checkout (rev 85)

 .gitignore            |    1 +
 sources               |    2 +-
 xclip-0.10-utf8.patch |  246 -------------------------------------------------
 xclip.spec            |   23 ++++-
 4 files changed, 21 insertions(+), 251 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b68299e..8201669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xclip-0.12.tar.gz
+/xclip-20140209.tar.xz
diff --git a/sources b/sources
index b813112..237b357 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7e19d3e976fecdc1ea36cd39e39900d  xclip-0.12.tar.gz
+7b7152c6dee4146aac00b8a4c843a5b6  xclip-20140209.tar.xz
diff --git a/xclip.spec b/xclip.spec
index 6a8498c..c244603 100644
--- a/xclip.spec
+++ b/xclip.spec
@@ -1,13 +1,23 @@
+%global rev  85
+%global date 20140209
+
 Name:		xclip
 Version:	0.12
-Release:	6%{?dist}
+Release:	7.%{date}svn%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 Summary:	Command line clipboard grabber
 URL:		http://sourceforge.net/projects/xclip
-Source0:	http://downloads.sourceforge.net/xclip/%{name}-%{version}.tar.gz
+
+# The source for this package was pulled from upstream's vcs.  Use the
+# following commands to generate the tarball:
+#  svn export -r %%{rev} svn://svn.code.sf.net/p/xclip/code/trunk xclip-%%{date}
+#  tar -cJvf xclip-%%{date}.tar.xz xclip-%%{date}
+Source0: %{name}-%{date}.tar.xz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  libXmu-devel, libICE-devel, libX11-devel, libXext-devel
+BuildRequires:	libXmu-devel, libICE-devel, libX11-devel, libXext-devel
+BuildRequires:	autoconf, automake
 
 %description
 xclip is a command line utility that is designed to run on any system with an
@@ -18,7 +28,8 @@ an X selection to standard out, which can then be redirected to a file or
 another program.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{date}
+autoreconf
 
 %build
 %configure
@@ -42,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xclip*.1*
 
 %changelog
+* Sat Mar 15 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.12-7.20140209svn
+- update to upstream subversion revision 85 (#1076798, #1076800)
+- use autoreconf and add BR: autoconf automake
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list