2024-01-06 05:28:10 +01:00
|
|
|
Name: libpwquality
|
2024-01-06 05:28:10 +01:00
|
|
|
Version: 1.3.0
|
2024-01-06 05:28:10 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A library for password quality checking and generation of random passwords
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://fedorahosted.org/libpwquality/
|
|
|
|
Source: https://fedorahosted.org/releases/l/i/libpwquality/libpwquality-%{version}.tar.bz2
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libaudit-devel
|
|
|
|
BuildRequires: libcrack-devel
|
|
|
|
BuildRequires: libpython-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: pkg-config
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
libpwquality is a library for password quality checking and generation of random passwords that pass the checks.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
## note: you can add this requirement if .pc files are provided by this package
|
|
|
|
#Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/security/pwquality.conf
|
|
|
|
%{_bindir}/pwmake
|
|
|
|
%{_bindir}/pwscore
|
|
|
|
%{_libdir}/libpwquality.so.*
|
|
|
|
%{python_sitearch}/pwquality.so
|
2024-01-06 05:28:10 +01:00
|
|
|
%{python_sitearch}/pwquality-%{version}-py*.egg-info
|
2024-01-06 05:28:10 +01:00
|
|
|
%{_libdir}/security/pam_pwquality.a
|
|
|
|
%{_libdir}/security/pam_pwquality.la
|
|
|
|
%{_libdir}/security/pam_pwquality.so
|
2024-01-06 05:28:10 +01:00
|
|
|
%{_mandir}/man1/pwmake.1*
|
|
|
|
%{_mandir}/man1/pwscore.1*
|
|
|
|
%{_mandir}/man5/pwquality.conf.5*
|
|
|
|
%{_mandir}/man8/pam_pwquality.8*
|
2024-01-06 05:28:10 +01:00
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/pwquality.h
|
|
|
|
%{_libdir}/libpwquality.a
|
|
|
|
%{_libdir}/libpwquality.la
|
|
|
|
%{_libdir}/libpwquality.so
|
|
|
|
%{_libdir}/pkgconfig/pwquality.pc
|
2024-01-06 05:28:10 +01:00
|
|
|
%{_mandir}/man3/pwquality.3*
|
2024-01-06 05:28:10 +01:00
|
|
|
%doc ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 05:28:10 +01:00
|
|
|
* Wed Dec 23 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:28:10 +01:00
|
|
|
* Sat Sep 13 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 05:28:10 +01:00
|
|
|
* Sun Sep 15 2013 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 22 2013 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue May 21 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.1-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Mon Dec 31 2012 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 08 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- package created by autospec
|