[gfal] - lcg-util 1.13.9 testing update

Devresse adev at fedoraproject.org
Tue Sep 25 09:24:12 UTC 2012


commit bda28185e9dea2cacef295077c25f10878da3626
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Tue Sep 25 11:23:53 2012 +0200

    - lcg-util 1.13.9  testing update

 .gitignore |    1 +
 gfal.spec  |   30 ++++++++++++++++++++----------
 sources    |    2 +-
 3 files changed, 22 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1659f1d..2ef75ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gfal-1.12.0.tar.gz
 /gfal-1.12.1.tar.gz
 /gfal-1.13.0.tar.gz
+/gfal-1.13.19.tar.gz
diff --git a/gfal.spec b/gfal.spec
index f094aae..3a33a88 100644
--- a/gfal.spec
+++ b/gfal.spec
@@ -19,7 +19,7 @@
 }
 
 Name:						gfal
-Version:					1.13.0
+Version:					1.13.19
 Release:					0%{?dist}
 Summary:					Grid File access library
 Group:						System Environment/Libraries
@@ -34,7 +34,6 @@ ExcludeArch:                           ppc
 %endif
 
 
-
 BuildRequires:				automake
 BuildRequires:				CGSI-gSOAP-devel
 BuildRequires:				dcap-devel
@@ -174,6 +173,10 @@ rm -f %{buildroot}/%{_libdir}/libgfal*.*a
 cd %{_builddir}/%{name}-%{version};
 %endif
 
+%ifarch %{ix86}
+mv %{buildroot}/%{_bindir}/gfal_version %{buildroot}/%{_bindir}/gfal_version-32
+%endif
+
 
 %clean
 rm -rf %{buildroot}
@@ -183,6 +186,18 @@ make %{?_smp_mflags} clean
 
 %postun -p /sbin/ldconfig
 
+%files
+%defattr (-,root,root)
+%ifarch %{ix86}
+%{_bindir}/gfal_version-32
+%else
+%{_bindir}/gfal_version
+%endif
+%{_libdir}/libgfal.so.*
+%{_libdir}/libgfal_pthr.so.*
+%{_docdir}/%{name}-%{version}/LICENSE
+%{_docdir}/%{name}-%{version}/VERSION
+
 %files devel
 %defattr (-,root,root)
 %{_docdir}/%{name}-%{version}/RELEASE-NOTES
@@ -221,15 +236,10 @@ make %{?_smp_mflags} clean
 %{python26_sitearch}/_gfalthr.so.*
 %endif
 
-%files
-%defattr (-,root,root)
-%{_docdir}/%{name}-%{version}/VERSION
-%{_bindir}/gfal_version
-%{_libdir}/libgfal.so.*
-%{_libdir}/libgfal_pthr.so.*
-%{_docdir}/%{name}-%{version}/LICENSE
-
 %changelog
+* Thu Sep 13 2012 Adrien Devresse <adevress at cern.ch> - 1.13.19-0
+ - fix the emi wn conflict between 32bits version and 64bits version
+
 * Fri Jul 20 2012 Adrien Devresse <adevress at cern.ch> - 1.13.0-0
  - correction on timeout management ( SRM operation and connect timeout )
  - compilation restriction for 32bits ( need to be 64 bits file offset compatible )
diff --git a/sources b/sources
index 29561dd..83fde28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff5a97c74612bcd549df83e3008abd8e  gfal-1.13.0.tar.gz
+e6d993a2fc7de3db824e79cf21cba400  gfal-1.13.19.tar.gz


More information about the scm-commits mailing list