libmediaart-vl.spec 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Name: libmediaart
  2. Version: 1.9.0
  3. Release: 1%{?_dist_release}
  4. Summary: Library for handling media art
  5. Summary(ja): メディア・アートを取得するためのライブラリ
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: https://git.gnome.org/browse/libmediaart/
  9. Source0: http://download.gnome.org/sources/%{name}/1.9/%{name}-%{version}.tar.xz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: glib2-devel >= 2.35.0
  12. BuildRequires: gobject-introspection-devel >= 1.30.0
  13. BuildRequires: gdk-pixbuf2-devel >= 2.12.0
  14. BuildRequires: gtk-doc
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi
  18. %description
  19. Library tasked with managing, extracting and handling media art cache
  20. %package devel
  21. Summary: Development files for %{name}
  22. Summary(ja): %{name} の開発ファイル
  23. Group: Development/Libraries
  24. Requires: %{name} = %{version}-%{release}
  25. Requires: pkgconfig
  26. %description devel
  27. The %{name}-devel package contains libraries and header files for
  28. developing applications that use %{name}.
  29. %package docs
  30. Summary: Documentation for %{name}
  31. Summary(ja): %{name} 用のドキュメント
  32. Group: Documentation
  33. BuildArch: noarch
  34. %description docs
  35. This package contains documentation for %{name}.
  36. %prep
  37. %setup -q
  38. %build
  39. autoreconf -if
  40. %configure --disable-static
  41. make %{?_smp_mflags}
  42. %check
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. make install DESTDIR=$RPM_BUILD_ROOT
  46. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %post -p /sbin/ldconfig
  50. %postun -p /sbin/ldconfig
  51. %files
  52. %defattr(-,root,root,-)
  53. %doc AUTHORS ChangeLog COPYING NEWS README
  54. %{_libdir}/%{name}-2.0.so.*
  55. %{_libdir}/girepository-1.0/MediaArt-2.0.typelib
  56. %files devel
  57. %defattr(-,root,root,-)
  58. %{_includedir}/%{name}-2.0
  59. %{_libdir}/%{name}-2.0.so
  60. %{_libdir}/pkgconfig/%{name}-2.0.pc
  61. %{_datadir}/gir-1.0/MediaArt-2.0.gir
  62. %files docs
  63. %defattr(-,root,root,-)
  64. %{_datadir}/gtk-doc/html/%{name}
  65. %changelog
  66. * Sun Mar 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.9.0-1
  67. - new upstream release
  68. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-1
  69. - new upstream release
  70. * Sun Apr 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
  71. - new upstream release
  72. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
  73. - initial build