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
|
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.*
|
||||||
|
Loading…
Reference in New Issue
Block a user