gnome-flashback-vl.spec 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. Summary: GNOME Flashback session and helper application
  2. Summary(ja): GNOMEフラッシュバックセッション及びヘルパーアプリケーション
  3. Name: gnome-flashback
  4. Version: 3.20.1
  5. Release: 1%{?_dist_release}
  6. License: GPLv3
  7. Group: User Interface/Desktops
  8. URL: https://wiki.gnome.org/Projects/GnomeFlashback
  9. Source: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.20/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk3-devel
  12. BuildRequires: gnome-desktop3-devel
  13. BuildRequires: libcanberra-gtk3-devel
  14. BuildRequires: gsettings-desktop-schemas-devel
  15. BuildRequires: polkit-devel
  16. BuildRequires: upower-devel
  17. BuildRequires: ibus-devel
  18. BuildRequires: gnome-bluetooth-devel
  19. BuildRequires: libxkbfile-devel
  20. BuildRequires: xkeyboard-config
  21. BuildRequires: pulseaudio-libs-devel
  22. Requires(posttrans,postun): desktop-file-utils
  23. Requires(posttrans,postun): glib2
  24. Requires: metacity
  25. Requires: gnome-panel
  26. Requires: gnome-applets
  27. Requires: gnome-screensaver
  28. Requires: gnome-session
  29. Vendor: Project Vine
  30. Distribution: Vine Linux
  31. Packager: Takemikaduchi
  32. %description
  33. Gnome Flashback is a session for Gnome 3 which was initially called
  34. "Gnome Fallback", and shipped as a stand-alone session. It provides
  35. a similar user experience to the Gnome 2.x series sessions.
  36. The differences to the Mate project is that Gnome Flashback uses Gtk+3
  37. and tries to follow the current Gnome development by integrating
  38. recent changes of the Gnome libraries.
  39. %prep
  40. %setup -q
  41. %build
  42. %configure --disable-static
  43. make %{?_smp_mflags}
  44. %install
  45. rm -rf $RPM_BUILD_ROOT
  46. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  47. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  48. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  49. %find_lang %{name} --with-gnome
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %postun
  53. if [ $1 -eq 0 ]; then
  54. update-desktop-database -q &> /dev/null ||:
  55. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  56. fi
  57. %posttrans
  58. update-desktop-database -q &> /dev/null ||:
  59. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  60. %files -f %{name}.lang
  61. %defattr(-,root,root,-)
  62. %doc COPYING README NEWS
  63. %{_sysconfdir}/xdg/autostart/gnome-flashback-nm-applet.desktop
  64. %{_sysconfdir}/xdg/autostart/gnome-flashback-screensaver.desktop
  65. %{_sysconfdir}/xdg/menus/gnome-flashback-applications.menu
  66. %{_bindir}/%{name}
  67. %{_libexecdir}/gnome-flashback-compiz
  68. %{_libexecdir}/gnome-flashback-metacity
  69. %{_datadir}/applications/gnome-flashback-init.desktop
  70. %{_datadir}/applications/gnome-flashback.desktop
  71. %{_datadir}/desktop-directories/X-GNOME-Flashback-Settings-System.directory
  72. %{_datadir}/desktop-directories/X-GNOME-Flashback-Settings.directory
  73. %{_datadir}/glib-2.0/schemas/org.gnome.gnome-flashback.gschema.xml
  74. %{_datadir}/gnome-session/sessions/gnome-flashback-compiz.session
  75. %{_datadir}/gnome-session/sessions/gnome-flashback-metacity.session
  76. %{_datadir}/xsessions/gnome-flashback-compiz.desktop
  77. %{_datadir}/xsessions/gnome-flashback-metacity.desktop
  78. %changelog
  79. * Mon Jul 18 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
  80. - new upstream release