[gfal] - include next revision on rawhide

Devresse adev at fedoraproject.org
Wed Feb 29 11:04:03 UTC 2012


commit 73cd167f50ab75ed85245ed5740fef0e46fde404
Author: Adrien Devresse <adrien.devresse at cern.ch>
Date:   Wed Feb 29 12:03:54 2012 +0100

    - include next revision on rawhide

 gfal.spec |   23 ++++++++++++++++++-----
 sources   |    2 +-
 2 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/gfal.spec b/gfal.spec
index 93f3294..29a828d 100644
--- a/gfal.spec
+++ b/gfal.spec
@@ -13,7 +13,7 @@
 
 Name:						gfal
 Version:					1.12.0
-Release:					3%{?dist}
+Release:					4%{?dist}
 Summary:					Grid File access library
 Group:						System Environment/Libraries
 License:					ASL 2.0
@@ -21,11 +21,9 @@ URL:						https://svnweb.cern.ch/trac/lcgutil
 # svn export http://svn.cern.ch/guest/lcgutil/gfal/trunk gfal
 Source0:					http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/%{name}/%{name}-%{version}.tar.gz 
 BuildRoot:					%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-
 #Exclude ppc architecture on epel5, impossible to compile properly with the old gcc version
-%if 0%{?rhel} <= 5
 ExcludeArch:				ppc
-%endif
+
 
 BuildRequires:				automake
 BuildRequires:				CGSI-gSOAP-devel
@@ -66,6 +64,14 @@ Requires:					%{name}%{?_isa} = %{version}
 %description devel
 This package contains  development files for gfal
 
+%package doc
+Summary:					Documentation for %{name}
+Group:						System Environment/Libraries
+Requires:					%{name}%{?_isa} = %{version}
+
+%description doc
+Documentation for %{name}, man pages and examples
+
 %package python
 Summary:					Python bindings for gfal 1.0
 Group:						System Environment/Libraries
@@ -94,7 +100,6 @@ autoconf;
 --with-voms-location=/ \
 --with-dcap-location=/ \
 --with-emi \
---disable-tests \
 --with-pythonrelease=%{python_version} 
 make %{?_smp_mflags}
 
@@ -122,8 +127,13 @@ make %{?_smp_mflags} clean
 %{_includedir}/gfal_internals.h
 %{_includedir}/gfal_types.h
 %{_includedir}/gfal_constants.h
+
+%files doc
+%defattr (-,root,root)
 %{_mandir}/man3/gfal_*.3.*
 %{_mandir}/man3/gfal.3.*
+%{_bindir}/gfal_test*
+%{_bindir}/gfal_unit*
 
 %files python
 %defattr (-,root,root)
@@ -144,6 +154,9 @@ make %{?_smp_mflags} clean
 %{_docdir}/%{name}-%{version}/LICENSE
 
 %changelog
+* Wed Feb 29 2012 <adevress at cern.ch> - 1.12.0-4
+ - correct a problem with the lfc shared library
+
 * Wed Feb 15 2012 <adevress at cern.ch> - 1.12.0-3
  - add arch exclusion for ppc on epel5, compilation problem
 
diff --git a/sources b/sources
index 94e56ce..a62cc38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dea285b14b14970df04f47806eeeb359  gfal-1.12.0.tar.gz
+d7137a382d8d844aba4083064c65076b  gfal-1.12.0.tar.gz


More information about the scm-commits mailing list