diff --git a/.cvsignore b/.cvsignore index e69de29..25c6210 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +fpaste-0.3.2.tar.bz2 diff --git a/fpaste.spec b/fpaste.spec new file mode 100644 index 0000000..b503dc4 --- /dev/null +++ b/fpaste.spec @@ -0,0 +1,51 @@ +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 - 0.3.2-2 +- Corrected source0 field +* Thu Aug 13 2009 Ankur Sinha - 0.3.2-1 +- New tar +- Man page included in tar +* Wed Aug 12 2009 Ankur Sinha - 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 - 0.3.1-1 +- Initial rpm build diff --git a/import.log b/import.log new file mode 100644 index 0000000..9e0a080 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +fpaste-0_3_2-2_fc11:F-10:fpaste-0.3.2-2.fc11.src.rpm:1250270861 diff --git a/sources b/sources index e69de29..f01e1f4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +3831fc1f9b070d75c0fbe9134b6e210d fpaste-0.3.2.tar.bz2