substitute version information in the header (#788517)

This commit is contained in:
Dan Horák 2012-02-08 13:10:12 +01:00
parent 76a5550b0d
commit c79a1125a2

View File

@ -1,7 +1,7 @@
Name: jemalloc Name: jemalloc
Version: 2.2.5 Version: 2.2.5
Release: 2%{?dist} Release: 3%{?dist}
Summary: General-purpose scalable concurrent malloc implementation Summary: General-purpose scalable concurrent malloc implementation
Group: System Environment/Libraries Group: System Environment/Libraries
@ -36,8 +36,6 @@ developing applications that use %{name}.
%patch1 -p1 -b .s390 %patch1 -p1 -b .s390
%build %build
# This is truncated during build. Seems interesting to save.
mv VERSION version
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
@ -45,7 +43,6 @@ make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
mv version VERSION
# Install this with doc macro instead # Install this with doc macro instead
rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html rm %{buildroot}%{_datadir}/doc/%{name}/jemalloc.html
@ -74,6 +71,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Wed Feb 08 2012 Dan Horák <dan[at]danny.cz> - 2.2.5-3
- substitute version information in the header (#788517)
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild