libindicate-qt-vl.spec 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. Name: libindicate-qt
  2. Summary: Qt bindings for libindicate
  3. Summary(ja): libindicate の Qt バインディング
  4. Version: 0.2.5.91
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Libraries
  7. License: LGPLv3+
  8. URL: https://launchpad.net/libindicate-qt
  9. Source0: https://launchpad.net/%{name}/libindicate-0.5/%{version}/+download/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: cmake
  12. BuildRequires: qt4-devel
  13. BuildRequires: libindicate-devel
  14. %description
  15. This project provides a set of Qt bindings for libindicate, the
  16. indicator system developed by Canonical Desktop Experience team.
  17. %package devel
  18. Summary: Developer files for %{name}
  19. Summary(ja): %{name} の開発用ファイル
  20. Group: Development/Libraries
  21. Requires: %{name} = %{version}-%{release}
  22. %description devel
  23. %{summary}.
  24. %prep
  25. %setup -q
  26. sed -i 's|indicate-0\.5|indicate-0\.7|g' CMakeLists.txt
  27. %build
  28. mkdir -p %{_target_platform}
  29. pushd %{_target_platform}
  30. %cmake ..
  31. popd
  32. make %{?_smp_mflags} -C %{_target_platform}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %post -p /sbin/ldconfig
  39. %postun -p /sbin/ldconfig
  40. %files
  41. %defattr(-,root,root,-)
  42. %doc COPYING.LIB.* NEWS README
  43. %{_libdir}/libindicate-qt.so.*
  44. %files devel
  45. %defattr(-,root,root,-)
  46. %{_includedir}/libindicate-qt
  47. %{_libdir}/libindicate-qt.so
  48. %{_libdir}/pkgconfig/indicate-qt.pc
  49. %changelog
  50. * Mon Jul 04 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.5.91-2
  51. - rebuild with gcc-5.4.0
  52. * Mon Nov 3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.5.91-1
  53. - updated to 0.2.5.91 (trunk)
  54. - rebuilt with libindicate-12.10.1
  55. * Fri Feb 18 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.5-1
  56. - Initial build for Vine Linux