example spec file submit/upstream/20120910.223813
authorKevron Rees <kevron_m_rees@linux.intel.com>
Fri, 7 Sep 2012 22:05:31 +0000 (15:05 -0700)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Fri, 7 Sep 2012 22:05:31 +0000 (15:05 -0700)
GhostCluster.spec [new file with mode: 0644]
style.css

diff --git a/GhostCluster.spec b/GhostCluster.spec
new file mode 100644 (file)
index 0000000..ce3096b
--- /dev/null
@@ -0,0 +1,65 @@
+# 
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.22
+# 
+# >> macros
+# << macros
+
+Name:       GhostCluster
+Summary:    Automotive Meter Cluster Application
+Version:    0.2012.2.3
+Release:    1
+Group:      Applications/System
+License:    Apache 2.0
+URL:        http://www.tizen.org
+Source0:    %{name}-%{version}.tar.gz
+BuildRequires:  desktop-file-utils
+
+
+%description
+Example guage cluster for tizen ivi
+
+
+
+
+%prep
+%setup -q -n %{name}-%{version}
+
+# >> setup
+# << setup
+
+%build
+# >> build pre
+# << build pre
+
+
+make %{?jobs:-j%jobs}
+
+# >> build post
+# << build post
+%install
+rm -rf %{buildroot}
+# >> install pre
+# << install pre
+%make_install
+
+# >> install post
+# << install post
+desktop-file-install --delete-original       \
+  --dir %{buildroot}%{_datadir}/applications             \
+   %{buildroot}%{_datadir}/applications/*.desktop
+
+
+
+
+
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/GhostCluster
+%{_datadir}/applications/GhostCluster.desktop
+%{_datadir}/pixmaps/GhostCluster.png
+# >> files
+# << files
+
+
index a132995..db3eb0f 100644 (file)
--- a/style.css
+++ b/style.css
@@ -148,7 +148,7 @@ body {
 #wheel {
         -webkit-transform:rotate(0deg);
         -webkit-transform-origin: 50% 50%;
-        -webkit-transition: all 1s cubic-bezier(0.25,0.1,0.25,1);
+               -webkit-transition: all 100ms;
 }
 
 #iatNeedle {