thunar-vfs-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # Review at https://bugzilla.redhat.com/show_bug.cgi?id=660159
  2. %global minorversion 1.2
  3. Name: thunar-vfs
  4. Summary: Virtual filesystem shipped with Thunar 1.0 and earlier releases
  5. Version: 1.2.0
  6. Release: 6%{?_dist_release}
  7. Group: System Environment/Libraries
  8. License: LGPLv2+
  9. URL: http://thunar.xfce.org
  10. Source0: http://archive.xfce.org/src/xfce/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: dbus-glib-devel >= 0.34
  13. BuildRequires: desktop-file-utils
  14. BuildRequires: freetype2-devel
  15. BuildRequires: gamin-devel
  16. BuildRequires: GConf2-devel >= 2.4.0
  17. BuildRequires: gettext
  18. BuildRequires: glib2-devel >= 2.12.0
  19. BuildRequires: gtk-doc
  20. BuildRequires: gtk2-devel >= 2.10.0
  21. BuildRequires: intltool
  22. BuildRequires: libexo-devel >= 0.6.0
  23. BuildRequires: libjpeg-devel
  24. BuildRequires: libpng-devel
  25. BuildRequires: libxfce4util-devel >= 4.8.0
  26. BuildRequires: pkgconfig
  27. BuildRequires: startup-notification-devel >= 0.4
  28. Conflicts: Thunar < 1.1.0
  29. Vendor: Project Vine
  30. Distribution: Vine Linux
  31. %description
  32. This package contains the virtual filesystem shipped with Thunar 1.0 and earlier
  33. releases. It provides compatibility for applications that still use thunar-vfs
  34. while Thunar was ported to GVFS.
  35. %package devel
  36. Summary: Development files for %{name}
  37. Group: Development/Libraries
  38. Requires: %{name} = %{version}-%{release}
  39. Requires: glib2-devel >= 2.12.0
  40. Requires: libexo-devel >= 0.6.0
  41. %description devel
  42. The %{name}-devel package contains libraries and header files for
  43. developing applications that use %{name}.
  44. %prep
  45. %setup -q
  46. %build
  47. %configure --disable-static --enable-gtk-doc --with-volume-manager=none
  48. make %{?_smp_mflags}
  49. %install
  50. rm -rf $RPM_BUILD_ROOT
  51. make install DESTDIR=$RPM_BUILD_ROOT
  52. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  53. %find_lang %{name}
  54. # remove duplicate docs
  55. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
  56. %check
  57. make tests
  58. %clean
  59. rm -rf $RPM_BUILD_ROOT
  60. %post -p /sbin/ldconfig
  61. %postun -p /sbin/ldconfig
  62. %files -f %{name}.lang
  63. %defattr(-,root,root,-)
  64. %doc AUTHORS ChangeLog NEWS README
  65. %doc docs/ThumbnailersCacheFormat.txt docs/README.volumes
  66. %{_libdir}/*.so.*
  67. %{_libdir}/thunar-vfs-*/
  68. %dir %{_datadir}/thumbnailers
  69. %{_datadir}/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
  70. %files devel
  71. %defattr(-,root,root,-)
  72. %doc HACKING TODO
  73. %doc %{_datadir}/gtk-doc/html/*
  74. %{_includedir}/*
  75. %{_libdir}/*.so
  76. %{_libdir}/pkgconfig/thunar-vfs-*.pc
  77. %changelog
  78. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-6
  79. - rebuild with VineSeed environment
  80. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-5
  81. - rebuild with Xfce-4.10.0
  82. * Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.2.0-4
  83. - remove BuildRequires: hal-devel
  84. * Tue Mar 29 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.2.0-3
  85. - Initial build for Vine Linux
  86. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
  87. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  88. * Sun Jan 16 2011 Kevin Fenzi <kevin@tummy.com> - 1.2.0-1
  89. - Update to 1.2.0
  90. * Mon Nov 08 2010 Christoph Wickert <cwickert@fedoraproject.org> - 1.1.1-1
  91. - Initial package