kdelibs-experimental-vl.spec 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. Name: kdelibs-experimental
  2. Version: 4.3.3
  3. Release: 1%{?_dist_release}
  4. Summary: KDE libraries with experimental or unstable api/abi
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://www.kde.org/
  8. Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdelibs-experimental-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: kdelibs4-devel >= %{version}
  11. Requires: dbus
  12. %description
  13. %{summary}.
  14. %package devel
  15. Summary: Development files for %{name}
  16. Group: Development/Libraries
  17. Requires: %{name} = %{version}-%{release}
  18. Requires: kdelibs4-devel
  19. %description devel
  20. %{summary}.
  21. %prep
  22. %setup -q
  23. %build
  24. mkdir -p %{_target_platform}
  25. pushd %{_target_platform}
  26. unset QTDIR || : ; . /etc/profile.d/qt4.sh
  27. %cmake \
  28. -DCMAKE_BUILD_TYPE=release \
  29. -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
  30. -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
  31. -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
  32. -DLIB_INSTALL_DIR:PATH=%{_libdir} \
  33. -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
  34. -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
  35. ..
  36. popd
  37. make %{?_smp_mflags} -C %{_target_platform}
  38. %install
  39. rm -rf %{buildroot}
  40. make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
  41. %clean
  42. rm -rf %{buildroot}
  43. %post -p /sbin/ldconfig
  44. %postun -p /sbin/ldconfig
  45. %files
  46. %defattr(-,root,root,-)
  47. %{_libdir}/libknotificationitem-1.so.*
  48. %{_datadir}/dbus-1/interfaces/org.kde.NotificationItem.xml
  49. %{_datadir}/dbus-1/interfaces/org.kde.NotificationItemWatcher.xml
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %{_libdir}/libknotificationitem-1.so
  53. %{_includedir}/kde4/knotificationitem-1
  54. %changelog
  55. * Mon Nov 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.3-1
  56. - new upstream release
  57. * Mon Oct 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.2-1
  58. - new upstream release
  59. * Fri Sep 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.1-1
  60. - new upstream release
  61. * Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.3.0-2
  62. - Initial build for Vine
  63. * Thu Jul 30 2009 Than Ngo <than@redhat.com> - 4.3.0-1
  64. - 4.3.0
  65. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.98-2
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  67. * Wed Jul 22 2009 Than Ngo <than@redhat.com> - 4.2.98-1
  68. - 4.3rc3
  69. * Fri Jul 10 2009 Than Ngo <than@redhat.com> - 4.2.96-1
  70. - 4.3rc2
  71. * Fri Jun 26 2009 Than Ngo <than@redhat.com> - 4.2.95-1
  72. - 4.3rc1
  73. * Wed Jun 03 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.90-1
  74. - KDE-4.3 beta2 (4.2.90)
  75. * Thu May 14 2009 Rex Dieter <rdieter@fedoraproject.org> 4.2.85-1
  76. - first try