libwnck-vl.spec 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276
  1. ## don't replace ltmain.sh
  2. %define __libtoolize :
  3. %define glib2_version 2.24.0
  4. %define gtk2_version 2.20.0
  5. %define startup_notification_version 0.8
  6. Summary: Window Navigator Construction Kit
  7. Name: libwnck
  8. Version: 2.30.0
  9. Release: 1%{?_dist_release}
  10. URL: ftp://ftp.gnome.org
  11. Source0: %{name}-%{version}.tar.bz2
  12. License: LGPLv2+
  13. Group: System Environment/Libraries
  14. BuildRoot: %{_tmppath}/%{name}-root
  15. # follow 3lines was added 2.26.2-2
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: inagaki,yasumichi
  19. Requires: glib2 >= %{glib2_version}
  20. Requires: gtk2 >= %{gtk2_version}
  21. Requires: startup-notification >= %{startup_notification_version}
  22. Requires: libXres
  23. BuildRequires: glib2-devel >= %{glib2_version}
  24. BuildRequires: gtk2-devel >= %{gtk2_version}
  25. BuildRequires: startup-notification-devel >= %{startup_notification_version}
  26. BuildRequires: perl-XML-Parser gettext
  27. BuildRequires: libXres-devel
  28. Patch1: libwnck-2.18.0-above.patch
  29. # http://bugzilla.gnome.org/show_bug.cgi?id=459984
  30. Patch2: crash-on-shutdown.patch
  31. %description
  32. libwnck (pronounced "libwink") is used to implement pagers, tasklists,
  33. and other such things. It allows applications to monitor information
  34. about open windows, workspaces, their names/icons, and so forth.
  35. %package devel
  36. Summary: Libraries and headers for libwnck
  37. Group: Development/Libraries
  38. Requires: %{name} = %{version}
  39. Requires: glib2-devel >= %{glib2_version}
  40. Requires: gtk2-devel >= %{gtk2_version}
  41. Requires: pkgconfig
  42. # added 2.26.2-2
  43. Requires: startup-notification-devel >= %{startup_notification_version}
  44. Requires: libXres-devel
  45. %description devel
  46. libwnck (pronounced "libwink") is used to implement pagers, tasklists,
  47. and other such things. It allows applications to monitor information
  48. about open windows, workspaces, their names/icons, and so forth.
  49. You should install the libwnck-devel package if you would like to
  50. compile applications that use libwnck. You don't need libwnck-devel
  51. just to use precompiled applications.
  52. %prep
  53. %setup -q
  54. #patch0 -p1 -b .appearance
  55. %patch1 -p1 -b .above
  56. %patch2 -p1 -b .crash-on-shutdown
  57. %build
  58. %configure --disable-static
  59. make %{?_smp_mflags}
  60. %install
  61. rm -rf $RPM_BUILD_ROOT
  62. %makeinstall
  63. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  64. %find_lang %{name}
  65. %post -p /sbin/ldconfig
  66. %postun -p /sbin/ldconfig
  67. %clean
  68. rm -rf $RPM_BUILD_ROOT
  69. %files -f %{name}.lang
  70. %defattr(-,root,root)
  71. %doc AUTHORS COPYING ChangeLog README
  72. %{_bindir}/*
  73. %{_libdir}/lib*.so.*
  74. %files devel
  75. %defattr(-,root,root)
  76. #{_libdir}/lib*.a
  77. %{_libdir}/lib*.so
  78. %{_libdir}/pkgconfig/*
  79. %{_includedir}/*
  80. %{_datadir}/gtk-doc
  81. %changelog
  82. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  83. - new upstream release
  84. * Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-2
  85. - rebuilt with new toolchain
  86. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  87. - new upstream release
  88. - added --disable-static to %%configure
  89. * Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.2-2
  90. - update requires and BR(add libXres*)
  91. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  92. - new upstream release
  93. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  94. - new upstream release
  95. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  96. - new upstream release
  97. * Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  98. - new upstream release
  99. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  100. - new upstream release
  101. * Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
  102. - new upstream release
  103. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  104. - new upstream release
  105. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  106. - new upstream release
  107. * Mon Dec 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
  108. - new upstream release
  109. - added Patch0, 1 and 2 from Fedora
  110. * Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
  111. - Fix a crash on shutdown in the wnck-applet
  112. * Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 2.18.0-2
  113. - Add compiz integration patches from GNOME #352383:
  114. - libwnck-2.18.0-appearance.patch
  115. - libwnck-2.18.0-viewport.patch
  116. - libwnck-2.18.0-above.patch
  117. * Mon May 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
  118. - new upstream release
  119. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  120. - new upstream release
  121. * Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
  122. - new upstream release
  123. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  124. - new upstream release
  125. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  126. - new upstream release
  127. * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
  128. - new upstream release
  129. * Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
  130. - new upstream release
  131. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  132. - new upstream release
  133. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  134. - new upstream release
  135. * Sat Aug 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
  136. - new upstream release
  137. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.4-0vl1
  138. - new upstream release
  139. * Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
  140. - new upstream release
  141. * Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  142. - new upstream version
  143. * Mon Nov 08 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
  144. - new upstream release
  145. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.1-0vl1
  146. - new upstream release
  147. * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  148. - new upstream release
  149. * Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
  150. - new upstream release
  151. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  152. - new upstream release
  153. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  154. - new upstream release
  155. * Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
  156. - new upstream release
  157. * Wed Jan 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  158. - fixed BuildRequires/Requires.
  159. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  160. - build for Vine Linux
  161. - new upstream release from gnome-2.1.4
  162. * Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
  163. - 2.1.3
  164. * Thu Oct 31 2002 Havoc Pennington <hp@redhat.com>
  165. - 0.18 that displays standalone dialogs in task list
  166. * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
  167. - 0.17 allows clicking a task to minimize it, and DND over a task to
  168. switch to it, adds translations, and fixes a couple crash things in
  169. the accessibility stuff.
  170. * Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
  171. - 0.16 with some tasklist fixes and
  172. pager fixes
  173. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  174. - automated rebuild
  175. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  176. - remove empty NEWS
  177. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  178. - 0.14
  179. * Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
  180. - rebuild in different environment
  181. * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
  182. - 0.13
  183. - add ldconfig to post/postun
  184. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  185. - automated rebuild
  186. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  187. - rebuild in different environment
  188. * Fri May 17 2002 Havoc Pennington <hp@redhat.com>
  189. - 0.12
  190. * Thu May 2 2002 Havoc Pennington <hp@redhat.com>
  191. - 0.9
  192. * Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
  193. - 0.8
  194. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  195. - 0.3
  196. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  197. - Rebuild with new glib and gtk+
  198. * Wed Jan 23 2002 Havoc Pennington <hp@redhat.com>
  199. - Initial build