From cc10cfa9b4e39e901128749cf034d64c4db47ad7 Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 18 Aug 2008 17:53:44 +0300 Subject: some fixes in spec file --- funcweb/funcweb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'funcweb/funcweb.spec') diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec index fee8611..7ea73c1 100644 --- a/funcweb/funcweb.spec +++ b/funcweb/funcweb.spec @@ -95,7 +95,8 @@ rm -fr $RPM_BUILD_ROOT %dir %{python_sitelib}/funcweb/static %dir %{python_sitelib}/funcweb/static/css %dir %{python_sitelib}/funcweb/static/images -%dir %{python_sitelib}/funcweb/static/javascript +%dir %{python_sitelib}/funcweb/static/images/imgs +%dir %{python_sitelib}/funcweb/static/javascript/ext %dir %{python_sitelib}/funcweb/identity %dir %{_sysconfdir}/%{name} %dir /var/log/funcweb @@ -124,8 +125,10 @@ rm -fr $RPM_BUILD_ROOT %{python_sitelib}/funcweb/static/images/*.jpg %{python_sitelib}/funcweb/static/images/*.ico %{python_sitelib}/funcweb/static/images/*.gif +%{python_sitelib}/funcweb/static/images/imgs/*.gif %{python_sitelib}/funcweb/static/images/Makefile %{python_sitelib}/funcweb/static/javascript/*.js +%{python_sitelib}/funcweb/static/javascript/ext/*.js %{python_sitelib}/funcweb/static/javascript/Makefile %{python_sitelib}/funcweb/identity/*.py* %{python_sitelib}/funcweb/identity/Makefile -- cgit