- fix license tag (#226416)

- get rid of tabs in spec file (#226416)
- convert HOWTO to UTF8 (#226416)
This commit is contained in:
Peter Vrabec 2009-01-19 13:48:19 +00:00
parent 8e69e8df38
commit 333b6be1e7

View file

@ -5,7 +5,7 @@
Summary: Utilities for managing accounts and shadow password files Summary: Utilities for managing accounts and shadow password files
Name: shadow-utils Name: shadow-utils
Version: 4.1.2 Version: 4.1.2
Release: 10%{?dist} Release: 11%{?dist}
Epoch: 2 Epoch: 2
URL: http://pkg-shadow.alioth.debian.org/ URL: http://pkg-shadow.alioth.debian.org/
Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2 Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
@ -22,7 +22,7 @@ Patch6: shadow-4.1.1-selinuxUserMappings.patch
Patch7: shadow-4.1.2-checkName.patch Patch7: shadow-4.1.2-checkName.patch
Patch8: shadow-4.1.2-gmNoGroup.patch Patch8: shadow-4.1.2-gmNoGroup.patch
License: BSD License: BSD and GPLv2+
Group: System Environment/Base Group: System Environment/Base
BuildRequires: autoconf, automake, libtool, gettext-devel BuildRequires: autoconf, automake, libtool, gettext-devel
BuildRequires: libselinux-devel >= 1.25.2-1 BuildRequires: libselinux-devel >= 1.25.2-1
@ -56,6 +56,8 @@ are used for managing group accounts.
%patch7 -p1 -b .checkName %patch7 -p1 -b .checkName
%patch8 -p1 -b .gmNoGroup %patch8 -p1 -b .gmNoGroup
iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8
cp -f doc/HOWTO.utf8 doc/HOWTO
rm po/*.gmo rm po/*.gmo
rm po/stamp-po rm po/stamp-po
@ -67,15 +69,15 @@ autoconf
%build %build
%configure \ %configure \
--enable-shadowgrp \ --enable-shadowgrp \
--with-audit \ --with-audit \
--with-sha-crypt \ --with-sha-crypt \
%if %{WITH_SELINUX} %if %{WITH_SELINUX}
--with-selinux \ --with-selinux \
%endif %endif
--without-libcrack \ --without-libcrack \
--without-libpam \ --without-libpam \
--disable-shared --disable-shared
make make
%install %install
@ -90,7 +92,7 @@ ln -s useradd $RPM_BUILD_ROOT%{_sbindir}/adduser
#ln -s %{_mandir}/man8/useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8 #ln -s %{_mandir}/man8/useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8
ln -s useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8 ln -s useradd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/adduser.8
for subdir in $RPM_BUILD_ROOT/%{_mandir}/{??,??_??,??_??.*}/man* ; do for subdir in $RPM_BUILD_ROOT/%{_mandir}/{??,??_??,??_??.*}/man* ; do
test -d $subdir && test -e $subdir/useradd.8 && echo ".so man8/useradd.8" > $subdir/adduser.8 test -d $subdir && test -e $subdir/useradd.8 && echo ".so man8/useradd.8" > $subdir/adduser.8
done done
# Remove binaries we don't use. # Remove binaries we don't use.
@ -154,8 +156,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root) %defattr(-,root,root)
%doc NEWS doc/HOWTO README %doc NEWS doc/HOWTO README
%dir %{_sysconfdir}/default %dir %{_sysconfdir}/default
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/login.defs %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/login.defs
%attr(0600,root,root) %config(noreplace) %{_sysconfdir}/default/useradd %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/default/useradd
%{_bindir}/sg %{_bindir}/sg
%{_bindir}/chage %{_bindir}/chage
%{_bindir}/faillog %{_bindir}/faillog
@ -163,8 +165,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/lastlog %{_bindir}/lastlog
%{_bindir}/newgrp %{_bindir}/newgrp
%{_sbindir}/adduser %{_sbindir}/adduser
%attr(0750,root,root) %{_sbindir}/user* %attr(0750,root,root) %{_sbindir}/user*
%attr(0750,root,root) %{_sbindir}/group* %attr(0750,root,root) %{_sbindir}/group*
%{_sbindir}/grpck %{_sbindir}/grpck
%{_sbindir}/pwck %{_sbindir}/pwck
%{_sbindir}/*conv %{_sbindir}/*conv
@ -195,6 +197,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/vigr.8* %{_mandir}/man8/vigr.8*
%changelog %changelog
* Mon Jan 19 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-11
- fix license tag (#226416)
- get rid of tabs in spec file (#226416)
- convert HOWTO to UTF8 (#226416)
* Mon Jan 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-10 * Mon Jan 05 2009 Peter Vrabec <pvrabec@redhat.com> 2:4.1.2-10
- Add policycoreutils as Requires, because of restorecon (#478494) - Add policycoreutils as Requires, because of restorecon (#478494)