Mass letter "l" update, one or more apply :

- Drop epoch: 0
- Remove %{epoch} requirements in sub-packages
- Remove trailing white spaces
- Keep consistent between spaces and tabs
This commit is contained in:
Matthias Saou 2005-03-03 22:41:32 +00:00
parent a6a6572fa9
commit 02058de774

View File

@ -1,7 +1,5 @@
Summary: X.509 library Summary: X.509 library
Name: libksba Name: libksba
Epoch: 0
Version: 0.9.9 Version: 0.9.9
Release: 1%{?dist_tag} Release: 1%{?dist_tag}
License: GPL License: GPL
@ -22,7 +20,7 @@ CMS protocols.
%package devel %package devel
Summary: Development headers and libraries for %{name} Summary: Development headers and libraries for %{name}
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info Requires(preun): /sbin/install-info
%description devel %description devel
@ -38,7 +36,7 @@ Development headers and libraries for %{name}.
%configure %configure
# not smp safe # not smp safe
make make
make check make check
@ -67,7 +65,7 @@ if [ $1 -eq 0 ]; then
fi fi
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION %doc AUTHORS ChangeLog COPYING NEWS README* THANKS TODO VERSION
%{_libdir}/*.so.* %{_libdir}/*.so.*