[bti] - add OAuth dependency and documentation

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 8 15:17:57 UTC 2010


commit a1a72b22bf56cbc48d0a3e961f95be644c1b2991
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 8 17:17:23 2010 +0200

    - add OAuth dependency and documentation

 bti.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
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 <salimma at fedoraproject.org> - 028-1
+- Update to 028
+
 * Thu May 20 2010 Michel Salim <salimma at fedoraproject.org> - 026-1
 - Update to 026
 


More information about the scm-commits mailing list