SHA256
3
0
forked from pool/popt

Accepting request 836355 from Base:System

- Update homepage URL.
- Drop old rpm constructs. (forwarded request 836235 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/836355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/popt?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2020-10-08 11:05:19 +00:00 committed by Git OBS Bridge
commit 90983ec650
2 changed files with 7 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 24 00:12:29 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update homepage URL.
- Drop old rpm constructs.
-------------------------------------------------------------------
Fri Jun 26 15:22:02 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -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