engrampa-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. Summary: Archive manipulator for MATE
  2. Name: engrampa
  3. Version: 1.16.0
  4. Release: 1%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.16/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: Applications/Archiving
  8. URL: http://mate-desktop.org/
  9. BuildRequires: mate-common
  10. BuildRequires: gtk3-devel
  11. BuildRequires: libSM-devel
  12. BuildRequires: json-glib-devel
  13. BuildRequires: caja-devel
  14. BuildRequires: gtk-doc
  15. BuildRequires: itstool
  16. BuildRequires: autoconf
  17. BuildRequires: automake
  18. Requires(posttrans,postun): glib2
  19. Requires(post,postun): gtk2
  20. Requires(post,postun): desktop-file-utils
  21. Obsoletes: mate-file-archiver < 1.8.0
  22. Provides: mate-file-archiver = %{version}-%{release}
  23. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: Takemikaduchi, iwaim
  27. %description
  28. Engrampa is an archive manager for the MATE environment. This means
  29. that you can create and modify archives; view the content of an archive;
  30. view and modify a file contained in the archive; extract files from the
  31. archive.
  32. %prep
  33. %setup -q
  34. %build
  35. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  36. %configure \
  37. --libexecdir=%{_libexecdir}/mate \
  38. --disable-static
  39. %{__make} %{?_smp_mflags}
  40. %install
  41. %{__rm} -rf ${RPM_BUILD_ROOT}
  42. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  43. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  44. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  45. %find_lang engrampa
  46. %clean
  47. %{__rm} -rf ${RPM_BUILD_ROOT}
  48. %post
  49. /sbin/ldconfig
  50. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  51. touch --no-create %{_datadir}/icons/hicolor
  52. gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  53. %postun
  54. /sbin/ldconfig
  55. if [ $1 -eq 0 ]; then
  56. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  57. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  58. touch --no-create %{_datadir}/icons/hicolor
  59. gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  60. fi
  61. %posttrans
  62. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  63. %files -f engrampa.lang
  64. %defattr(-,root,root,-)
  65. %doc COPYING ChangeLog NEWS README
  66. %{_bindir}/%{name}
  67. %{_libdir}/caja/extensions-2.0/libcaja-%{name}.so
  68. %{_libexecdir}/mate/%{name}/isoinfo.sh
  69. %{_libexecdir}/mate/%{name}/rpm2cpio
  70. %{_libexecdir}/mate/%{name}-server
  71. %{_datadir}/appdata/%{name}.appdata.xml
  72. %{_datadir}/applications/%{name}.desktop
  73. %{_datadir}/caja/extensions/libcaja-%{name}.caja-extension
  74. %{_datadir}/dbus-1/services/org.mate.Engrampa.service
  75. %{_datadir}/%{name}
  76. %{_datadir}/glib-2.0/schemas/org.mate.%{name}.gschema.xml
  77. %{_datadir}/icons/hicolor/*/*/*
  78. %{_datadir}/help/*/%{name}
  79. %{_mandir}/man1/%{name}.1.gz
  80. %changelog
  81. * Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
  82. - new upstream release
  83. - update GTK+ version
  84. - BR: gtk3-devel
  85. - update Packager
  86. * Sun May 22 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.1-1
  87. - new upstream release
  88. * Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
  89. - new upstream release
  90. * Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
  91. - new upstream release
  92. * Sat Oct 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.2-1
  93. - new upstream release
  94. * Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
  95. - new upstream release
  96. * Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
  97. - new upstream release
  98. * Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
  99. - new upstream release
  100. - rename package
  101. - add BuildRequies: json-glib-devel, caja-devel, itstool
  102. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-2
  103. - rebuild with VineSeed environment
  104. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  105. - new upstream release
  106. * Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  107. - new upstream release
  108. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
  109. - new upstream release
  110. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  111. - change category
  112. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  113. - initial build for Vine Linux