Ignore:
Timestamp:
Apr 7, 2020, 8:01:09 PM (5 years ago)
Author:
tellie
Message:

spec: fribidi: Release version 0.19.5-1

File:
1 edited

Legend:

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

    r1630 r1695  
    11Name:           tinyxml2
    2 Version:        7.0.1
    3 Release:        2%{?dist}
     2Version:        7.1.0
     3Release:        1%{?dist}
    44Summary:        Simple, small and efficient C++ XML parser
    55
     
    77URL:            https://github.com/leethomason/tinyxml2
    88#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
    1110BuildRequires:  cmake >= 2.6
    1211BuildRequires:  gcc
     
    4443mkdir objdir
    4544cd objdir
    46 %cmake ..
     45
     46sh c:/usr/bin/conf.txt
    4747make %{?_smp_mflags}
    4848
     
    6464cd objdir
    6565make install DESTDIR=%{buildroot}
    66 cp D:/rpmbuild/Build/tinyxml2-7.0.1/objdir/*.dll %{buildroot}%{_libdir}
     66cp D:/rpmbuild/Build/tinyxml2-7.1.0/objdir/*.dll %{buildroot}%{_libdir}
    6767#rm %{buildroot}%{_bindir}/tinyxml7.dll
    6868
     
    8383
    8484%changelog
     85* Tue Dec 17 2019 Elbert Pol <elbert.pol@gmail.com> - 7.1.0-1
     86- Update to latest source
     87
    8588* Sun May 05 2019 Elbert Pol <elbert.pol@gmail.com> - 7.0.1-2
    8689- Add debug package
Note: See TracChangeset for help on using the changeset viewer.