Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
eepm
Commits
5ac6d922
Commit
5ac6d922
authored
Sep 10, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always pack and use internal distr_info
parent
0f27ec3f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
eepm.spec
eepm.spec
+10
-3
No files found.
eepm.spec
View file @
5ac6d922
%def_without external_distro_info
Name: eepm
Version: 3.13.3
Release: alt1
...
...
@@ -21,6 +23,9 @@ Provides: epm = %EVR
%if %_vendor == "alt"
# FIXHERE: Replace with target platform package manager
Requires: apt rpm
%endif
%if_with external_distro_info
Requires: distro_info >= 2.5
%endif
...
...
@@ -96,12 +101,14 @@ ln -s serv %buildroot%_sysconfdir/bash_completion.d/cerv
chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
chmod a+x %buildroot%_datadir/%name/tools_*
%if
%_vendor == "alt"
%if
_with external_distro_info
# use external eget
#rm -v %buildroot%_datadir/%name/tools_eget
# use external distro_info
rm -v %buildroot%_bindir/distr_info
%else
%endif
%if %_vendor != "alt"
rm -v %buildroot%_bindir/yum
%endif
...
...
@@ -122,7 +129,7 @@ mkdir -p %buildroot/var/lib/eepm/
%_bindir/cerv
%exclude %_bindir/yum
%dir /var/lib/eepm/
%if
%_vendor != "alt"
%if
_without external_distro_info
%_bindir/distr_info
%endif
%_man1dir/*
...
...
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