libwnck-vl.spec 8.1 KB

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