[xscope] - New upstream release. Drop patches. Remove explicit buildroot, clean.

Yanko Kaneti yaneti at fedoraproject.org
Sun Oct 31 08:14:18 UTC 2010


commit 3ce971e3fe08776b222f3be1b8de53e19ddaa458
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Sun Oct 31 10:13:44 2010 +0200

    - New upstream release. Drop patches.
      Remove explicit buildroot, clean.

 .gitignore                                     |    1 +
 0001-Add-basic-support-for-GLX-extension.patch | 1054 --
 sources                                        |    2 +-
 xscope-1.1-diff_to_git.patch                   |16684 ------------------------
 xscope-1.1-lessmacros.patch                    |   12 -
 xscope.spec                                    |   22 +-
 6 files changed, 9 insertions(+), 17766 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa1472a..36ba323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xscope-1.2.tar.bz2
+/xscope-1.3.tar.bz2
diff --git a/sources b/sources
index 61148b4..84ea16d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a9df0ac0dd5a2c2a7948dcf48d126c3  xscope-1.2.tar.bz2
+4198c875ebc4808b73fa5468e009f14b  xscope-1.3.tar.bz2
diff --git a/xscope.spec b/xscope.spec
index 46a6269..d2cb5f5 100644
--- a/xscope.spec
+++ b/xscope.spec
@@ -1,19 +1,14 @@
 Name:           xscope
-Version:        1.2
-Release:        2%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        X Window Protocol Viewer
 
 Group:          User Interface/X
 License:        MIT
 URL:            http://cgit.freedesktop.org/xorg/app/xscope/
 Source0:        ftp://ftp.freedesktop.org/pub/xorg/individual/app/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xorg-x11-xtrans-devel, xorg-x11-proto-devel
-# for autoreconf for the GLX patch
-BuildRequires:  automake autoconf xorg-x11-util-macros
-
-Patch0:         0001-Add-basic-support-for-GLX-extension.patch
 
 %description
 xscope sits in-between an X11 client and an X11 server and prints the contents
@@ -24,9 +19,7 @@ servers and clients.
 
 %prep
 %setup -q
-%patch0 -p1 -b .glx
-# for patch0
-autoreconf 
+
 
 %build
 %configure
@@ -34,14 +27,9 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS README COPYING ChangeLog 
@@ -50,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct 31 2010 Yanko Kaneti <yaneti at declera.com> 1.3-1
+- New upstream release. Drop patches. 
+  Remove explicit buildroot, clean.
+
 * Sat Jul 24 2010 Yanko Kaneti <yaneti at declera.com> 1.2-2
 - Include an upstream patch for basic GLX support
 


More information about the scm-commits mailing list