From cebc983762cd51540dde23219c0d616578aa7fd4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Jun 28 2010 15:19:22 +0000 Subject: Upgrade to EL-5 version which doesn't require xsel anymore. --- diff --git a/fpaste.spec b/fpaste.spec index d8a58d6..7c37521 100644 --- a/fpaste.spec +++ b/fpaste.spec @@ -1,13 +1,13 @@ Name: fpaste Version: 0.3.4 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A simple tool for pasting info onto fpaste.org BuildArch: noarch Group: Applications/Internet License: GPLv3+ URL: https://fedorahosted.org/fpaste/ Source0: https://fedorahosted.org/released/fpaste/fpaste-%{version}.tar.bz2 -Requires: xsel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description It is often useful to be able to easily paste text to the Fedora @@ -38,6 +38,13 @@ rm -rf %{buildroot} %{_mandir}/man1/fpaste.1.gz %changelog +* Fri May 28 2010 Kevin Fenzi - 0.3.4-3 +- Remove bogus xsel dep. + +* Mon Apr 12 2010 Kevin Fenzi - 0.3.4-2 +- Add BuildRoot for epel +- Branch and build for epel + * Mon Aug 24 2009 Ankur Sinha - 0.3.4-1 - New release - Validate paste size and content as non-binary before sending; user is prompted Y/N to override for huge pastes or binary content.