rpms/tellico/devel tellico.spec,1.5,1.6

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Mon Feb 5 11:38:12 UTC 2007


Author: jamatos

Update of /cvs/extras/rpms/tellico/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15278

Modified Files:
	tellico.spec 
Log Message:
* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.7-3
- Condicionalize the BR for tcp_wrappers, it has a proper devel file
  for Fedora >= 7.



Index: tellico.spec
===================================================================
RCS file: /cvs/extras/rpms/tellico/devel/tellico.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tellico.spec	30 Jan 2007 18:22:20 -0000	1.5
+++ tellico.spec	5 Feb 2007 11:37:40 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           tellico
 Version:        1.2.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection manager
 
 Group:          Applications/Multimedia
@@ -24,7 +24,13 @@
 BuildRequires:  libart_lgpl-devel
 BuildRequires:  taglib-devel
 BuildRequires:  libyaz-devel
-BuildRequires:  tcp_wrappers
+
+%if "%fedora" < "7"
+BuildRequires: tcp_wrappers
+%else
+BuildRequires: tcp_wrappers-devel
+%endif
+
 Requires:       python
 
 %description
@@ -98,6 +104,10 @@
 
 
 %changelog
+* Mon Feb  5 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.7-3
+- Condicionalize the BR for tcp_wrappers, it has a proper devel file
+  for Fedora >= 7.
+
 * Tue Jan 30 2007 José Matos <jamatos[AT]fc.up.pt> - 1.2.7-2
 - BR tcp_wrappers.
 




More information about the scm-commits mailing list