Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

davix updated to 0.6.0 in 81x stable #2273

Merged
merged 1 commit into from Apr 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion davix.spec
@@ -1,4 +1,4 @@
### RPM external davix 0.4.0
### RPM external davix davix 0.6.0

%define tag %(echo R_%{realversion} | tr . _)
%define branch master
Expand Down
4 changes: 2 additions & 2 deletions root.spec
Expand Up @@ -11,7 +11,7 @@ Source: git+https://github.com/%{github_user}/root.git?obj=%{branch}/%{tag}&expo

BuildRequires: cmake file

Requires: gsl libjpg libpng libtiff giflib pcre python fftw3 xz xrootd libxml2 openssl zlib
Requires: gsl libjpg libpng libtiff giflib pcre python fftw3 xz xrootd libxml2 openssl zlib davix

%if %islinux
Requires: castor dcap
Expand Down Expand Up @@ -108,7 +108,7 @@ cmake ../%{n}-%{realversion} \
-Dgfal=OFF \
-Dchirp=OFF \
-Dsrp=OFF \
-Ddavix=OFF \
-Ddavix=ON \
-Dglite=OFF \
-Dsapdb=OFF \
-Dalien=OFF \
Expand Down