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 c433556 commit 01d0686Copy full SHA for 01d0686
unirec/configure.ac
@@ -7,7 +7,7 @@ AC_CONFIG_SRCDIR([unirec.c])
7
AC_CONFIG_HEADERS([config.h])
8
AM_INIT_AUTOMAKE([subdir-objects silent-rules])
9
AM_SILENT_RULES([yes])
10
-RELEASE=1
+RELEASE=99
11
AC_SUBST(RELEASE)
12
USERNAME=`git config --get user.name`
13
USERMAIL=`git config --get user.email`
unirec/unirec.spec.in
@@ -13,7 +13,7 @@ Packager: @USERNAME@ <@USERMAIL@>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
14
15
Requires: libtrap
16
-BuildRequires: gcc make doxygen pkgconfig libtrap-devel
+BuildRequires: gcc gcc-c++ make doxygen pkgconfig libtrap-devel
17
Provides: unirec
18
19
%description
0 commit comments