libgail-gnome-vl.spec 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. Summary: Accessibility implementation for GTK+ and GNOME libraries
  2. Name: libgail-gnome
  3. Version: 1.20.4
  4. Release: 1%{?_dist_release}
  5. #Following is dead URL now
  6. URL: http://developer.gnome.org/projects/gap
  7. #VCS: git:git://git.gnome.org/libgail-gnome
  8. Source0: http://download.gnome.org/sources/libgail-gnome/1.20/%{name}-%{version}.tar.bz2
  9. License: LGPLv2+
  10. Group: System Environment/Libraries
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Requires: at-spi
  13. Requires(pre): GConf2
  14. Requires(post): GConf2
  15. Requires(preun): GConf2
  16. BuildRequires: gtk2-devel
  17. BuildRequires: atk-devel
  18. BuildRequires: at-spi-devel
  19. BuildRequires: libbonoboui-devel
  20. BuildRequires: libgnomeui-devel >= 1.1.0
  21. BuildRequires: libSM-devel
  22. %if %{?_dist_release} != "vl5"
  23. BuildRequires: gnome-panel-devel
  24. %else
  25. BuildRequires: gnome-panel
  26. %endif
  27. %description
  28. GAIL implements the abstract interfaces found in ATK for GTK+ and GNOME
  29. libraries, enabling accessibility technologies such as at-spi to access
  30. those GUIs.
  31. libgail-gnome contains the GNOME portions of GAIL.
  32. %package devel
  33. Summary: Files to compile applications that use the GNOME portions of GAIL
  34. Group: Development/Libraries
  35. Requires: %{name} = %{version}-%{release}
  36. Requires: atk-devel
  37. Requires: libbonoboui-devel
  38. Requires: gtk2-devel
  39. %description devel
  40. libgail-gnome-devel contains the files required to compile applications against
  41. the GNOME portions of the GAIL libraries.
  42. %prep
  43. %setup -q
  44. %build
  45. %configure --disable-static
  46. # drop unneeded direct library deps with --as-needed
  47. # libtool doesn't make this easy, so we do it the hard way
  48. sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
  49. make
  50. %install
  51. rm -rf $RPM_BUILD_ROOT
  52. make install DESTDIR=$RPM_BUILD_ROOT
  53. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  54. %pre
  55. if [ "$1" -gt 1 ]; then
  56. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  57. gconftool-2 --makefile-uninstall-rule \
  58. %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas > /dev/null || :
  59. fi
  60. %preun
  61. if [ "$1" -eq 0 ]; then
  62. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  63. gconftool-2 --makefile-uninstall-rule \
  64. %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas > /dev/null || :
  65. fi
  66. %post
  67. /sbin/ldconfig
  68. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  69. gconftool-2 --makefile-install-rule \
  70. %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas >/dev/null || :
  71. %postun -p /sbin/ldconfig
  72. %files
  73. %defattr(-,root,root,-)
  74. %doc AUTHORS COPYING NEWS README
  75. %{_libdir}/gtk-2.0/modules/*
  76. %{_sysconfdir}/gconf/schemas/libgail-gnome.schemas
  77. %files devel
  78. %defattr(-,root,root,-)
  79. %{_libdir}/pkgconfig/*
  80. %changelog
  81. * Sun Apr 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.20.4-1
  82. - initial build for Vine Linux
  83. * Fri Sep 10 2010 Parag Nemade <paragn AT fedoraproject.org> 1.20.3-2
  84. - Merge-review cleanup (#226006)
  85. * Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.3-1
  86. - Update to 1.20.3
  87. * Wed Apr 7 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.2-2
  88. - Spec file cleanups
  89. * Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 1.20.2-1
  90. - Update to 1.20.2
  91. * Mon Aug 3 2009 Matthias Clasen <mclasen@redhat.com> - 1.20.1-4
  92. - Drop unneeded direct deps
  93. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.1-3
  94. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  95. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.1-2
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  97. * Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.1-1
  98. - Update to 1.20.1
  99. * Fri Feb 8 2008 Matthias Clasen <mclasen@redhat.com> - 1.20.0-2
  100. - Rebuild for gcc 4.3
  101. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 1.20.0-1
  102. - Update to 1.20.0
  103. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.19.5-2
  104. - Rebuild for selinux ppc32 issue.
  105. * Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 1.19.5-2
  106. - Update license field
  107. * Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1.19.5-1
  108. - Update to 1.19.5
  109. * Sat Jul 7 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.0-3
  110. - Fix directory ownership issues
  111. * Thu Mar 15 2007 Karsten Hopp <karsten@redhat.com> 1.18.0-2
  112. - rebuild with current gtk2 to add png support (#232013)
  113. * Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1.18.0-1
  114. - Update to 1.18.0
  115. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.2.1
  116. - rebuild
  117. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.2
  118. - bump again for double-long bug on ppc(64)
  119. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.1
  120. - rebuilt for new gcc4.1 snapshot and glibc changes
  121. * Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com>
  122. - Update to 1.1.3
  123. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  124. - rebuilt
  125. * Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 1.1.2-1
  126. - Update to 1.1.2
  127. * Wed Mar 30 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-4
  128. - Split off a -devel package. (#152499)
  129. * Sun Mar 6 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-3
  130. - Add a BuildRequires for gnome-panel-devel (#137544)
  131. - Include the .pc file (#119742)
  132. * Wed Mar 2 2005 Matthias Clasen <mclasen@redhat.com> 1.1.0-2
  133. - Rebuild with gcc4
  134. * Thu Aug 5 2004 Mark McLoughlin <markmc@redhat.com> 1.1.0-1
  135. - Update to 1.1.0
  136. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  137. - rebuilt
  138. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  139. - rebuilt
  140. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  141. - rebuilt
  142. * Wed Jul 30 2003 Havoc Pennington <hp@redhat.com> 1.0.2-2
  143. - rebuild
  144. * Wed Jul 9 2003 Havoc Pennington <hp@redhat.com> 1.0.2-1
  145. - 1.0.2
  146. - no longer need to fix location of gtk modules
  147. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  148. - rebuilt
  149. * Tue Feb 11 2003 Havoc Pennington <hp@redhat.com> 1.0.0-6
  150. - rebuild with new at-spi
  151. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  152. - rebuilt
  153. * Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.0.0-4
  154. - remove unpackaged files from the buildroot
  155. * Mon Jun 24 2002 Matt Wilson <msw@redhat.com>
  156. - modules go in gtk-2.0/modules, not gtk-2.0
  157. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  158. - automated rebuild
  159. * Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
  160. - initial package