From d7fd7590cf217f940db25ec83fbcfa80fe36277c Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:26:03 +0100 Subject: [PATCH] automatic version update by autodist [release 1.19-1mamba;Sat Sep 17 2022] --- libpopt.spec | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/libpopt.spec b/libpopt.spec index e736cfe..9f2829d 100644 --- a/libpopt.spec +++ b/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 1.19-1mamba +- automatic version update by autodist + * Sun Sep 06 2020 Silvan Calarco 1.18-1mamba - update to 1.18