com.mikeasoft.tizmee.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #
  2. # Do NOT Edit the Auto-generated Part!
  3. # Generated by: spectacle version 0.22
  4. #
  5. # >> macros
  6. # << macros
  7. Name: com.mikeasoft.tizmee
  8. Summary: Tizmee
  9. Version: 0.1
  10. Release: 1
  11. Group: Applications/Emulators
  12. License: Apache
  13. URL: http://blog.mikeasoft.com/tag/tizmee
  14. Source0: tizmee_0.1-1.tar.gz
  15. Requires: libqtwebkit-qmlwebkitplugin
  16. Requires: python-pyside
  17. BuildRequires: pkgconfig(QtCore) >= 4.7.0
  18. BuildRequires: pkgconfig(QtGui)
  19. BuildRequires: pkgconfig(QtWebKit)
  20. BuildRequires: pkgconfig(QtOpenGL)
  21. BuildRequires: pkgconfig(QtLocation)
  22. BuildRequires: pkgconfig(QtFeedback)
  23. BuildRequires: pkgconfig(QtDeclarative)
  24. BuildRequires: meegotouch-applauncherd-devel
  25. BuildRequires: desktop-file-utils
  26. %description
  27. Run Tizen web apps on Nemo.
  28. %prep
  29. %setup -q -n tizmee
  30. # >> setup
  31. # << setup
  32. %build
  33. # >> build pre
  34. # << build pre
  35. export CFLAGS="$CFLAGS -DMEEGO_VERSION_MAJOR=1 -DMEEGO_VERSION_MINOR=1 -DMEEGO_EDITION_HARMATTAN=1"
  36. export CXXFLAGS="$CXXFLAGS -DMEEGO_VERSION_MAJOR=1 -DMEEGO_VERSION_MINOR=1 -DMEEGO_EDITION_HARMATTAN=1"
  37. %qmake MEEGO_VERSION_MAJOR=1 MEEGO_VERSION_MINOR=1 MEEGO_EDITION_HARMATTAN=1
  38. make %{?jobs:-j%jobs}
  39. # >> build post
  40. # << build post
  41. %install
  42. rm -rf %{buildroot}
  43. # >> install pre
  44. # << install pre
  45. %qmake_install
  46. # >> install post
  47. # << install post
  48. desktop-file-install --delete-original \
  49. --dir %{buildroot}%{_datadir}/applications \
  50. %{buildroot}%{_datadir}/applications/*.desktop
  51. %files
  52. %defattr(-,root,root,-)
  53. %{_datadir}/applications/tizmee.desktop
  54. /opt/tizmee
  55. # >> files
  56. # << files