summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb.spec
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-07 21:22:02 +0300
committermakkalot <makkalot@gmail.com>2008-07-07 21:22:02 +0300
commit49973a3f8986813a0680778ed273666978433836 (patch)
tree12b3a802fde13f8d6d43f394fb56c3418c756b58 /funcweb/funcweb.spec
parent8cd2e5e7f24630b1972c39ffb1655161594fc874 (diff)
downloadfunc-49973a3f8986813a0680778ed273666978433836.tar.gz
func-49973a3f8986813a0680778ed273666978433836.tar.xz
func-49973a3f8986813a0680778ed273666978433836.zip
minor changes for spec file
Diffstat (limited to 'funcweb/funcweb.spec')
-rw-r--r--funcweb/funcweb.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/funcweb/funcweb.spec b/funcweb/funcweb.spec
index 839674b..0ae256f 100644
--- a/funcweb/funcweb.spec
+++ b/funcweb/funcweb.spec
@@ -6,11 +6,12 @@
%define version 0.1
Summary: Web GUI for FUNC API
Name: funcweb
-Version: %{version}
-Release: 1
+Source1: version
+Version: %(echo `awk '{ print $1 }' %{SOURCE1}`)
+Release: %(echo `awk '{ print $2 }' %{SOURCE1}`)%{?dist}
License: GPLv2+
Group: Applications/System
-Source0: funcweb-%{version}.tar.gz
+Source0: %{name}-%{version}.tar.gz
#packages that are required
Requires: python >= 2.3
@@ -78,18 +79,25 @@ rm -fr $RPM_BUILD_ROOT
#the python files for funcweb
%{python_sitelib}/funcweb/*.py*
+%{python_sitelib}/funcweb/Makefile
%{python_sitelib}/funcweb/config/*.py*
%{python_sitelib}/funcweb/config/*.cfg
%{python_sitelib}/funcweb/templates/*.py*
%{python_sitelib}/funcweb/templates/*.kid
%{python_sitelib}/funcweb/templates/*.html
+%{python_sitelib}/funcweb/templates/Makefile
%{python_sitelib}/funcweb/tests/*.py*
+%{python_sitelib}/funcweb/tests/Makefile
%{python_sitelib}/funcweb/static/css/*.css
+%{python_sitelib}/funcweb/static/css/Makefile
%{python_sitelib}/funcweb/static/images/*.png
%{python_sitelib}/funcweb/static/images/*.ico
%{python_sitelib}/funcweb/static/images/*.gif
+%{python_sitelib}/funcweb/static/images/Makefile
%{python_sitelib}/funcweb/static/javascript/*.js
+%{python_sitelib}/funcweb/static/javascript/Makefile
%{python_sitelib}/funcweb/identity/*.py*
+%{python_sitelib}/funcweb/identity/Makefile
/usr/bin/funcwebd
%doc README