Changeset 650 for spec/trunk/SPECS
- Timestamp:
- Jan 27, 2016, 10:13:42 PM (10 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/libkai.spec (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libkai.spec
r576 r650 1 1 # The default OS/2 Toolkit path, use --define to override on the command line 2 %if %{undefined os2_toolkit_path}3 %define os2_toolkit_path D:/Tools/OS2TK454 %endif5 6 2 Summary: K Audio Interface library for OS/2 multimedia subsystem 7 3 Name: libkai 8 Version: 1. 1.44 Version: 1.2.0 9 5 Release: 1%{?dist} 10 6 License: LGPLv2+ 11 7 Group: System Environment/Libraries 8 Vendor: bww bitwise works GmbH 9 URL: https://github.com/komh/kai 12 10 13 11 %define github_name kai … … 18 16 19 17 BuildRequires: gcc make curl zip 18 19 BuildRequires: os2tk45-headers os2tk45-libs 20 20 21 21 %description … … 28 28 Summary: K Audio Interface developer package 29 29 Group: Development/Libraries 30 Requires: libkai= %{version}-%{release}30 Requires: %{name} = %{version}-%{release} 31 31 32 32 %description devel … … 37 37 Summary: K Audio Interface static library 38 38 Group: Development/Libraries 39 Requires: libkai-devel = %{version}-%{release}39 Requires: %{name}-devel = %{version}-%{release} 40 40 41 41 %description static 42 42 Contains headers the static K Audio Interface library. 43 43 44 %package debug 45 Summary: HLL debug data for libkai 46 Requires: libkai = %{version}-%{release} 47 48 %description debug 49 Contains symbol files necessary to generate proper crash reports 50 in applications using the libkai package. 44 %debug_package 51 45 52 46 %prep … … 61 55 62 56 %build 63 make PREFIX=%{_prefix} CC="gcc -idirafter %{ os2_toolkit_path}/h-DOS2EMX_PLAIN_CHAR"57 make PREFIX=%{_prefix} CC="gcc -idirafter %{_includedir}/os2tk45 -DOS2EMX_PLAIN_CHAR" 64 58 65 59 %install 66 60 make PREFIX=%{_prefix} INSTALL=%{_bindir}/install DESTDIR=%{buildroot} install 67 # No need in .a once we have .lib68 rm -f %{buildroot}/%{_libdir}/*.a69 61 70 62 %clean … … 78 70 %defattr(-,root,root) 79 71 %{_includedir}/*.h 80 %{_libdir}/*_dll. lib72 %{_libdir}/*_dll.* 81 73 82 74 %files static 83 75 %defattr(-,root,root) 84 %exclude %{_libdir}/*_dll.lib 85 %{_libdir}/*.lib 86 87 %files debug 88 %defattr(-,root,root) 89 %{_libdir}/*.dbg 76 %exclude %{_libdir}/*_dll.* 77 %{_libdir}/*.* 90 78 91 79 %changelog 80 * Thu Jan 28 2016 Dmitriy Kuminov <coding@dmik.org> 1.2.0-1 81 - Update to version 1.2.0 from vendor: 82 + uniaud: Fix device selection by index. 83 + uniaud: Improve volume control. 84 - Add .a libraries (for use with ld, e.g. in non-Zomf mode). 85 92 86 * Wed Jul 1 2015 Dmitriy Kuminov <coding@dmik.org> 1.1.4-1 93 87 - Initial package for version 1.1.4.
Note:
See TracChangeset
for help on using the changeset viewer.
