diff --git a/bti.spec b/bti.spec index e52b8ee..4eddf93 100644 --- a/bti.spec +++ b/bti.spec @@ -1,5 +1,5 @@ Name: bti -Version: 026 +Version: 028 Release: 1%{?dist} Summary: Bash Twitter/Identi.ca Idiocy @@ -7,11 +7,13 @@ 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 -Patch0: bti-026-readline5.patch +Source1: README.Fedora +Patch0: bti-028-readline5.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # still supporting EL-5, rename to libcurl-devel once this changes -BuildRequires: curl-devel compat-readline5-devel libxml2-devel pcre-devel +BuildRequires: curl-devel compat-readline5-devel +BuildRequires: liboauth-devel libxml2-devel pcre-devel #Requires: %description @@ -22,6 +24,7 @@ and fast manner to annoy the whole world. %prep %setup -q %patch0 -p1 -b .readline5 +cp -p %{SOURCE1} . %build @@ -43,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc bti.example ChangeLog COPYING README RELEASE-NOTES +%doc bti.example ChangeLog COPYING README README.Fedora RELEASE-NOTES # Own the directory so that we do not need to Require: # bash-completion just for one file %dir %{_sysconfdir}/bash_completion.d @@ -55,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 8 2010 Michel Salim - 028-1 +- Update to 028 + * Thu May 20 2010 Michel Salim - 026-1 - Update to 026