From c3a8a6185c6cd7d5ec6f1d0106c734a5424bf7dd Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 11 Oct 2012 14:29:16 -0700 Subject: [PATCH] added packaging dir --- packaging/GhostCluster.changes | 79 ++++++++++++++++++++++++++++++++++++++++++ packaging/GhostCluster.spec | 66 +++++++++++++++++++++++++++++++++++ 2 files changed, 145 insertions(+) create mode 100644 packaging/GhostCluster.changes create mode 100644 packaging/GhostCluster.spec diff --git a/packaging/GhostCluster.changes b/packaging/GhostCluster.changes new file mode 100644 index 0000000..92e4f59 --- /dev/null +++ b/packaging/GhostCluster.changes @@ -0,0 +1,79 @@ + Thu Oct 11 2012 tripzero submit/release/20121002.181343@da2a33a +- fixed merge +- install all css files +- changes +- changes +- more changes +- removed tweening from needles +- removed tweening from needles +- removed unnecessary dir +- fixed up a bunch of things +- use 127.0.0.1 instead of localhost +- vertically flipped image +- machine gun popup +- added machine gun turret popup +- save address for future use +- added jquery mobile popup to configure address + +* Tue Oct 02 2012 tripzero submit/upstream/20120910.223813@32f40a9 +- removed .directory +- fixed merge issues +- changes +- more changes +- removed tweening from needles +- use 127.0.0.1 instead of localhost +- vertically flipped image +- machine gun popup +- added machine gun turret popup +- save address for future use +- added jquery mobile popup to configure address +- changelog update +- updated version number +- requires automotive-message-broker +- added packaging + +* Mon Oct 01 2012 tripzero submit/release/20120926.224334@2f3d3fc +- Merge branch 'upstream' into release +- more changes +- removed tweening from needles +- removed unnecessary dir +- fixed up a bunch of things +- changelog update +- updated version number +- requires automotive-message-broker +- added packaging + +* Wed Sep 26 2012 tripzero submit/upstream/20120910.223813@b53adbc +- use 127.0.0.1 instead of localhost +- vertically flipped image +- machine gun popup +- added machine gun turret popup +- save address for future use +- added jquery mobile popup to configure address +- changelog update +- updated version number +- requires automotive-message-broker +- added packaging + +* Mon Sep 10 2012 tripzero submit/upstream/20120910.223813@4f23a44 +- blah +- updated version number +- requires automotive-message-broker +- added packaging +- example spec file +- Merge branch 'master' of github.com:otcshare/GhostCluster +- Merge branch 'master' of github.com:otcshare/GhostCluster +- supports throttle and engine coolant +- moved to subscription based instead of poll/get requests +- updated api.js +- added wheel and gear UI +- Merge branch 'master' of github.com:otcshare/GhostCluster +- made work with new amb api2 +- made work with new amb api +- cleaned up src +- fixed makefile +- edited makefile +- fixed it so everything installs correctly +- Adding manifest and desktop with appid set +- initial add + diff --git a/packaging/GhostCluster.spec b/packaging/GhostCluster.spec new file mode 100644 index 0000000..ad030ed --- /dev/null +++ b/packaging/GhostCluster.spec @@ -0,0 +1,66 @@ +# +# 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.9.10 +Release: 1 +Group: Applications/System +License: Apache 2.0 +URL: http://www.tizen.org +Source0: %{name}-%{version}.tar.gz +BuildRequires: desktop-file-utils +Requires: automotive-message-broker-plugins + + +%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 + + -- 2.7.4