Commit 7524081f authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_vendor: add ROSA SUPPORT

parent 47ded92b
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment