Skip to content

Commit 91c33c9

Browse files
committed
Tweak SL6 spec file.
1 parent 01614c1 commit 91c33c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/xrootd-cmstfc.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Name: xrootd-cmstfc
33
Version: 1.5.1
4-
Release: 1
4+
Release: 1%{?dist}
55
Summary: CMS TFC plugin for xrootd
66

77
Group: System Environment/Daemons
@@ -12,6 +12,7 @@ URL: https://github.com/bbockelm/xrootd-cmstfc
1212
Source0: %{name}.tar.gz
1313
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
1414
BuildRequires: xrootd-libs-devel xerces-c-devel pcre-devel
15+
BuildRequires: cmake
1516
Requires: /usr/bin/xrootd pcre xerces-c
1617

1718
%package devel
@@ -28,6 +29,7 @@ Group: System Environment/Development
2829
%setup -q -c -n %{name}-%{version}
2930

3031
%build
32+
3133
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
3234
make VERBOSE=1 %{?_smp_mflags}
3335

0 commit comments

Comments
 (0)