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