[domtt] Initial import 874238

Martin Gansser martinkg at fedoraproject.org
Mon Nov 19 16:48:44 UTC 2012


commit 434cf0a1f3f8445be382e63dca66b9c8c92a7867
Author: Martin Gansser <mgansser at alice.de>
Date:   Mon Nov 19 17:48:18 2012 +0100

    Initial import 874238

 .gitignore |    1 +
 domtt.conf |    6 ++++++
 domtt.spec |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 4 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..08713b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/domtt-0.7.3.tar.gz
diff --git a/domtt.conf b/domtt.conf
new file mode 100644
index 0000000..07e89c8
--- /dev/null
+++ b/domtt.conf
@@ -0,0 +1,6 @@
+Alias /domtt /usr/share/openstack-dashboard/static
+<Directory /usr/share/openstack-dashboard/static>
+    Options All
+    AllowOverride All
+    Require all granted
+</Directory>
diff --git a/domtt.spec b/domtt.spec
new file mode 100644
index 0000000..1bea267
--- /dev/null
+++ b/domtt.spec
@@ -0,0 +1,55 @@
+Name:          domtt
+Version:       0.7.3
+Release:       6%{?dist}
+Summary:       DOM Tooltip (aka domTT) is a Javascript widget
+
+Group:         Development/Libraries
+License:       ASL 2.0
+URL:           http://www.mojavelinux.com/projects/domtooltip/
+Source0:       http://www.mojavelinux.com/cooker/download/index.php?file=domtooltip/%{name}-0.7.3.tar.gz
+Source1:       %{name}.conf
+BuildArch:     noarch
+
+
+%description
+DOM Tooltip (aka domTT) is a Javascript widget, released under the Apache 2.0
+license, which allows developers to add customized tool-tips to their web sites. 
+
+
+%prep
+%setup -q -n domTT
+
+%build
+
+%install
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/html/en
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/js
+install -m 0644 *.html $RPM_BUILD_ROOT%{_datadir}/%{name}/html/en
+install -m 0644 *.js $RPM_BUILD_ROOT%{_datadir}/%{name}/js
+cp -p %{SOURCE1} %{name}.conf
+
+
+%files
+%doc AUTHORS BUGS Changelog README TODO %{name}.conf
+%{_datadir}/%{name}/html/en
+%{_datadir}/%{name}/js
+
+
+%changelog
+* Wed Nov 14 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-6
+- added BuildArch noarch
+
+* Thu Nov 9 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-5
+- rebuild
+
+* Thu Nov 9 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-4
+- added apache conf file to doc section
+
+* Thu Nov 8 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-3
+- Dropped BuildRequires and Requires because there is no build
+
+* Wed Nov 7 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-2
+- added js files
+
+* Mon Nov 5 2012 Martin Gansser <linux4martin[at]gmx.de> - 0.7.3-1
+- initial Fedora version
diff --git a/sources b/sources
index e69de29..24bee34 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+617329df47928a27a1bf2c27681e1de8  domtt-0.7.3.tar.gz


More information about the scm-commits mailing list