Changeset 74 for spec/trunk/SPECS
- Timestamp:
- Nov 2, 2010, 4:02:58 PM (15 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/bzip2.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/bzip2.spec
r71 r74 3 3 Name: bzip2 4 4 Version: 1.0.6 5 Release: 15 Release: 2 6 6 License: BSD 7 7 Group: Applications/File … … 48 48 %build 49 49 50 make -f Makefile-libbz2_so CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \ 51 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -fpic -fPIC" \ 52 LDFLAGS="-g -Zbin-files -Zhigh-mem -Zdll -Zomf -Zargs-wild -Zargs-resp" \ 53 %{?_smp_mflags} dll 54 50 55 make CC="%{__cc}" AR="%{__ar}" RANLIB="%{__ranlib}" \ 51 56 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \ 52 LDFLAGS="- Zbin-files -Zhigh-mem -Zomf -Zexe-Zargs-wild -Zargs-resp" \57 LDFLAGS="-g -Zbin-files -Zhigh-mem -Zomf -Zargs-wild -Zargs-resp" \ 53 58 %{?_smp_mflags} all 54 59 … … 71 76 ln -s bzdiff $RPM_BUILD_ROOT%{_bindir}/bzcmp 72 77 ln -s bzmore $RPM_BUILD_ROOT%{_bindir}/bzless 73 #ln -s libbz2.so.%{library_version} $RPM_BUILD_ROOT/%{_lib}/libbz2.so.1 78 cp bz2.dll $RPM_BUILD_ROOT/%{_libdir} 74 79 #ln -s ../../%{_lib}/libbz2.so.1 $RPM_BUILD_ROOT/%{_libdir}/libbz2.so 75 80 ln -s bzip2.1 $RPM_BUILD_ROOT%{_mandir}/man1/bzip2recover.1 … … 96 101 %defattr(-,root,root,-) 97 102 %doc LICENSE 98 #/%{_lib}/*so.* 103 %{_libdir}/*.dll 99 104 100 105 %files devel … … 102 107 %doc manual.html manual.pdf 103 108 %{_includedir}/* 104 /%{_libdir}/*.a109 %{_libdir}/*.a 105 110 106 111 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.
