Updated to release including ColorzSkin
1 parent 2c40444 commit 0ec870a7706ee2d60713362b73ffafbdd59bc2ce
@Alex Tucker Alex Tucker authored on 28 Sep 2003
Showing 3 changed files
View
Colorz10.zip 100644 → 0
Not supported
View
12
colorz.spec
%description
Automatically generate a color scheme for an entire website from only
one single color.
 
%package ColorzSkin
Summary: A set of skins for Plone using Colorz.
Group: Development/Web Applications
Requires: Zope-webserver; Colorz
 
%description ColorzSkin
A set of Plone skins using the Colorz product to generate colors using color
theory.
 
%prep
%setup -n %{name}10
%setup -n colorz_zp_package_1_1_0.zip
 
%build
 
%install
rm -rf $RPM_BUILD_ROOT
 
install -m0755 --directory $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/Colorz
install -m0755 --directory $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/ColorzSkin
 
cp -Rdp * $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/Colorz
 
 
View
colorz_zp_package_1_0_0.zip 0 → 100644
Not supported