Accepting request 581257 from GNOME:Next

spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581257
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpwquality?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2018-03-05 13:56:51 +00:00 committed by Git OBS Bridge
parent e755fe152b
commit 40a88b57dc
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}