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
etersoft
eepm
Commits
7524081f
Commit
7524081f
authored
Jul 19, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
distr_vendor: add ROSA SUPPORT
parent
47ded92b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
distr_info
bin/distr_info
+4
-2
epm.spec
epm.spec
+5
-4
No files found.
bin/distr_info
View file @
7524081f
...
...
@@ -51,7 +51,7 @@ pkgtype()
gentoo
)
echo
"tbz2"
;;
windows
)
echo
"exe"
;;
debian|ubuntu|mint|runtu
)
echo
"deb"
;;
alt|asplinux|suse|mandriva|mandrake|pclinux|sled|sles
)
alt|asplinux|suse|mandriva|
rosa|
mandrake|pclinux|sled|sles
)
echo
"rpm"
;;
fedora|redhat|scientific|centos|rhel
)
echo
"rpm"
;;
...
...
@@ -161,7 +161,9 @@ elif distro mandriva-release || distro mandrake-release ; then
elif
has 2009.1
;
then
DISTRIB_RELEASE
=
"2009.1"
else
# use /etc/lsb-release info by default
true
if
has ROSA
;
then
DISTRIB_ID
=
"ROSA"
fi
fi
# Fedora based
...
...
epm.spec
View file @
7524081f
...
...
@@ -5,7 +5,7 @@ Release: alt1
Summary: EPM package manager
License: GPLv2
Group:
Development/Other
Group:
System/Configuration/Packaging
Url: http://wiki.etersoft.ru/EPM
Packager: Vitaly Lipatov <lav@altlinux.ru>
...
...
@@ -16,8 +16,9 @@ Source: ftp://updates.etersoft.ru/pub/Etersoft/Sisyphus/sources/tarball/%name-%v
BuildArchitectures: noarch
%description
EPM is the package manager for any platform and any distro. It provides universal interface
to any package manager.
EPM is the package manager for any platform
and any platform version. It provides
universal interface to any package manager.
%prep
%setup
...
...
@@ -33,7 +34,7 @@ to any package manager.
%changelog
* Thu Jul 19 2012 Vitaly Lipatov <lav@altlinux.ru> 0.2-alt1
- fix autorequires
-
cleanup spec,
fix autorequires
- add distr_info (renamed distr_vendor)
- rewrite install, simulate, checkpkg
...
...
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