automatic version update by autodist [release 1.14.0-1mamba;Sat Dec 10 2022]
This commit is contained in:
parent
36f8a94261
commit
6060822e58
12
augeas.spec
12
augeas.spec
@ -1,5 +1,5 @@
|
|||||||
Name: augeas
|
Name: augeas
|
||||||
Version: 1.13.0
|
Version: 1.14.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A command line tool that focuses on the most basic problem in handling Linux configurations programmatically
|
Summary: A command line tool that focuses on the most basic problem in handling Linux configurations programmatically
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -13,12 +13,10 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblzma-devel
|
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
@ -69,12 +67,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/augmatch
|
%{_bindir}/augmatch
|
||||||
%{_bindir}/augparse
|
%{_bindir}/augparse
|
||||||
|
%{_bindir}/augprint
|
||||||
%{_bindir}/augtool
|
%{_bindir}/augtool
|
||||||
%{_bindir}/fadot
|
%{_bindir}/fadot
|
||||||
%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
|
%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
|
||||||
%{_datadir}/vim/vimfiles/syntax/augeas.vim
|
%{_datadir}/vim/vimfiles/syntax/augeas.vim
|
||||||
|
%{_datadir}/bash-completion/completions/aug*
|
||||||
%{_mandir}/man1/augmatch.1*
|
%{_mandir}/man1/augmatch.1*
|
||||||
%{_mandir}/man1/augparse.1*
|
%{_mandir}/man1/augparse.1*
|
||||||
|
%{_mandir}/man1/augprint.1*
|
||||||
%{_mandir}/man1/augtool.1*
|
%{_mandir}/man1/augtool.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
@ -94,15 +95,16 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/augeas.h
|
%{_includedir}/augeas.h
|
||||||
%{_includedir}/fa.h
|
%{_includedir}/fa.h
|
||||||
%{_libdir}/libaugeas.a
|
%{_libdir}/libaugeas.a
|
||||||
%{_libdir}/libaugeas.la
|
|
||||||
%{_libdir}/libaugeas.so
|
%{_libdir}/libaugeas.so
|
||||||
%{_libdir}/libfa.a
|
%{_libdir}/libfa.a
|
||||||
%{_libdir}/libfa.la
|
|
||||||
%{_libdir}/libfa.so
|
%{_libdir}/libfa.so
|
||||||
%{_libdir}/pkgconfig/augeas.pc
|
%{_libdir}/pkgconfig/augeas.pc
|
||||||
#%doc ChangeLog NEWS README
|
#%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 10 2022 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-1mamba
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-1mamba
|
||||||
- update to 1.13.0
|
- update to 1.13.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user