kdeaddons-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. %define beta 0
  2. # Compile only atlantikdesigner
  3. %define donotcompilelist doc kaddressbook-plugins kate kfile-plugins kicker-applets knewsticker-scripts konq-plugins ksig noatun-plugins renamedlgplugins
  4. Name: kdeaddons
  5. Summary: K Desktop Environment - Plugins
  6. Summary(ja): K デスクトップ環境 3 - プラグイン
  7. Version: 3.5.10
  8. %if %{beta}
  9. Release: 1%{beta}%{?_dist_release}
  10. %else
  11. Release: 1%{?_dist_release}
  12. %endif
  13. %if %{beta}
  14. Source: ftp://ftp.kde.org/pub/kde/unstable/%{version}-%{beta}/src/%{name}-%{version}-%{beta}.tar.bz2
  15. %else
  16. Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
  17. %endif
  18. URL: http://www.kde.org/
  19. Group: Applications/Other
  20. License: GPL
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  22. BuildRequires: kdelibs3-devel >= %{version}
  23. BuildRequires: kdegames3-devel >= %{version}
  24. BuildRequires: libxml2-devel >= 2.6.0
  25. BuildRequires: libxslt-devel >= 1.0.18
  26. BuildRequires: zlib-devel libjpeg-devel libpng-devel gettext
  27. Requires: kdelibs3 >= %{version}
  28. Requires: kdegames3 >= %{version}
  29. %description
  30. Plugins for some KDE applications.
  31. This package only includes a game board designer for Atlantik.
  32. %prep
  33. %setup -q
  34. sed -i -e 's/-lkdegames//g' atlantikdesigner/designer/Makefile.in
  35. %build
  36. unset QTDIR || : ; . /etc/profile.d/qt.sh
  37. export DO_NOT_COMPILE="%{donotcompilelist}"
  38. %configure \
  39. --with-qt-libraries=$QTDIR/lib \
  40. --includedir=%{_includedir}/kde \
  41. --disable-rpath \
  42. --enable-new-ldflags \
  43. --disable-debug --disable-warnings \
  44. --disable-dependency-tracking --enable-final
  45. make %{?_smp_mflags}
  46. %install
  47. rm -rf $RPM_BUILD_ROOT
  48. export DO_NOT_COMPILE="%{donotcompilelist}"
  49. make DESTDIR=$RPM_BUILD_ROOT install
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. #post -p /sbin/ldconfig
  53. #postun -p /sbin/ldconfig
  54. %files
  55. %defattr(-,root,root)
  56. %doc README COPYING-DOCS atlantikdesigner/TODO
  57. %{_bindir}/atlantikdesigner
  58. %{_datadir}/apps/atlantikdesigner/
  59. %{_datadir}/icons/hicolor/*/*/atlantikdesigner*
  60. %{_datadir}/applications/kde/atlantikdesigner.desktop
  61. %changelog
  62. * Sun Mar 21 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.10-1
  63. - updated to 3.5.10, only including atlantikdesigner
  64. - built with new toolchain
  65. * Sun May 10 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.5.8-1
  66. - applied new versioning policy
  67. - added BR: kdebase-devel
  68. - changed Group to Applications/Other
  69. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl2
  70. - rebuild for VineSeed
  71. * Mon Oct 29 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.8-0vl1
  72. - new upstream release
  73. * Tue Aug 21 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl3
  74. - rebuild with flac-1.2.0
  75. * Wed Jul 4 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl2
  76. - rebuild for VineSeed
  77. * Sat Jun 30 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.7-0vl1
  78. - new upstream release
  79. * Sun Oct 22 2006 NAKAMURA Kenta <kenta@vinelinux.org> 3.5.5-0vl3
  80. - added --with-qt-libraries and --enable-libsuffix option
  81. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl2
  82. - rebuild for VineSeed
  83. * Tue Oct 3 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.5-0vl1
  84. - new upstream release
  85. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl2
  86. - rebuild for VineSeed
  87. * Wed Aug 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.4-0vl1
  88. - new upstream release
  89. * Fri Jun 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl2
  90. - rebuild for VineSeed
  91. * Fri Jun 2 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.3-0vl1
  92. - new upstream release
  93. * Thu Mar 23 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl2
  94. - rebuild for VineSeed
  95. * Thu Mar 23 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.2-0vl1
  96. - new upstream release
  97. * Thu Dec 8 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl2
  98. - rebuild for VineSeed
  99. * Thu Nov 24 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl1
  100. - new upstream release
  101. * Tue Nov 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 3.5.0-0vl0.rc1
  102. - initial release for VineSeed