Ignore:
Timestamp:
May 5, 2019, 8:17:35 PM (6 years ago)
Author:
tellie
Message:

spec: tinyxml2: Release version 7.0.1-2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/tinyxml2.spec

    r1629 r1630  
    11Name:           tinyxml2
    22Version:        7.0.1
    3 Release:        1%{?dist}
     3Release:        2%{?dist}
    44Summary:        Simple, small and efficient C++ XML parser
    55
     
    3434for writing applications with the %{name} library.
    3535
     36%debug_package
     37
    3638%prep
    3739#%autosetup
     
    6365make install DESTDIR=%{buildroot}
    6466cp D:/rpmbuild/Build/tinyxml2-7.0.1/objdir/*.dll %{buildroot}%{_libdir}
    65 rm %{buildroot}%{_bindir}/tinyxml7.dll
     67#rm %{buildroot}%{_bindir}/tinyxml7.dll
    6668
    6769#%ldconfig_scriptlets
     
    7173%doc readme.md
    7274%{_libdir}/tinyxml7.dll
     75%exclude %{_bindir}/tinyxml7.dll
    7376
    7477%files devel
     
    8083
    8184%changelog
     85* Sun May 05 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-2
     86- Add debug package
     87
    8288* Sat May 04 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-1
    8389- Updated to latest source
Note: See TracChangeset for help on using the changeset viewer.