Changeset 1695 for spec/trunk/SPECS/tinyxml2.spec
- Timestamp:
- Apr 7, 2020, 8:01:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/tinyxml2.spec
r1630 r1695 1 1 Name: tinyxml2 2 Version: 7. 0.13 Release: 2%{?dist}2 Version: 7.1.0 3 Release: 1%{?dist} 4 4 Summary: Simple, small and efficient C++ XML parser 5 5 … … 7 7 URL: https://github.com/leethomason/tinyxml2 8 8 #Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz 9 %scm_source git file://e:/gcc/tinyxml2 tinyxml2-master 10 9 %scm_source github https://github.com/TeLLie/tinyxml2.git master 11 10 BuildRequires: cmake >= 2.6 12 11 BuildRequires: gcc … … 44 43 mkdir objdir 45 44 cd objdir 46 %cmake .. 45 46 sh c:/usr/bin/conf.txt 47 47 make %{?_smp_mflags} 48 48 … … 64 64 cd objdir 65 65 make install DESTDIR=%{buildroot} 66 cp D:/rpmbuild/Build/tinyxml2-7. 0.1/objdir/*.dll %{buildroot}%{_libdir}66 cp D:/rpmbuild/Build/tinyxml2-7.1.0/objdir/*.dll %{buildroot}%{_libdir} 67 67 #rm %{buildroot}%{_bindir}/tinyxml7.dll 68 68 … … 83 83 84 84 %changelog 85 * Tue Dec 17 2019 Elbert Pol <elbert.pol@gmail.com> - 7.1.0-1 86 - Update to latest source 87 85 88 * Sun May 05 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-2 86 89 - Add debug package
Note:
See TracChangeset
for help on using the changeset viewer.