- update license: tag
- include license file
This commit is contained in:
parent
3ed30517cc
commit
35b9346058
@ -5,7 +5,7 @@
|
|||||||
Summary: A password-checking library
|
Summary: A password-checking library
|
||||||
Name: cracklib
|
Name: cracklib
|
||||||
Version: 2.8.15
|
Version: 2.8.15
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
|
||||||
|
|
||||||
@ -48,7 +48,7 @@ Patch1: cracklib-2.8.15-inttypes.patch
|
|||||||
Patch2: cracklib-2.8.12-gettext.patch
|
Patch2: cracklib-2.8.12-gettext.patch
|
||||||
Patch3: cracklib-2.8.15-init.patch
|
Patch3: cracklib-2.8.15-init.patch
|
||||||
URL: http://sourceforge.net/projects/cracklib/
|
URL: http://sourceforge.net/projects/cracklib/
|
||||||
License: GPLv2
|
License: LGPLv2+
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
|
BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
|
||||||
# This one's for gettext's sake.
|
# This one's for gettext's sake.
|
||||||
@ -201,7 +201,7 @@ EOF
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README README-WORDS NEWS README-LICENSE AUTHORS
|
%doc README README-WORDS NEWS README-LICENSE AUTHORS COPYING.LIB
|
||||||
%{_libdir}/libcrack.so.*
|
%{_libdir}/libcrack.so.*
|
||||||
%dir %{_datadir}/cracklib
|
%dir %{_datadir}/cracklib
|
||||||
%{_datadir}/cracklib/cracklib.magic
|
%{_datadir}/cracklib/cracklib.magic
|
||||||
@ -227,6 +227,10 @@ EOF
|
|||||||
%{_libdir}/../lib/python*/site-packages/*.py*
|
%{_libdir}/../lib/python*/site-packages/*.py*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 21 2010 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-2
|
||||||
|
- update license: tag
|
||||||
|
- include license file
|
||||||
|
|
||||||
* Tue Dec 1 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-1
|
* Tue Dec 1 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.15-1
|
||||||
- update to 2.8.15
|
- update to 2.8.15
|
||||||
- update cracklib-words to the current version (2008-05-07)
|
- update cracklib-words to the current version (2008-05-07)
|
||||||
|
Loading…
Reference in New Issue
Block a user