Changeset 1148 for spec/trunk/SPECS/os2tk45.spec
- Timestamp:
- May 16, 2017, 7:22:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/os2tk45.spec
r649 r1148 2 2 Name: os2tk45 3 3 Version: 4.5.2 4 Release: 2%{?dist}4 Release: 3%{?dist} 5 5 Group: System Environment/Libraries 6 6 License: IBM … … 19 19 20 20 # Act like a meta-package and install all essential subpackages 21 Requires: %{name}-headers = %{version} 22 Requires: %{name}-libs = %{version} 23 Requires: %{name}-books = %{version} 21 Requires: %{name}-headers = %{version}-%{release} 22 Requires: %{name}-libs = %{version}-%{release} 23 Requires: %{name}-books = %{version}-%{release} 24 24 25 25 %description … … 87 87 # remove LIBC stuff, will go to a separate subpackage one day 88 88 rm %{buildroot}%{_libdir}/libc*.lib 89 # remove cryptol.lib, it will go to a separate subpackage one day 90 rm %{buildroot}%{_libdir}/crypto.lib 89 91 90 92 mkdir -p %{buildroot}%{_datadir}/os2/book … … 150 152 151 153 %changelog 154 * Thu Feb 4 2016 Dmitriy Kuminov <coding@dmik.org> 4.5.2-3 155 - Remove crypto.lib from libs package (conflicts with openssl-devel). 156 152 157 * Wed Jan 27 2016 Dmitriy Kuminov <coding@dmik.org> 4.5.2-2 153 158 - Add libs package.
Note:
See TracChangeset
for help on using the changeset viewer.