From aed16e1e4a8de2e1162e340a765ed35ffe4a03eb Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Apr 12 2010 19:58:37 +0000 Subject: Add BuildRoot for epel Branch and build for epel --- diff --git a/fpaste.spec b/fpaste.spec index d8a58d6..0caf089 100644 --- a/fpaste.spec +++ b/fpaste.spec @@ -1,6 +1,6 @@ Name: fpaste Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple tool for pasting info onto fpaste.org BuildArch: noarch Group: Applications/Internet @@ -8,6 +8,7 @@ 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 +39,10 @@ rm -rf %{buildroot} %{_mandir}/man1/fpaste.1.gz %changelog +* 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.