- add COPYING and other things to doc

- correct the licence field
This commit is contained in:
Tomáš Mráz 2010-01-28 15:27:19 +00:00
parent 84df64259b
commit 59658ba9bd

View File

@ -7,8 +7,8 @@
Summary: An utility for setting or changing passwords using PAM
Name: passwd
Version: 0.77
Release: 1%{?dist}
License: BSD
Release: 2%{?dist}
License: BSD or GPLv2+
Group: System Environment/Base
URL: http://fedorahosted.org/passwd
Source: https://fedorahosted.org/releases/p/a/%{name}/%{name}-%{version}.tar.bz2
@ -58,12 +58,17 @@ install -m 644 passwd.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/passwd
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%doc COPYING AUTHORS ChangeLog
%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/pam.d/passwd
%attr(4755,root,root) %{_bindir}/passwd
%{_mandir}/man1/passwd.1*
%changelog
* Thu Jan 28 2010 Tomas Mraz <tmraz@redhat.com> 0.77-2
- add COPYING and other things to doc
- correct the licence field
* Mon Sep 14 2009 Tomas Mraz <tmraz@redhat.com> 0.77-1
- updated translations
- improved manual page