From 5004ebb9c7de0bdc58656e3c48f0666f711f02ec Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Aug 30 2008 23:09:09 +0000 Subject: - Initial package --- diff --git a/.cvsignore b/.cvsignore index e69de29..0a61ac4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +bti-005.tar.bz2 diff --git a/bti.spec b/bti.spec new file mode 100644 index 0000000..48200b3 --- /dev/null +++ b/bti.spec @@ -0,0 +1,51 @@ +Name: bti +Version: 005 +Release: 1%{?dist} +Summary: Bash Twitter Idiocy + +Group: Applications/Internet +License: GPLv2 +URL: http://www.kernel.org/pub/linux/kernel/people/gregkh/bti +Source0: http://www.kernel.org/pub/linux/kernel/people/gregkh/bti/bti-%{version}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +# still supporting EL-5 and F-8, rename to libcurl-devel once this changes +BuildRequires: curl-devel +#Requires: + +%description +Allows you to pipe your bash input to twitter in an easy and fast manner +to annoy the whole world. + + +%prep +%setup -q + + +%build +CFLAGS=$RPM_OPT_FLAGS make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1 +cp -p bti $RPM_BUILD_ROOT%{_bindir}/ +cp -p bti.1 $RPM_BUILD_ROOT%{_mandir}/man1/ + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc bti.example ChangeLog COPYING README RELEASE-NOTES +%{_bindir}/bti +%{_mandir}/man1/* + + + +%changelog +* Thu Aug 28 2008 Michel Salim - 005-1 +- Initial package + diff --git a/sources b/sources index e69de29..9f0ba99 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +65466367d82bae9b470bcf6591bdf37f bti-005.tar.bz2