mate-polkit-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. %define major_ver 1.20
  2. %define ver %{major_ver}.0
  3. %define rel 1
  4. Summary: PolicyKit integration for the MATE desktop
  5. Name: mate-polkit
  6. Version: %{ver}
  7. Release: %{rel}%{?_dist_release}
  8. Source0: http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
  9. License: LGPLv2
  10. Group: Applications/System
  11. URL: http://mate-desktop.org/
  12. BuildRequires: mate-common
  13. BuildRequires: gtk3-devel
  14. BuildRequires: polkit-devel >= 0.97
  15. BuildRequires: gtk-doc
  16. BuildRequires: autoconf
  17. BuildRequires: automake
  18. Obsoletes: mate-polkit-devel < 1.20.0
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. Packager: Takemikaduchi, iwaim
  23. %description
  24. PolicyKit-mate provides an Authentication Agent for PolicyKit that
  25. integrates well with the MATE desktop environment
  26. %prep
  27. %setup -q
  28. %build
  29. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  30. %configure \
  31. --libexecdir=%{_libexecdir}/mate \
  32. --disable-static
  33. %{__make} %{?_smp_mflags}
  34. %install
  35. %{__rm} -rf ${RPM_BUILD_ROOT}
  36. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  37. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  38. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  39. %find_lang %{name}
  40. %clean
  41. %{__rm} -rf ${RPM_BUILD_ROOT}
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files -f %{name}.lang
  45. %defattr(-,root,root,-)
  46. %doc COPYING ChangeLog NEWS README
  47. %{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
  48. %{_libexecdir}/mate/polkit-mate-authentication-agent-1
  49. %changelog
  50. * Fri May 4 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.0-1
  51. - update to 1.20.0
  52. - drop devel sub package; upstream dropped polkitgtkmate library
  53. - add Obsoletes: mate-polkit-devel < 1.20.0
  54. * Thu Jan 18 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
  55. - update to 1.18.2
  56. * Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
  57. - update to 1.18.1
  58. * Sun Apr 2 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
  59. - update to 1.18.0
  60. * Sat Nov 26 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
  61. - new upstream release
  62. - update GTK+ version
  63. - BR: gtk3-devel
  64. - fix License
  65. - update Packager
  66. * Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
  67. - new upstream release
  68. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  69. - new upstream release
  70. * Fri Oct 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
  71. - new upstream release
  72. * Wed Sep 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
  73. - new upstream release
  74. * Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  75. - new upstream release
  76. * Mon Apr 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  77. - new upstream release
  78. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  79. - rebuild with VineSeed environment
  80. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  81. - new upstream release
  82. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  83. - new upstream release
  84. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  85. - new upstream release
  86. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  87. - change category
  88. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  89. - initial build for Vine Linux