Changeset 71 for spec/trunk/SPECS


Ignore:
Timestamp:
Oct 30, 2010, 3:46:18 PM (15 years ago)
Author:
Yuri Dario
Message:

spec: update bzip2 1.0.6 build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/bzip2.spec

    r17 r71  
    1 %define library_version 1.0.5
    21
    32Summary: A file compression utility
    43Name: bzip2
    5 Version: 1.0.5
     4Version: 1.0.6
    65Release: 1
    76License: BSD
     
    98URL: http://www.bzip.org/
    109Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
    11 Patch0: bzip2-1.0.5-setmode.diff
     10Patch0: bzip2-os2.diff
    1211BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1312
     
    4544# -T Disable the automatic unpacking of the archives.
    4645%setup
    47 %patch0 -p1 -b .setmode~
     46%patch0 -p1 -b .os2~
    4847
    4948%build
     
    5150make CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \
    5251        CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \
     52        LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zexe -Zargs-wild -Zargs-resp" \
    5353        %{?_smp_mflags} all
    5454
Note: See TracChangeset for help on using the changeset viewer.