Mass letter "o" and "p" 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
87ee4f5598
commit
0364da63d5
@ -1,10 +1,9 @@
|
||||
# $Id: openslp.spec,v 1.4 2004/12/10 22:03:07 mschwendt Exp $
|
||||
# $Id: openslp.spec,v 1.5 2005/03/03 23:53:13 thias Exp $
|
||||
|
||||
%define pie 1
|
||||
|
||||
Summary: OpenSLP implementation of Service Location Protocol V2
|
||||
Summary: Open implementation of Service Location Protocol V2
|
||||
Name: openslp
|
||||
Epoch: 0
|
||||
Version: 1.2.0
|
||||
Release: 4%{?dist_tag}
|
||||
Group: System Environment/Libraries
|
||||
@ -34,14 +33,14 @@ by RFC 2608 and RFC 2614.
|
||||
%package devel
|
||||
Summary: OpenSLP headers and libraries
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
OpenSLP header files and libraries.
|
||||
|
||||
%package server
|
||||
Summary: OpenSLP server daemon
|
||||
Group: System Environment/Daemons
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires(preun): chkconfig /sbin/service
|
||||
Requires(post): chkconfig
|
||||
Requires(postun): /sbin/service
|
||||
|
Loading…
Reference in New Issue
Block a user