1
0
Fork 0

Fix client rpm package name

This commit is contained in:
Wilfried Goesgens 2016-09-26 19:42:22 +02:00
parent c8f88ebd8a
commit 1fd49f4d9b
1 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ BuildRoot: @CMAKE_CURRENT_BINARY_DIR@/_CPack_Packages/Linux/RPM/@CPACK_PACK
## --SECTION-- build dependencies ## --SECTION-- build dependencies
## ----------------------------------------------------------------------------- ## -----------------------------------------------------------------------------
%package @CPACK_PACKAGE_NAME@-client %package client
Summary: ArangoDB shell as stand-alone package Summary: ArangoDB shell as stand-alone package
Group: Productivity/Databases/Servers Group: Productivity/Databases/Servers
Conflicts: arangodb, @CPACKG_PACKAGE_CONFLICTS@, @CPACKG_PACKAGE_CONFLICTS@-client, @CPACK_PACKAGE_NAME@ Conflicts: arangodb, @CPACKG_PACKAGE_CONFLICTS@, @CPACKG_PACKAGE_CONFLICTS@-client, @CPACK_PACKAGE_NAME@
@ -74,7 +74,7 @@ The ArangoDB consists of a server, a separate shell, which allows you to adminis
It is written in C/C++. It is written in C/C++.
%description @CPACK_PACKAGE_NAME@-client %description client
The ArangoDB shell as stand-alone program. It also contains the utility programs: arangobench (benchmark), arangorestore & arangodump (backup), arangoimp (import). The ArangoDB shell as stand-alone program. It also contains the utility programs: arangobench (benchmark), arangorestore & arangodump (backup), arangoimp (import).
## ----------------------------------------------------------------------------- ## -----------------------------------------------------------------------------
@ -136,7 +136,7 @@ mkdir -p %{buildroot}%{_piddir}
%endif %endif
%files @CPACK_PACKAGE_NAME@-client %files client
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
#%doc README #%doc README
#%doc README.md #%doc README.md