diff --git a/Colorz10.zip b/Colorz10.zip new file mode 100644 index 0000000..5aa9d09 --- /dev/null +++ b/Colorz10.zip Binary files differ diff --git a/colorz.spec b/colorz.spec new file mode 100644 index 0000000..2e92e3f --- /dev/null +++ b/colorz.spec @@ -0,0 +1,41 @@ +Summary: Easy color management in Zope +Name: Colorz +Version: 1.0 +Release: 1 +URL: http://www.zope.org/Members/maxm/productList/colorz +Source0: http://www.zope.org/Members/maxm/productList/colorz/Colorz10.zip +License: ZPL +Group: Development/Web Applications +BuildRoot: %{_tmppath}/%{name}-root +Packager: Alex Tucker +Requires: Zope-webserver + +%description +Automatically generate a color scheme for an entire website from only +one single color. + +%prep +%setup -n %{name} + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +install -m0755 --directory $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/Colorz + +cp -Rdp * $RPM_BUILD_ROOT/usr/share/zope/lib/python/Products/Colorz + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +/usr/share/zope/lib/python/Products/Colorz + +%changelog +* Tue Jun 10 2003 Alex Tucker +- Initial build + +