diff options
author | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-09-03 12:45:22 +0000 |
---|---|---|
committer | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-09-03 12:45:22 +0000 |
commit | 1ea198a2cf19a0e84605891a8cc77f7f349d7526 (patch) | |
tree | 65fdb0c9caaf70784f6e501a7ae5596f58a4e6a0 | |
parent | 546484479e5d50dfa36bd02679d31c9dec5aea7c (diff) | |
download | portableumem-1ea198a2cf19a0e84605891a8cc77f7f349d7526.tar.gz |
Bugfix: 'rpm' target uses bzip2; so should the spec file
git-svn-id: https://labs.omniti.com/portableumem/trunk@23 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | umem.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umem.spec.in b/umem.spec.in index 3e42d3b..5e3046c 100644 --- a/umem.spec.in +++ b/umem.spec.in @@ -6,7 +6,7 @@ Summary: Port of Solaris's slab allocator. Group: System Environment/Libraries License: CDDL URL: http://sourceforge.net/projects/umem/ -Source0: %{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf >= 2.50 |