libconfig-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. Name: libconfig
  2. Summary: C/C++ configuration file library
  3. Summary(ja): C/C++ 設定ファイルライブラリ
  4. Group: system
  5. Version: 1.7.3
  6. Release: 1%{?_dist_release}
  7. License: LGPLv2+
  8. URL: https://hyperrealm.github.io/libconfig/
  9. Source0: https://hyperrealm.github.io/libconfig/dist/libconfig-%{version}.tar.gz
  10. BuildRequires: texinfo
  11. BuildRequires: bison, flex
  12. %description
  13. Libconfig is a simple library for manipulating structured configuration
  14. files. This file format is more compact and more readable than XML. And
  15. unlike XML, it is type-aware, so it is not necessary to do string parsing
  16. in application code.
  17. %package devel
  18. Summary: Development files for libconfig
  19. Summary(ja): libconfig の開発ファイル
  20. Group: programming
  21. Requires: %{name} = %{version}-%{release}
  22. Requires: pkgconfig
  23. Requires: install-info
  24. %description devel
  25. Development libraries and headers for developing software against
  26. libconfig.
  27. %debug_package
  28. %prep
  29. %setup -q
  30. iconv -f iso-8859-1 -t utf-8 -o AUTHORS{.utf8,}
  31. mv AUTHORS{.utf8,}
  32. %build
  33. %configure --disable-static
  34. make %{?_smp_mflags}
  35. %install
  36. make DESTDIR=$RPM_BUILD_ROOT install
  37. rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
  38. rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
  39. %files
  40. %defattr(-,root,root,-)
  41. %license COPYING.LIB
  42. %doc AUTHORS ChangeLog README*
  43. %{_libdir}/libconfig*.so.*
  44. %files devel
  45. %defattr(-,root,root,-)
  46. %{_includedir}/libconfig*
  47. %{_libdir}/libconfig*.so
  48. %{_libdir}/pkgconfig/libconfig*.pc
  49. %dir %{_libdir}/cmake/libconfig
  50. %{_libdir}/cmake/libconfig
  51. %{_libdir}/cmake/libconfig++
  52. %{_infodir}/libconfig.info*
  53. %changelog
  54. * Thu Sep 23 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.7.3-1
  55. - new upstream release.
  56. - dropped scriptlets.
  57. * Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.9-2
  58. - rebuild with gcc-5.4.0
  59. * Mon Nov 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.9-1
  60. - initial build for Vine Linux
  61. * Mon Oct 1 2012 Tom Callaway <spot@fedoraproject.org> - 1.4.9-1
  62. - update to 1.4.9
  63. * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-3
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  65. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-2
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  67. * Fri Aug 12 2011 Tom Callaway <spot@fedoraproject.org> - 1.4.8-1
  68. - update to 1.4.8
  69. * Wed Mar 23 2011 Tom Callaway <spot@fedoraproject.org> - 1.4.7-1
  70. - update to 1.4.7
  71. * Tue Mar 1 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.4.6-1
  72. - Update to 1.4.6
  73. - Install libconfig_tests
  74. - Fix rpmlint warnings
  75. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.5-2
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  77. * Wed May 5 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.5-1
  78. - update to 1.4.5
  79. * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.2-1
  80. - update to 1.3.2
  81. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  83. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-3
  84. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  85. * Wed Dec 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.1-2
  86. - prevent multilib conflicts with the generated pdf
  87. * Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.3.1-1
  88. - update to 1.3.1
  89. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.1-2
  90. - Autorebuild for GCC 4.3
  91. * Tue Feb 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.1-1
  92. - bump to 1.2.1
  93. * Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-4
  94. - nuke %%{_infodir}/dir, we handle it in %%post
  95. * Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-3
  96. - move all docs to devel
  97. - move scriptlets around to match
  98. - move requires around to match
  99. * Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-2
  100. - BR: texinfo-tex (not Requires)
  101. * Fri Nov 30 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.2-1
  102. - Initial package for Fedora