diff options
| author | makkalot <makkalot@gmail.com> | 2008-08-18 17:53:44 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-08-18 17:53:44 +0300 |
| commit | cc10cfa9b4e39e901128749cf034d64c4db47ad7 (patch) | |
| tree | 1f3e2b1548af082cc53a00bdc9945391d1bc9b18 /funcweb/funcweb.spec | |
| parent | e4038b2c414af3ebd2bc1916ddd89189feb2e02f (diff) | |
some fixes in spec file
Diffstat (limited to 'funcweb/funcweb.spec')
| -rw-r--r-- | funcweb/funcweb.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
