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
13
gc.spec
13
gc.spec
@ -1,17 +1,16 @@
|
||||
# $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
|
||||
# For kde-redhat
|
||||
#Release: 0.2%{?dist_tag}.kde
|
||||
Group: System Environment/Libraries
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
||||
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.4.tar.gz
|
||||
Source: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.4.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
Patch1: gc6.4-opendl.patch
|
||||
@ -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.
|
||||
|
||||
@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
install -p -D -m644 doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
|
||||
install -p -D -m644 doc/gc.man $RPM_BUILD_ROOT%{_mandir}/man3/gc.3
|
||||
|
||||
## Unpackaged files
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/gc
|
||||
@ -63,7 +62,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user