rpms/bti/F-10 bti.spec,1.4,1.5

Michel Alexandre Salim salimma at fedoraproject.org
Fri Mar 13 05:37:30 UTC 2009


Author: salimma

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

Modified Files:
	bti.spec 
Log Message:
Add BR on libxml2-devel



Index: bti.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bti/F-10/bti.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bti.spec	13 Mar 2009 05:22:49 -0000	1.4
+++ bti.spec	13 Mar 2009 05:37:00 -0000	1.5
@@ -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 readline-devel
+BuildRequires:  curl-devel readline-devel libxml2-devel
 #Requires:       
 
 %description
@@ -45,7 +45,8 @@
 %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
+%dir %{_sysconfdir}/bash_completion.d
+%config(noreplace) %{_sysconfdir}/bash_completion.d/bti
 %{_bindir}/bti
 %{_mandir}/man1/*
 




More information about the fedora-extras-commits mailing list