Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
5c75cd10
Commit
5c75cd10
authored
Jan 17, 2018
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
By the way, we were on version 7.0~dev
parent
52071102
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
CMakeLists.txt
CMakeLists.txt
+3
-3
packaging/biboumi.spec.cmake
packaging/biboumi.spec.cmake
+6
-1
No files found.
CMakeLists.txt
View file @
5c75cd10
...
...
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0)
project
(
biboumi
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR
6
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
1
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
""
)
set
(
${
PROJECT_NAME
}
_VERSION_MAJOR
7
)
set
(
${
PROJECT_NAME
}
_VERSION_MINOR
0
)
set
(
${
PROJECT_NAME
}
_VERSION_SUFFIX
"
~dev
"
)
if
(
NOT CMAKE_BUILD_TYPE
)
set
(
CMAKE_BUILD_TYPE
"Debug"
CACHE STRING
...
...
packaging/biboumi.spec.cmake
View file @
5c75cd10
...
...
@@ -12,6 +12,7 @@ BuildRequires: expat-devel
BuildRequires: libuuid-devel
BuildRequires: systemd-devel
BuildRequires: sqlite-devel
BuildRequires: postgresql-devel
BuildRequires: cmake
BuildRequires: systemd
BuildRequires: pandoc
...
...
@@ -39,7 +40,8 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \
-DWITHOUT_BOTAN=1 \
-DWITH_SYSTEMD=1 \
-DWITH_LIBIDN=1 \
-DWITH_SQLITE3=1
-DWITH_SQLITE3=1 \
-DWITH_POSTGRESQL=1
make %{?_smp_mflags}
...
...
@@ -61,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
*
${
RPM_DATE
}
Le Coz Florent <louiz@louiz.org> -
${
RPM_VERSION
}
-1
- Build latest git revision
* Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1
Update to version 6.1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment