From 27c957b31002dbf23f0ca4324f312f5e231761640f671d12d15c6bdfa1963f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Wed, 23 Sep 2020 14:26:29 +0000 Subject: [PATCH] Accepting request 836235 from home:jengelh:branches:Base:System - Update homepage URL. - Drop old rpm constructs. OBS-URL: https://build.opensuse.org/request/show/836235 OBS-URL: https://build.opensuse.org/package/show/Base:System/popt?expand=0&rev=56 --- popt.changes | 6 ++++++ popt.spec | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/popt.changes b/popt.changes index 866b848..0e5974a 100644 --- a/popt.changes +++ b/popt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 24 00:12:29 UTC 2020 - Jan Engelhardt + +- Update homepage URL. +- Drop old rpm constructs. + ------------------------------------------------------------------- Fri Jun 26 15:22:02 UTC 2020 - Callum Farmer diff --git a/popt.spec b/popt.spec index 25f69d1..42cdb31 100644 --- a/popt.spec +++ b/popt.spec @@ -23,15 +23,13 @@ Release: 0 Summary: A C library for parsing command line parameters License: MIT Group: Development/Libraries/C and C++ -URL: http://www.rpm.org/ +URL: https://github.com/rpm-software-management/popt -#CVS-Clone: -d :pserver:anonymous@rpm5.org:/cvs co popt Source: http://ftp.rpm.org/popt/releases/popt-1.x/popt-%{version}.tar.gz Source2: baselibs.conf Patch: popt-libc-updates.patch BuildRequires: libtool BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Popt is a C library for parsing command line parameters. Popt was @@ -80,7 +78,6 @@ autoreconf -fiv %make_install rm %{buildroot}%{_libdir}/libpopt.la - %find_lang %{name} %post -n libpopt0 -p /sbin/ldconfig @@ -88,13 +85,11 @@ rm %{buildroot}%{_libdir}/libpopt.la %postun -n libpopt0 -p /sbin/ldconfig %files -n libpopt0 -f %{name}.lang -%defattr(-,root,root) %license COPYING %doc CHANGES %{_libdir}/libpopt.so.* %files devel -%defattr(-,root,root) %doc README %{_libdir}/libpopt.so %{_includedir}/popt.h