rpms/bti/F-9 .cvsignore,1.3,1.4 bti.spec,1.2,1.3 sources,1.3,1.4

Michel Alexandre Salim salimma at fedoraproject.org
Mon Feb 23 16:37:12 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/bti/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6117/F-9

Modified Files:
	.cvsignore bti.spec sources 
Log Message:
* Mon Feb 23 2009 Michel Salim <salimma at fedoraproject.org> - 014-1
- Update to 014



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bti/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Dec 2008 22:17:12 -0000	1.3
+++ .cvsignore	23 Feb 2009 16:36:41 -0000	1.4
@@ -1 +1 @@
-bti-007.tar.bz2
+bti-014.tar.bz2


Index: bti.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bti/F-9/bti.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bti.spec	29 Dec 2008 22:17:12 -0000	1.2
+++ bti.spec	23 Feb 2009 16:36:41 -0000	1.3
@@ -1,5 +1,5 @@
 Name:           bti
-Version:        007
+Version:        014
 Release:        1%{?dist}
 Summary:        Bash Twitter/Identi.ca Idiocy
 
@@ -10,7 +10,7 @@
 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
+BuildRequires:  curl-devel readline-devel
 #Requires:       
 
 %description
@@ -31,6 +31,9 @@
 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/
+# bash completion
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
+cp -p bti-bashcompletion $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/bti
 
 
 %clean
@@ -39,13 +42,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc bti.example ChangeLog COPYING README RELEASE-NOTES
+%doc bti.example ChangeLog COPYING HACKING README RELEASE-NOTES
+# Own the directory so that we do not need to Require:
+# bash-completion just for one file
+%config %{_sysconfdir}/bash_completion.d
 %{_bindir}/bti
 %{_mandir}/man1/*
 
 
 
 %changelog
+* Mon Feb 23 2009 Michel Salim <salimma at fedoraproject.org> - 014-1
+- Update to 014
+
 * Mon Dec 29 2008 Michel Salim <salimma at fedoraproject.org> - 007-1
 - Update to 0.0.7
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bti/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Dec 2008 22:17:12 -0000	1.3
+++ sources	23 Feb 2009 16:36:41 -0000	1.4
@@ -1 +1 @@
-6ba4d5ff1ed1cfa15a23f96245c251dd  bti-007.tar.bz2
+915da1fe353292bf7ef854b8d7053211  bti-014.tar.bz2




More information about the scm-commits mailing list