pkgconfig-vl.spec 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. Summary: A tool for determining compilation options.
  3. Summary(ja): コンパイルオプションを決定するためのツール
  4. Name: pkgconfig
  5. Version: 0.25
  6. Release: 2%{?_dist_release}
  7. Epoch: 1
  8. Group: Development/Tools
  9. License: GPLv2
  10. Source: http://pkgconfig.freedesktop.org/releases/pkg-config-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: glib2-devel
  13. BuildRequires: popt-devel
  14. %description
  15. The pkgconfig tool determines compilation options. For each required
  16. library, it reads the configuration file and outputs the necessary
  17. compiler and linker flags.
  18. %description -l ja
  19. pkgconfigは、コンパイルオプションを決定するツールです。それぞれ必
  20. 要なライブラリ向けにその設定ファイルを読み込み、必要なコンパイラ
  21. フラグとリンカフラグを出力します。
  22. ## to build compat32 for x86_64 architecture support
  23. %package -n compat32-%{name}
  24. Summary: A tool for determining compilation options.
  25. Summary(ja): コンパイルオプションを決定するためのツール
  26. Group: Development/Tools
  27. %description -n compat32-%{name}
  28. The pkgconfig tool determines compilation options. For each required
  29. library, it reads the configuration file and outputs the necessary
  30. compiler and linker flags.
  31. %prep
  32. %setup -q -n pkg-config-%{version}
  33. %build
  34. %configure \
  35. --with-installed-glib \
  36. --with-installed-popt
  37. make
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. %makeinstall
  41. mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
  42. mkdir -p $RPM_BUILD_ROOT%{_datadir}/pkgconfig
  43. #strip $RPM_BUILD_ROOT%{_bindir}/*
  44. rm -rf $RPM_BUILD_ROOT%{_docdir}/pkg-config
  45. %if %{build_compat32}
  46. %__cp -a %{buildroot}%{_bindir}/pkg-config %{buildroot}%{_bindir}/pkg-config-32
  47. %endif
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %files
  51. %defattr(-,root,root)
  52. %doc AUTHORS COPYING ChangeLog NEWS README pkg-config-guide.html
  53. %{_bindir}/pkg-config
  54. %dir %{_libdir}/pkgconfig
  55. %dir %{_datadir}/pkgconfig
  56. %{_datadir}/aclocal/*.m4
  57. %{_mandir}/*/*
  58. %if %{build_compat32}
  59. %files -n compat32-%{name}
  60. %defattr(-,root,root)
  61. %{_bindir}/pkg-config-32
  62. %dir %{_libdir}/pkgconfig
  63. %endif
  64. %changelog
  65. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1:0.25-2
  66. - rebuilt with rpm-4.8.1-3
  67. * Thu Sep 16 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.25-1
  68. - new upstream release
  69. - added BR: glib2-devel, popt-devel to build with installed libraries
  70. * Mon Jul 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.23-5
  71. - rebuild to fix the package built with broken environment.
  72. * Sun Jul 05 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1:0.23-4
  73. - corrected to copy pkg-config to pkg-config-32 for %%if %%{build_compat32} case
  74. * Sun Jul 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.23-3
  75. - removed %%if !%%{build_compat32} case condition
  76. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.23-2
  77. - spec in utf-8
  78. * Fri May 16 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.23-1
  79. - applied new versioning policy
  80. * Wed Mar 5 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.23-0vl1
  81. - new upstream release
  82. * Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.22-0vl1
  83. - new upstream release
  84. * Fri Aug 25 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1:0.20-0vl3
  85. - fix compat32 package
  86. - rename %%{_bindir}/pkg-config to %%{_bindir}/pkg-config-32
  87. - add %%{_bindir}/pkg-config-32
  88. - not srtip at %%install, it should be done by %__install_spec_post
  89. * Tue Feb 28 2006 Shu KONNO <owa@bg.wakwak.com>
  90. - added compat32-* packages for x86_64 architecture support
  91. * Wed Nov 16 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.20-0vl1
  92. - new upstream release
  93. * Wed Aug 17 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.19-0vl1
  94. - new upstream release
  95. * Sun Apr 24 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1:0.17.2-0vl1
  96. - new upstream release
  97. - added Japanese description (from vinedocs.sourceforge.jp)
  98. * Thu Jun 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1:0.15.0-0vl2
  99. - add Epoch: 1 to be able to upgrade from VinePlus package.
  100. * Thu Jan 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.15.0-0vl1
  101. - new upstream release
  102. * Thu Dec 12 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.14.0-1vl1
  103. - rebuild for Vine Linux
  104. * Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
  105. - 0.14
  106. * Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
  107. - use libdir, so we do move .pc files to /usr/lib64
  108. * Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
  109. - use prefix/lib not libdir, so we don't move .pc files to /usr/lib64
  110. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  111. - automated rebuild
  112. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  113. - automated rebuild
  114. * Thu Mar 7 2002 Havoc Pennington <hp@redhat.com>
  115. - 0.12.0
  116. * Thu Feb 7 2002 Havoc Pennington <hp@redhat.com>
  117. - 0.11.0
  118. * Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
  119. - backbuild in gnomehide
  120. * Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
  121. - 0.10.0
  122. * Sun Feb 3 2002 Havoc Pennington <hp@redhat.com>
  123. - 0.9.0
  124. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  125. - automated rebuild
  126. * Wed Jun 13 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  127. - call libtoolize to make porting to new archs easier
  128. * Thu Jun 07 2001 Havoc Pennington <hp@redhat.com>
  129. - put pkg.m4 in file list
  130. * Wed Jun 06 2001 Havoc Pennington <hp@redhat.com>
  131. - Upgrade to 0.7
  132. - add man page
  133. * Wed Jan 03 2001 Havoc Pennington <hp@redhat.com>
  134. - Upgrade to 0.5
  135. * Thu Dec 14 2000 Bill Nottingham <notting@redhat.com>
  136. - rebuild because of broken fileutils
  137. * Wed Oct 04 2000 Owen Taylor <otaylor@redhat.com>
  138. - Initial package