Changeset 71 for spec/trunk/SPECS
- Timestamp:
- Oct 30, 2010, 3:46:18 PM (15 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/bzip2.spec (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bzip2.spec
r17 r71 1 %define library_version 1.0.52 1 3 2 Summary: A file compression utility 4 3 Name: bzip2 5 Version: 1.0. 54 Version: 1.0.6 6 5 Release: 1 7 6 License: BSD … … 9 8 URL: http://www.bzip.org/ 10 9 Source: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz 11 Patch0: bzip2- 1.0.5-setmode.diff10 Patch0: bzip2-os2.diff 12 11 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 13 12 … … 45 44 # -T Disable the automatic unpacking of the archives. 46 45 %setup 47 %patch0 -p1 -b . setmode~46 %patch0 -p1 -b .os2~ 48 47 49 48 %build … … 51 50 make CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \ 52 51 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \ 52 LDFLAGS="-Zbin-files -Zhigh-mem -Zomf -Zexe -Zargs-wild -Zargs-resp" \ 53 53 %{?_smp_mflags} all 54 54
Note:
See TracChangeset
for help on using the changeset viewer.
