rpms/xpa/FC-5 xpa.spec,1.2,1.3

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Wed Jul 19 13:03:07 UTC 2006


Author: sergiopr

Update of /cvs/extras/rpms/xpa/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31906

Modified Files:
	xpa.spec 
Log Message:
* Thu Jul 18 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-5
- Changed BuildRequires to make common spec for FC-4 and up
* Thu Jun 22 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-4
- Patch0 is modified so Makefile installs in $(libdir) instead of $(prefix)/lib
* Mon Jun 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-3
- Added some space between package devel and description devel and
  between install and clean to improve the flow and readability of the file.
* Tue Jun 13 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-2
- Specfile polished, minor fixes.
* Wed Feb 22 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-1
- Initial spec file.



Index: xpa.spec
===================================================================
RCS file: /cvs/extras/rpms/xpa/FC-5/xpa.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xpa.spec	22 Jun 2006 11:11:34 -0000	1.2
+++ xpa.spec	19 Jul 2006 13:03:06 -0000	1.3
@@ -1,6 +1,6 @@
 Name: xpa
 Version: 2.1.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: The XPA messaging system
 
 Group: Development/Libraries
@@ -10,8 +10,17 @@
 Patch0: xpa-2.1.6-makefile.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if "%fedora" >= "5"
+%define _req_x11 libXt-devel
+%endif
+
+%if "%fedora" == "4"
+%define _req_x11 xorg-x11-devel
+%endif
+
 BuildRequires: tcl-devel
-BuildRequires: libXt-devel
+BuildRequires: %{_req_x11}
+
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -76,6 +85,8 @@
 %{_mandir}/mann/*
 
 %changelog
+* Thu Jul 18 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-5
+- Changed BuildRequires to make common spec for FC-4 and up
 * Thu Jun 22 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-4
 - Patch0 is modified so Makefile installs in $(libdir) instead of $(prefix)/lib
 * Mon Jun 19 2006 Sergio Pascual <spr at astrax.fis.ucm.es> 2.1.6-3




More information about the fedora-extras-commits mailing list