Changeset 1582 for spec/trunk/SPECS/LibRaw.spec
- Timestamp:
- Jan 31, 2019, 5:59:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/LibRaw.spec
r1581 r1582 2 2 Name: LibRaw 3 3 Version: 0.19.2 4 Release: 4%{?dist}4 Release: 5%{?dist} 5 5 License: BSD and (CDDL or LGPLv2) 6 6 URL: http://www.libraw.org … … 92 92 93 93 %files 94 %defattr(-,root,root) 94 95 %doc Changelog.txt 95 96 %license LICENSE.CDDL LICENSE.LGPL COPYRIGHT … … 97 98 98 99 %files static 100 %defattr(-,root,root) 99 101 %{_libdir}/raw_r.a 100 102 %{_libdir}/raw.a … … 102 104 103 105 %files devel 106 %defattr(-,root,root) 104 107 %doc manual 105 108 %doc samples 106 109 %{_includedir}/libraw/ 107 %{_libdir}/raw*.dll108 110 %{_libdir}/raw*_dll.a 109 111 %{_libdir}/pkgconfig/libraw.pc … … 112 114 113 115 %files samples 116 %defattr(-,root,root) 114 117 %{_bindir}/* 115 118 116 119 %changelog 120 * Thu Jan 31 2019 Elbert Pol <elbert.pol@gmail.com> - 0.19.2-5 121 - Remove dll's from the devel package. 122 117 123 * Wed Jan 30 2019 Elbert Pol <elbert.pol@gmail.com> - 0.19.2-4 118 124 - Add the raw_*.a files to devel package.
Note:
See TracChangeset
for help on using the changeset viewer.