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
33
gc.spec
33
gc.spec
@ -1,30 +1,29 @@
|
|||||||
# $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
|
Summary: C++ Garbage Collector
|
||||||
Name: gc
|
Name: gc
|
||||||
Epoch: 0
|
|
||||||
Version: 6.4
|
Version: 6.4
|
||||||
# For Extras
|
# For Extras
|
||||||
Release: 2
|
Release: 2
|
||||||
# For kde-redhat
|
# For kde-redhat
|
||||||
#Release: 0.2%{?dist_tag}.kde
|
#Release: 0.2%{?dist_tag}.kde
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
||||||
Patch1: gc6.4-opendl.patch
|
Patch1: gc6.4-opendl.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
|
The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage
|
||||||
collecting replacement for C malloc or C++ new.
|
collecting replacement for C malloc or C++ new.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries and header files for gc development
|
Summary: Libraries and header files for gc development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{epoch}:%{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%description devel
|
%description devel
|
||||||
Libraries and header files for gc development.
|
Libraries and header files for gc development.
|
||||||
|
|
||||||
@ -55,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make install DESTDIR=$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
|
## Unpackaged files
|
||||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/gc
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/gc
|
||||||
@ -63,14 +62,14 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
|||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/README doc/README.changes doc/README.contributors
|
%doc doc/README doc/README.changes doc/README.contributors
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
@ -114,16 +113,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- OK, put manpage in man3.
|
- OK, put manpage in man3.
|
||||||
|
|
||||||
* Thu Oct 02 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.2
|
* Thu Oct 02 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.2
|
||||||
- drop manpage pending feedback from developer.
|
- drop manpage pending feedback from developer.
|
||||||
|
|
||||||
* Tue Sep 30 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.1
|
* Tue Sep 30 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.1
|
||||||
- fix manpage location
|
- fix manpage location
|
||||||
- remove .la file (it appears unnecessary after all, thanks to opendl patch)
|
- remove .la file (it appears unnecessary after all, thanks to opendl patch)
|
||||||
- remove cvs tag from description
|
- remove cvs tag from description
|
||||||
- touchup -devel desc/summary.
|
- touchup -devel desc/summary.
|
||||||
- macro update to support Fedora Core
|
- macro update to support Fedora Core
|
||||||
|
|
||||||
* Thu Sep 11 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.0
|
* Thu Sep 11 2003 Rex Dieter <rexdieter at sf.net> 0:6.2-0.fdr.0
|
||||||
- 6.2 release.
|
- 6.2 release.
|
||||||
- update license (BSD)
|
- update license (BSD)
|
||||||
- Consider building with: --enable-parallel-mark
|
- Consider building with: --enable-parallel-mark
|
||||||
|
Loading…
Reference in New Issue
Block a user