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

distr_vendor: add ROSA SUPPORT

parent 47ded92b
...@@ -51,7 +51,7 @@ pkgtype() ...@@ -51,7 +51,7 @@ pkgtype()
gentoo) echo "tbz2" ;; gentoo) echo "tbz2" ;;
windows) echo "exe" ;; windows) echo "exe" ;;
debian|ubuntu|mint|runtu) echo "deb" ;; 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" ;; echo "rpm" ;;
fedora|redhat|scientific|centos|rhel) fedora|redhat|scientific|centos|rhel)
echo "rpm" ;; echo "rpm" ;;
...@@ -161,7 +161,9 @@ elif distro mandriva-release || distro mandrake-release ; then ...@@ -161,7 +161,9 @@ elif distro mandriva-release || distro mandrake-release ; then
elif has 2009.1 ; then DISTRIB_RELEASE="2009.1" elif has 2009.1 ; then DISTRIB_RELEASE="2009.1"
else else
# use /etc/lsb-release info by default # use /etc/lsb-release info by default
true if has ROSA ; then
DISTRIB_ID="ROSA"
fi
fi fi
# Fedora based # Fedora based
......
...@@ -5,7 +5,7 @@ Release: alt1 ...@@ -5,7 +5,7 @@ Release: alt1
Summary: EPM package manager Summary: EPM package manager
License: GPLv2 License: GPLv2
Group: Development/Other Group: System/Configuration/Packaging
Url: http://wiki.etersoft.ru/EPM Url: http://wiki.etersoft.ru/EPM
Packager: Vitaly Lipatov <lav@altlinux.ru> Packager: Vitaly Lipatov <lav@altlinux.ru>
...@@ -16,8 +16,9 @@ Source: ftp://updates.etersoft.ru/pub/Etersoft/Sisyphus/sources/tarball/%name-%v ...@@ -16,8 +16,9 @@ Source: ftp://updates.etersoft.ru/pub/Etersoft/Sisyphus/sources/tarball/%name-%v
BuildArchitectures: noarch BuildArchitectures: noarch
%description %description
EPM is the package manager for any platform and any distro. It provides universal interface EPM is the package manager for any platform
to any package manager. and any platform version. It provides
universal interface to any package manager.
%prep %prep
%setup %setup
...@@ -33,7 +34,7 @@ to any package manager. ...@@ -33,7 +34,7 @@ to any package manager.
%changelog %changelog
* Thu Jul 19 2012 Vitaly Lipatov <lav@altlinux.ru> 0.2-alt1 * Thu Jul 19 2012 Vitaly Lipatov <lav@altlinux.ru> 0.2-alt1
- fix autorequires - cleanup spec, fix autorequires
- add distr_info (renamed distr_vendor) - add distr_info (renamed distr_vendor)
- rewrite install, simulate, checkpkg - 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