gc-7.2b
This commit is contained in:
parent
846809b23e
commit
2b3d2f309a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
/gc-7.2alpha4.tar.gz
|
||||
/gc-7.2alpha6.tar.gz
|
||||
/gc-7.2.tar.gz
|
||||
/gc-7.2b.tar.gz
|
||||
|
8
gc.spec
8
gc.spec
@ -1,7 +1,8 @@
|
||||
|
||||
Summary: A garbage collector for C and C++
|
||||
Name: gc
|
||||
Version: 7.2
|
||||
%global base_ver 7.2
|
||||
Version: 7.2b
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -50,7 +51,7 @@ that involves minimum overhead across a variety of architectures.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n gc-%{version}%{?pre}
|
||||
%setup -q -n gc-%{base_ver}%{?pre}
|
||||
|
||||
# refresh auto*/libtool to purge rpaths
|
||||
rm -f libtool libtool.m4
|
||||
@ -139,6 +140,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 30 2012 Rex Dieter <rdieter@fedoraproject.org> 7.2b-1
|
||||
- gc-7.2b
|
||||
|
||||
* Mon May 14 2012 Rex Dieter <rdieter@fedoraproject.org>
|
||||
- 7.2-1
|
||||
- gc-7.2 (final)
|
||||
|
Loading…
Reference in New Issue
Block a user