augeas-vl.spec 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. Name: augeas
  2. Version: 1.12.0
  3. Release: 4%{?_dist_release}
  4. Summary: A library for changing configuration files
  5. Group: system
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: LGPLv2+
  9. URL: http://augeas.net/
  10. Source0: http://download.augeas.net/augeas-%{version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  12. BuildRequires: readline-devel libxml2-devel
  13. Requires: %{name}-libs = %{version}-%{release}
  14. %description
  15. A library for programmatically editing configuration files. Augeas parses
  16. configuration files into a tree structure, which it exposes through its
  17. public API. Changes made through the API are written back to the initially
  18. read files.
  19. The transformation works very hard to preserve comments and formatting
  20. details. It is controlled by ``lens'' definitions that describe the file
  21. format and the transformation into a tree.
  22. %package devel
  23. Summary: Development files for %{name}
  24. Group: programming
  25. Requires: %{name}-libs = %{version}-%{release}
  26. Requires: pkgconfig
  27. %description devel
  28. The %{name}-devel package contains libraries and header files for
  29. developing applications that use %{name}.
  30. %package libs
  31. Summary: Libraries for %{name}
  32. Group: system
  33. %description libs
  34. The libraries for %{name}.
  35. Augeas is a library for programmatically editing configuration files. It parses
  36. configuration files into a tree structure, which it exposes through its
  37. public API. Changes made through the API are written back to the initially
  38. read files.
  39. %package vim
  40. Summary: The macro an syntax files of Augeas for vim.
  41. Group: programming
  42. Requires: %{name} = %{version}-%{release}
  43. Requires: vim-common
  44. %description vim
  45. This package contains macro an syntax files of Augeas for vim.
  46. %debug_package
  47. %prep
  48. %setup -q
  49. %build
  50. %configure --disable-static
  51. make %{?_smp_mflags}
  52. %check
  53. # Disable test-preserve.sh SELinux testing. This fails when run under mock due
  54. # to differing SELinux labelling.
  55. export SKIP_TEST_PRESERVE_SELINUX=1
  56. make %{?_smp_mflags} check || {
  57. echo '===== tests/test-suite.log ====='
  58. cat tests/test-suite.log
  59. exit 1
  60. }
  61. %install
  62. rm -rf $RPM_BUILD_ROOT
  63. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
  64. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  65. # The tests/ subdirectory contains lenses used only for testing, and
  66. # so it shouldn't be packaged.
  67. rm -r $RPM_BUILD_ROOT%{_datadir}/augeas/lenses/dist/tests
  68. %clean
  69. rm -rf $RPM_BUILD_ROOT
  70. %files
  71. %defattr(-,root,root,-)
  72. %{_bindir}/augmatch
  73. %{_bindir}/augtool
  74. %{_bindir}/augparse
  75. %{_bindir}/fadot
  76. %doc %{_mandir}/man1/*
  77. %files libs
  78. %defattr(-,root,root,-)
  79. # %{_datadir}/augeas and %{_datadir}/augeas/lenses are owned
  80. # by filesystem.
  81. %{_datadir}/augeas/lenses/dist
  82. %{_libdir}/*.so.*
  83. %doc AUTHORS HACKING* INSTALL NEWS README*
  84. %license COPYING
  85. %files devel
  86. %defattr(-,root,root,-)
  87. %{_includedir}/*
  88. %{_libdir}/*.so
  89. %{_libdir}/pkgconfig/augeas.pc
  90. %files vim
  91. %defattr(-,root,root,-)
  92. %{_datadir}/vim/vimfiles/syntax/augeas.vim
  93. %{_datadir}/vim/vimfiles/ftdetect/augeas.vim
  94. %changelog
  95. * Thu Sep 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-4
  96. - rebuilt with current environment.
  97. - dropped ldconfig scriptlets.
  98. * Sat Feb 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-3
  99. - rebuilt with current environment.
  100. * Wed Mar 25 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-2
  101. - rebuilt with current environment.
  102. * Tue Sep 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.12.0-1
  103. - new upstream release.
  104. * Mon Nov 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.11.0-1
  105. - new upstream release.
  106. * Wed Jan 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.9.0-1
  107. - new upstream release.
  108. * Sun Jul 17 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.5.0-1
  109. - new upstream release.
  110. * Thu Nov 5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.4.0-3
  111. - initial build for Vine Linux.
  112. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
  113. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  114. * Tue Jun 02 2015 Dominic Cleal <dcleal@redhat.com> - 1.4.0-1
  115. - Update to 1.4.0
  116. * Sat Nov 08 2014 Dominic Cleal <dcleal@redhat.com> - 1.3.0-1
  117. - Update to 1.3.0; remove all patches
  118. * Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
  119. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  120. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-3
  121. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  122. * Mon Mar 31 2014 Dominic Cleal <dcleal@redhat.com> - 1.2.0-2
  123. - Add patch for Krb5, parse braces in values (RHBZ#1079444)
  124. * Wed Feb 12 2014 Dominic Cleal <dcleal@redhat.com> - 1.2.0-1
  125. - Update to 1.2.0, add check section
  126. - Update source URL to download.augeas.net (RHBZ#996032)
  127. * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
  128. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  129. * Wed Jun 19 2013 David Lutterkort <lutter@redhat.com> - 1.1.0-1
  130. - Update to 1.1.0; remove all patches
  131. * Tue Jun 18 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-4
  132. - Fix /etc/sysconfig/network (RHBZ#904222).
  133. * Wed Jun 5 2013 Richard W.M. Jones <rjones@redhat.com> - 1.0.0-3
  134. - Don't package lenses in tests/ subdirectory.
  135. * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
  136. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  137. * Fri Jan 4 2013 David Lutterkort <lutter@redhat.com> - 1.0.0-1
  138. - New version; remove all patches
  139. * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.0-4
  140. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  141. * Tue Jan 10 2012 David Lutterkort <lutter@redhat.com> - 0.10.0-3
  142. - Add patches for bugs 247 and 248 (JSON lens)
  143. * Sat Dec 3 2011 Richard W.M. Jones <rjones@redhat.com> - 0.10.0-2
  144. - Add patch to resolve missing libxml2 requirement in augeas.pc.
  145. * Fri Dec 2 2011 David Lutterkort <lutter@redhat.com> - 0.10.0-1
  146. - New version
  147. * Mon Jul 25 2011 David Lutterkort <lutter@redhat.com> - 0.9.0-1
  148. - New version; removed patch pathx-whitespace-ea010d8
  149. * Tue May 3 2011 David Lutterkort <lutter@redhat.com> - 0.8.1-2
  150. - Add patch pathx-whitespace-ea010d8.patch to fix BZ 700608
  151. * Fri Apr 15 2011 David Lutterkort <lutter@redhat.com> - 0.8.1-1
  152. - New version
  153. * Wed Feb 23 2011 David Lutterkort <lutter@redhat.com> - 0.8.0-1
  154. - New version
  155. * Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
  156. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  157. * Mon Nov 22 2010 Matthew Booth <mbooth@redhat.com> - 0.7.4-1
  158. - Update to version 0.7.4
  159. * Thu Nov 18 2010 Richard W.M. Jones <rjones@redhat.com> - 0.7.3-2
  160. - Upstream patch proposed to fix GCC optimization bug (RHBZ#651992).
  161. * Fri Aug 6 2010 David Lutterkort <lutter@redhat.com> - 0.7.3-1
  162. - Remove upstream patches
  163. * Tue Jun 29 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-2
  164. - Patches based on upstream fix for BZ 600141
  165. * Tue Jun 22 2010 David Lutterkort <lutter@redhat.com> - 0.7.2-1
  166. - Fix ownership of /usr/share/augeas. BZ 569393
  167. * Wed Apr 21 2010 David Lutterkort <lutter@redhat.com> - 0.7.1-1
  168. - New version
  169. * Thu Jan 14 2010 David Lutterkort <lutter@redhat.com> - 0.7.0-1
  170. - Remove patch vim-ftdetect-syntax.patch. It's upstream
  171. * Tue Dec 15 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-2
  172. - Fix ftdetect file for vim
  173. * Mon Nov 30 2009 David Lutterkort <lutter@redhat.com> - 0.6.0-1
  174. - Install vim syntax files
  175. * Mon Sep 14 2009 David Lutterkort <lutter@redhat.com> - 0.5.3-1
  176. - Remove separate xorg.aug, included in upstream source
  177. * Tue Aug 25 2009 Matthew Booth <mbooth@redhat.com> - 0.5.2-3
  178. - Include new xorg lens from upstream
  179. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
  180. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  181. * Mon Jul 13 2009 David Lutterkort <lutter@redhat.com> - 0.5.2-1
  182. - New version
  183. * Fri Jun 5 2009 David Lutterkort <lutter@redhat.com> - 0.5.1-1
  184. - Install fadot
  185. * Fri Mar 27 2009 David Lutterkort <lutter@redhat.com> - 0.5.0-2
  186. - fadot isn't being installed just yet
  187. * Tue Mar 24 2009 David Lutterkort <lutter@redhat.com> - 0.5.0-1
  188. - New program /usr/bin/fadot
  189. * Mon Mar 9 2009 David Lutterkort <lutter@redhat.com> - 0.4.2-1
  190. - New version
  191. * Fri Feb 27 2009 David Lutterkort <lutter@redhat.com> - 0.4.1-1
  192. - New version
  193. * Fri Feb 6 2009 David Lutterkort <lutter@redhat.com> - 0.4.0-1
  194. - New version
  195. * Mon Jan 26 2009 David Lutterkort <lutter@redhat.com> - 0.3.6-1
  196. - New version
  197. * Tue Dec 23 2008 David Lutterkort <lutter@redhat.com> - 0.3.5-1
  198. - New version
  199. * Mon Feb 25 2008 David Lutterkort <dlutter@redhat.com> - 0.0.4-1
  200. - Initial specfile