automatic version update by autodist [release 1.19-1mamba;Sat Sep 17 2022]
This commit is contained in:
parent
a688eb6982
commit
d7fd7590cf
24
libpopt.spec
24
libpopt.spec
@ -1,6 +1,6 @@
|
||||
Name: libpopt
|
||||
Epoch: 1
|
||||
Version: 1.18
|
||||
Version: 1.19
|
||||
Release: 1mamba
|
||||
Summary: A command line option parsing library with some enhancements compared to getopt
|
||||
Group: System/Libraries
|
||||
@ -13,9 +13,8 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: popt
|
||||
Provides: popt
|
||||
Obsoletes: popt < 1:1.19
|
||||
|
||||
%description
|
||||
A command line option parsing library with some enhancements compared to getopt.
|
||||
@ -24,12 +23,12 @@ A command line option parsing library with some enhancements compared to getopt.
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: popt-devel
|
||||
Provides: popt-devel
|
||||
Obsoletes: popt-devel < 1:1.19
|
||||
|
||||
%description devel
|
||||
A command line option parsing library with some enhancements compared to getopt.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -55,20 +54,23 @@ sed -i "s|/lib/pkgconfig|/%_lib/pkgconfig|" Makefile.in
|
||||
|
||||
%files -f popt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_mandir}/man3/popt.3.gz
|
||||
%doc CHANGES COPYING README
|
||||
%{_libdir}/libpopt.so.*
|
||||
%{_mandir}/man3/popt.3*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libpopt.a
|
||||
%{_libdir}/libpopt.so
|
||||
%{_libdir}/pkgconfig/popt.pc
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Sat Sep 17 2022 Automatic Build System <autodist@mambasoft.it> 1.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18-1mamba
|
||||
- update to 1.18
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user