Changeset 1630 for spec/trunk/SPECS/tinyxml2.spec
- Timestamp:
- May 5, 2019, 8:17:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/tinyxml2.spec
r1629 r1630 1 1 Name: tinyxml2 2 2 Version: 7.0.1 3 Release: 1%{?dist}3 Release: 2%{?dist} 4 4 Summary: Simple, small and efficient C++ XML parser 5 5 … … 34 34 for writing applications with the %{name} library. 35 35 36 %debug_package 37 36 38 %prep 37 39 #%autosetup … … 63 65 make install DESTDIR=%{buildroot} 64 66 cp D:/rpmbuild/Build/tinyxml2-7.0.1/objdir/*.dll %{buildroot}%{_libdir} 65 rm %{buildroot}%{_bindir}/tinyxml7.dll67 #rm %{buildroot}%{_bindir}/tinyxml7.dll 66 68 67 69 #%ldconfig_scriptlets … … 71 73 %doc readme.md 72 74 %{_libdir}/tinyxml7.dll 75 %exclude %{_bindir}/tinyxml7.dll 73 76 74 77 %files devel … … 80 83 81 84 %changelog 85 * Sun May 05 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-2 86 - Add debug package 87 82 88 * Sat May 04 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-1 83 89 - Updated to latest source
Note:
See TracChangeset
for help on using the changeset viewer.