Changeset 661 for spec/trunk/SPECS
- Timestamp:
- Feb 18, 2016, 9:32:14 PM (10 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/zlib.spec (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/zlib.spec
r427 r661 2 2 Name: zlib 3 3 Version: 1.2.5 4 Release: 5%{?dist}4 Release: 6%{?dist} 5 5 License: BSD 6 6 Group: System Environment/Libraries … … 34 34 HLL debug data for exception handling support. 35 35 36 %debug_package 37 36 38 %prep 37 39 %setup -q … … 43 45 %build 44 46 # first build and test static zlib 45 export CONFIG_SHELL="/@unixroot/usr/bin/sh.exe"46 47 export TEST_LDFLAGS="-Zomf" 47 48 CFLAGS="%optflags" \ … … 66 67 rm -rf %buildroot 67 68 mkdir -p %buildroot%_libdir 69 mkdir -p %buildroot%_libdir/pkgconfig 68 70 mkdir -p %buildroot%_includedir 69 71 mkdir -p %buildroot%_mandir/man3 … … 72 74 cp -a libz_s.a %buildroot%_libdir/ 73 75 cp -a z.dll %buildroot%_libdir/ 76 cp -a zlib.pc %buildroot%_libdir/pkgconfig/ 74 77 75 78 install -p -m644 zlib.h zconf.h %buildroot%_includedir/ … … 86 89 %_libdir/z.dll 87 90 %dir %docdir 88 # %docdir/License91 #docdir/License 89 92 %docdir/README 90 93 … … 96 99 %dir %docdir 97 100 %docdir/*.c 98 #%docdir/*.bz2 99 100 %files debug 101 %defattr(-,root,root) 102 %{_libdir}/*.dbg 101 #docdir/*.bz2 102 %{_libdir}/pkgconfig/*.pc 103 103 104 104 %changelog 105 * Thu Feb 18 2016 yd <yd@os2power.com> 1.2.5-6 106 - added .pc file to distribution. 107 - use new debug macros. 108 105 109 * Mon Jun 02 2014 yd 106 110 - remove dll from devel package.
Note:
See TracChangeset
for help on using the changeset viewer.
