Mass letter "g" update (and some missed before), 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
c76af5d512
commit
cac383fea8
5
gc.spec
5
gc.spec
@ -1,8 +1,7 @@
|
||||
# $Id: gc.spec,v 1.6 2005/01/29 16:28:30 mschwendt Exp $
|
||||
# $Id: gc.spec,v 1.7 2005/03/03 21:26:02 thias Exp $
|
||||
|
||||
Summary: C++ Garbage Collector
|
||||
Name: gc
|
||||
Epoch: 0
|
||||
Version: 6.4
|
||||
# For Extras
|
||||
Release: 2
|
||||
@ -24,7 +23,7 @@ collecting replacement for C malloc or C++ new.
|
||||
%package devel
|
||||
Summary: Libraries and header files for gc development
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%description devel
|
||||
Libraries and header files for gc development.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user