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
This commit is contained in:
parent
65681cb03d
commit
27c957b310
@ -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>
|
Fri Jun 26 15:22:02 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -23,15 +23,13 @@ Release: 0
|
|||||||
Summary: A C library for parsing command line parameters
|
Summary: A C library for parsing command line parameters
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source: http://ftp.rpm.org/popt/releases/popt-1.x/popt-%{version}.tar.gz
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Patch: popt-libc-updates.patch
|
Patch: popt-libc-updates.patch
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Popt is a C library for parsing command line parameters. Popt was
|
Popt is a C library for parsing command line parameters. Popt was
|
||||||
@ -80,7 +78,6 @@ autoreconf -fiv
|
|||||||
%make_install
|
%make_install
|
||||||
rm %{buildroot}%{_libdir}/libpopt.la
|
rm %{buildroot}%{_libdir}/libpopt.la
|
||||||
|
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post -n libpopt0 -p /sbin/ldconfig
|
%post -n libpopt0 -p /sbin/ldconfig
|
||||||
@ -88,13 +85,11 @@ rm %{buildroot}%{_libdir}/libpopt.la
|
|||||||
%postun -n libpopt0 -p /sbin/ldconfig
|
%postun -n libpopt0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libpopt0 -f %{name}.lang
|
%files -n libpopt0 -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc CHANGES
|
%doc CHANGES
|
||||||
%{_libdir}/libpopt.so.*
|
%{_libdir}/libpopt.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc README
|
%doc README
|
||||||
%{_libdir}/libpopt.so
|
%{_libdir}/libpopt.so
|
||||||
%{_includedir}/popt.h
|
%{_includedir}/popt.h
|
||||||
|
Loading…
Reference in New Issue
Block a user