| |
---|
| | %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 |
---|
| | |
---|
| | |
---|
| |
---|
| | |