/[smecontribs]/rpms/pugixml/contribs10/pugixml.spec
ViewVC logotype

Diff of /rpms/pugixml/contribs10/pugixml.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by jpp, Sat Nov 20 21:27:43 2021 UTC Revision 1.2 by jpp, Sat Nov 20 21:39:26 2021 UTC
# Line 10  URL:            http://pugixml.org Line 10  URL:            http://pugixml.org
10  Source0:        https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz  Source0:        https://github.com/zeux/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
11    
12  BuildRequires:  cmake gcc-c++  BuildRequires:  cmake gcc-c++
13    BuildRequires:  cmake3
14    BuildRequires:  devtoolset-9-gcc
15    BuildRequires:  devtoolset-9-gcc-c++
16    
17    
18  %description  %description
19  pugixml is a light-weight C++ XML processing library.  pugixml is a light-weight C++ XML processing library.
# Line 38  Documentation for %{name} Line 42  Documentation for %{name}
42    
43    
44  %prep  %prep
45    . /opt/rh/devtoolset-9/enable
46  %setup -q -n %{name}-%{version}%{?prerel:%{prerel}}  %setup -q -n %{name}-%{version}%{?prerel:%{prerel}}
47    
48    
49  %build  %build
50  %cmake  . /opt/rh/devtoolset-9/enable
51  %cmake_build  %cmake3
52    %cmake3_build
53    
54    
55  %install  %install
56  %cmake_install  . /opt/rh/devtoolset-9/enable
57    %cmake3_install
58    
59    
60  %ldconfig_scriptlets  %ldconfig_scriptlets


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed