rpms/fpaste/EL-5 fpaste.spec,1.4,1.5

Kevin Fenzi kevin at fedoraproject.org
Mon Apr 12 19:58:37 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/fpaste/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4910

Modified Files:
	fpaste.spec 
Log Message:
Add BuildRoot for epel
Branch and build for epel



Index: fpaste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fpaste/EL-5/fpaste.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- fpaste.spec	24 Aug 2009 15:07:43 -0000	1.4
+++ fpaste.spec	12 Apr 2010 19:58:37 -0000	1.5
@@ -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 <kevin at tummy.com> - 0.3.4-2
+- Add BuildRoot for epel
+- Branch and build for epel
+
 * Mon Aug 24 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 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.



More information about the scm-commits mailing list