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
|
||||
Version: 1.13.0
|
||||
Version: 1.14.0
|
||||
Release: 1mamba
|
||||
Summary: A command line tool that focuses on the most basic problem in handling Linux configurations programmatically
|
||||
Group: System/Management
|
||||
@ -13,12 +13,10 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libreadline-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
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)
|
||||
%{_bindir}/augmatch
|
||||
%{_bindir}/augparse
|
||||
%{_bindir}/augprint
|
||||
%{_bindir}/augtool
|
||||
%{_bindir}/fadot
|
||||
%{_datadir}/vim/vimfiles/ftdetect/augeas.vim
|
||||
%{_datadir}/vim/vimfiles/syntax/augeas.vim
|
||||
%{_datadir}/bash-completion/completions/aug*
|
||||
%{_mandir}/man1/augmatch.1*
|
||||
%{_mandir}/man1/augparse.1*
|
||||
%{_mandir}/man1/augprint.1*
|
||||
%{_mandir}/man1/augtool.1*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
@ -94,15 +95,16 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_includedir}/augeas.h
|
||||
%{_includedir}/fa.h
|
||||
%{_libdir}/libaugeas.a
|
||||
%{_libdir}/libaugeas.la
|
||||
%{_libdir}/libaugeas.so
|
||||
%{_libdir}/libfa.a
|
||||
%{_libdir}/libfa.la
|
||||
%{_libdir}/libfa.so
|
||||
%{_libdir}/pkgconfig/augeas.pc
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%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
|
||||
- update to 1.13.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user