gdl-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. Version: 3.4.1
  2. Release: 1%{?_dist_release}
  3. Name: gdl
  4. Summary: Gnome Docking library
  5. License: LGPL
  6. Group: Development/Libraries
  7. Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/3.4/%{name}-%{version}.tar.xz
  8. BuildRoot: /var/tmp/%{name}-%{version}-root
  9. URL: http://www.gnome.org/
  10. Summary(ja): GNOMEドッキングライブラリ
  11. Requires: gtk3 >= 3.0.0
  12. #Requires: libgnomeui >= 2.6.0
  13. Requires: libxml2 >= 2.2.8
  14. #Requires: libglade2 >= 2.0.0
  15. BuildRequires: gtk3-devel >= 3.0.0
  16. BuildRequires: libxml2-devel >= 2.2.8
  17. BuildRequires: gobject-introspection-devel
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: yasumichi
  21. %description
  22. Provides docking features for gtk+. Currently used by anjuta and lumiera.
  23. %description -l ja
  24. GTK+にドッキング機能を提供します。現在はAnjutaとLumieraで使用されています。
  25. %package devel
  26. Summary: Libraries and include files for gdl.
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}
  29. %description devel
  30. Libraries and header files if you want to make use of the gdl library in your
  31. own programs.
  32. %description devel -l ja
  33. プログラムをgdlを使用して構築するのに必要なライブラリとヘッダファイルです。
  34. %prep
  35. %setup -q
  36. %build
  37. %ifarch x86_64
  38. %configure
  39. %else
  40. ./configure --prefix=%{_prefix} \
  41. --bindir=%{_bindir} --mandir=%{_mandir} \
  42. --localstatedir=%{_localstatedir} --libdir=%{_libdir} \
  43. --datadir=%{_datadir} --includedir=%{_includedir} \
  44. --sysconfdir=%{_sysconfdir}
  45. %endif
  46. CFLAGS="$RPM_OPT_FLAGS" make
  47. %install
  48. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  49. %makeinstall
  50. rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
  51. %clean
  52. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  53. %post
  54. /sbin/ldconfig
  55. %postun
  56. /sbin/ldconfig
  57. %files
  58. %doc AUTHORS COPYING ChangeLog NEWS README
  59. %defattr (-, root, root)
  60. %{_libdir}/lib*.so.*
  61. %{_libdir}/girepository-1.0/*.typelib
  62. %{_datadir}/locale/*/LC_MESSAGES/*
  63. %{_datadir}/gtk-doc/html/gdl-3.0
  64. %files devel
  65. %defattr (-, root, root)
  66. %{_prefix}/include/libgdl-3.0
  67. %{_libdir}/lib*.so
  68. %{_libdir}/pkgconfig/*
  69. %{_datadir}/gir-1.0/*.gir
  70. %changelog
  71. * Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  72. - new upstream release
  73. * Wed Oct 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  74. - new upstream release
  75. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  76. - new upstream release
  77. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  78. - new upstream release
  79. - change BuildRequires: gtk3-devel instead of gtk2-devel
  80. - add BuildRequires: gobject-introspection-devel
  81. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  82. - new upstream release.
  83. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
  84. - rebuild with rpm-4.8.1 for pkg-config file
  85. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  86. - new upstream release.
  87. * Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.28.2-1
  88. - new upstream release.
  89. * Mon Nov 02 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.1-1
  90. - new upstream release.
  91. - fixed BR.
  92. - update summary, description and license.
  93. - add Vendor, Distribution and Packager.
  94. * Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.27.3-1
  95. - update from upstream.
  96. - remove libglade from Requires and BuildRequires.
  97. * Thu Jul 30 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1
  98. - update from upstream.
  99. * Wed Apr 29 2009 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.26.0-1vl5
  100. - update from upstream.
  101. * Tue May 13 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-2vl5
  102. - use macro for Release
  103. * Sat May 10 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.11-1vl5
  104. - update from upstream.
  105. * Thu May 08 2008 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.7.7-1vl5
  106. - apply new virsioning policy.
  107. - remove *.la
  108. * Sat Jan 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.7.7-0vl1
  109. - fixed %%{_prefix}/lib to %%{_libdir} in %%files section
  110. * Sat Mar 31 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  111. - update from upstream.
  112. * Thu Feb 22 2007 Yasumichi Akahoshi <yasumichi@vinelinux.org>
  113. - packaging for VineSeed.
  114. * Tue Aug 10 2004 Pierre Sarrazin <http://sarrazip.com/>
  115. - Update for version 0.4.0
  116. * Tue Oct 24 2002 Jean Schurger <jschurger@schurger.org
  117. - Update for gnome 2 version
  118. * Wed Aug 8 2001 Jens Finke <jens@gnome.org>
  119. - created spec file