We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01614c1 commit 91c33c9Copy full SHA for 91c33c9
spec/xrootd-cmstfc.spec
@@ -1,7 +1,7 @@
1
2
Name: xrootd-cmstfc
3
Version: 1.5.1
4
-Release: 1
+Release: 1%{?dist}
5
Summary: CMS TFC plugin for xrootd
6
7
Group: System Environment/Daemons
@@ -12,6 +12,7 @@ URL: https://github.com/bbockelm/xrootd-cmstfc
12
Source0: %{name}.tar.gz
13
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
14
BuildRequires: xrootd-libs-devel xerces-c-devel pcre-devel
15
+BuildRequires: cmake
16
Requires: /usr/bin/xrootd pcre xerces-c
17
18
%package devel
@@ -28,6 +29,7 @@ Group: System Environment/Development
28
29
%setup -q -c -n %{name}-%{version}
30
31
%build
32
+
33
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
34
make VERBOSE=1 %{?_smp_mflags}
35
0 commit comments