libwnck-vl.spec 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. ## don't replace ltmain.sh
  2. %define __libtoolize :
  3. %define glib2_version 2.26.0
  4. %define gtk2_version 2.22.0
  5. %define startup_notification_version 0.10
  6. Summary: Window Navigator Construction Kit
  7. Name: libwnck
  8. Version: 2.30.5
  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. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.5-1
  86. - new upstream release
  87. - add BuildRequires: gobject-introspection-devel
  88. - add configure option (--enable-introspection=yes)
  89. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  90. - rebuild with rpm-4.8.1 for pkg-config file
  91. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.2-1
  92. - new upstream release
  93. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.30.0-1
  94. - new upstream release
  95. * Fri Feb 26 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.28.0-2
  96. - rebuilt with new toolchain
  97. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  98. - new upstream release
  99. - added --disable-static to %%configure
  100. * Sat Aug 01 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.2-2
  101. - update requires and BR(add libXres*)
  102. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  103. - new upstream release
  104. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  105. - new upstream release
  106. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  107. - new upstream release
  108. * Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  109. - new upstream release
  110. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  111. - new upstream release
  112. * Mon Jun 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.3-1
  113. - new upstream release
  114. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  115. - new upstream release
  116. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  117. - new upstream release
  118. * Mon Dec 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
  119. - new upstream release
  120. - added Patch0, 1 and 2 from Fedora
  121. * Tue Jul 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-2
  122. - Fix a crash on shutdown in the wnck-applet
  123. * Wed Mar 28 2007 Kristian Høgsberg <krh@redhat.com> - 2.18.0-2
  124. - Add compiz integration patches from GNOME #352383:
  125. - libwnck-2.18.0-appearance.patch
  126. - libwnck-2.18.0-viewport.patch
  127. - libwnck-2.18.0-above.patch
  128. * Mon May 28 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.2-0vl1
  129. - new upstream release
  130. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  131. - new upstream release
  132. * Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
  133. - new upstream release
  134. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  135. - new upstream release
  136. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  137. - new upstream release
  138. * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.92-0vl1
  139. - new upstream release
  140. * Sat Feb 11 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
  141. - new upstream release
  142. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  143. - new upstream release
  144. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  145. - new upstream release
  146. * Sat Aug 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
  147. - new upstream release
  148. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.4-0vl1
  149. - new upstream release
  150. * Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
  151. - new upstream release
  152. * Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  153. - new upstream version
  154. * Mon Nov 08 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.1-0vl1
  155. - new upstream release
  156. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0.1-0vl1
  157. - new upstream release
  158. * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  159. - new upstream release
  160. * Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.1-0vl1
  161. - new upstream release
  162. * Fri Apr 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  163. - new upstream release
  164. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  165. - new upstream release
  166. * Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90-0vl1
  167. - new upstream release
  168. * Wed Jan 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  169. - fixed BuildRequires/Requires.
  170. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  171. - build for Vine Linux
  172. - new upstream release from gnome-2.1.4
  173. * Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
  174. - 2.1.3
  175. * Thu Oct 31 2002 Havoc Pennington <hp@redhat.com>
  176. - 0.18 that displays standalone dialogs in task list
  177. * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
  178. - 0.17 allows clicking a task to minimize it, and DND over a task to
  179. switch to it, adds translations, and fixes a couple crash things in
  180. the accessibility stuff.
  181. * Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
  182. - 0.16 with some tasklist fixes and
  183. pager fixes
  184. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  185. - automated rebuild
  186. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  187. - remove empty NEWS
  188. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  189. - 0.14
  190. * Thu Jun 06 2002 Havoc Pennington <hp@redhat.com>
  191. - rebuild in different environment
  192. * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
  193. - 0.13
  194. - add ldconfig to post/postun
  195. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  196. - automated rebuild
  197. * Mon May 20 2002 Havoc Pennington <hp@redhat.com>
  198. - rebuild in different environment
  199. * Fri May 17 2002 Havoc Pennington <hp@redhat.com>
  200. - 0.12
  201. * Thu May 2 2002 Havoc Pennington <hp@redhat.com>
  202. - 0.9
  203. * Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
  204. - 0.8
  205. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  206. - 0.3
  207. * Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
  208. - Rebuild with new glib and gtk+
  209. * Wed Jan 23 2002 Havoc Pennington <hp@redhat.com>
  210. - Initial build