rpms/fpaste/F-10 fpaste.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ankur Sinha ankursinha at fedoraproject.org
Fri Aug 14 17:29:06 UTC 2009


Author: ankursinha

Update of /cvs/pkgs/rpms/fpaste/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31086/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	fpaste.spec import.log 
Log Message:
* Fri Aug 14 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.2
- Initial cvs commit for fpaste



--- NEW FILE fpaste.spec ---
Name:		fpaste
Version:	0.3.2
Release:	2%{?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


%description
It is often useful to be able to easily paste text to the Fedora
Pastebin at http://fpaste.org and this simple script will do that
and return the resulting URL so that people may examine the
output. This can hopefully help folks who are for some reason 
stuck without X, working remotely, or any other reason they may
be unable to paste something into the pastebin

%prep
%setup -q 

%build
#nothing required

%install
mkdir -p %{buildroot}%{_bindir}
make install BINDIR=%{buildroot}%{_bindir} MANDIR=%{buildroot}%{_mandir}

%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%doc CHANGELOG COPYING README TODO
%{_mandir}/man1/fpaste.1.gz

%changelog
* Thu Aug 13 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.2-2
- Corrected source0 field
* Thu Aug 13 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.2-1
- New tar 
- Man page included in tar
* Wed Aug 12 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.1-2
- Review request begins : #516698
- Removed buildroot declaration and removal from install section in accordance with new guidelines
- Aligned description properly
* Tue Aug 11 2009 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.3.1-1
- Initial rpm build


--- NEW FILE import.log ---
fpaste-0_3_2-2_fc11:F-10:fpaste-0.3.2-2.fc11.src.rpm:1250270861


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fpaste/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Aug 2009 16:20:07 -0000	1.1
+++ .cvsignore	14 Aug 2009 17:29:06 -0000	1.2
@@ -0,0 +1 @@
+fpaste-0.3.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fpaste/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Aug 2009 16:20:07 -0000	1.1
+++ sources	14 Aug 2009 17:29:06 -0000	1.2
@@ -0,0 +1 @@
+3831fc1f9b070d75c0fbe9134b6e210d  fpaste-0.3.2.tar.bz2




More information about the fedora-extras-commits mailing list