Accepting request 582832 from GNOME:Factory

spec-cleaner (forwarded request 581257 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpwquality?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2018-03-08 09:48:10 +00:00 committed by Git OBS Bridge
commit 62dd8b3b85
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 16:36:04 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
-------------------------------------------------------------------
Mon Jan 8 18:54:44 UTC 2018 - jengelh@inai.de

View File

@ -26,7 +26,7 @@ Release: 0
Summary: Library for password quality checking and generating random passwords
License: BSD-3-Clause OR GPL-2.0+
Group: Development/Libraries/C and C++
Url: https://github.com/libpwquality/libpwquality
URL: https://github.com/libpwquality/libpwquality
Source: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Patch0: libpwquality-pythons.patch
BuildRequires: autoconf
@ -149,7 +149,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%postun -n %{libname} -p /sbin/ldconfig
%files -n %{libname}
%doc AUTHORS COPYING NEWS README
%license COPYING
%doc AUTHORS NEWS README
%{_libdir}/libpwquality.so.*
%config(noreplace) %{_secconfdir}/pwquality.conf
%{_mandir}/man3/pwquality.3%{?ext_man}