|
|
|
@ -23,6 +23,9 @@
|
|
|
|
|
## SUCH DAMAGE. |
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
%define V_long 1.0.2 |
|
|
|
|
%define V_short 102 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: bzip2 |
|
|
|
|
Summary: De-/Compression with BZIP2 Algorithm |
|
|
|
@ -32,11 +35,11 @@ Packager: The OpenPKG Project
|
|
|
|
|
Distribution: OpenPKG [REL] |
|
|
|
|
Group: Compression |
|
|
|
|
License: GPL |
|
|
|
|
Version: 1.0.1 |
|
|
|
|
Release: 20011201 |
|
|
|
|
Version: %{V_long} |
|
|
|
|
Release: 20020128 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://sourceware.cygnus.com/pub/bzip2/v100/bzip2-%{version}.tar.gz |
|
|
|
|
Source0: ftp://sources.redhat.com/pub/bzip2/v%{V_short}/bzip2-%{V_long}.tar.gz |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
|