diff --git a/dcap.spec b/dcap.spec index b79e2b4..70b6aa6 100644 --- a/dcap.spec +++ b/dcap.spec @@ -1,6 +1,6 @@ Name: dcap -Version: 2.47.6 -Release: 3%{?dist} +Version: 2.47.7 +Release: 1%{?dist} Summary: Client Tools for dCache Group: Applications/Internet @@ -9,8 +9,8 @@ Group: Applications/Internet License: LGPLv2+ and BSD URL: http://www.dcache.org/manuals/libdcap.shtml # The source tarfile is created from a subversion checkout: -# svn export http://svn.dcache.org/dCache/tags/dcap-2.47.6 -# tar -z -c -f dcap-2.47.6.tar.gz dcap-2.47.6 +# svn export http://svn.dcache.org/dCache/tags/dcap-2.47.7 +# tar -z -c -f dcap-2.47.7.tar.gz dcap-2.47.7 Source0: %{name}-%{version}.tar.gz # Allow loading of plugins outside default library search path Patch0: %{name}-dlopen.patch @@ -97,9 +97,8 @@ sed 's!@@LIBDIR@@!%{_libdir}!' -i src/tunnelManager.c chmod +x bootstrap.sh ./bootstrap.sh -# The defaults optflags creates a broken binary -export CFLAGS="%optflags" %configure \ + --disable-static \ --with-globus-include="%{_includedir}/globus -I%{_libdir}/globus/include" \ --with-globus-lib=/dummy make %{?_smp_mflags} @@ -109,8 +108,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -# Remove static libraries and libtool archive files -rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a +# Remove libtool archive files rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la # Move plugins out of the default library path @@ -166,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/%{name}/libtelnetTunnel.so %changelog +* Tue Nov 27 2012 Mattias Ellert - 2.47.7-1 +- New upstream release + * Wed Jul 18 2012 Fedora Release Engineering - 2.47.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 1e2d8a6..fc4d151 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f19fbdcab17f8e69f06296cbe6111cc3 dcap-2.47.6.tar.gz +50ec39271e87b441620bd9c5cd688a9c dcap-2.47.7.tar.gz