/[packages]/updates/5/mdds/current/SPECS/mdds.spec
ViewVC logotype

Diff of /updates/5/mdds/current/SPECS/mdds.spec

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

revision 1188180 by neoclust, Tue Aug 22 00:31:55 2017 UTC revision 1188181 by luigiwalser, Sun Dec 31 00:24:18 2017 UTC
# Line 1  Line 1 
1  # header-only library  %global apiversion 1.0
 %global debug_package %{nil}  
 %global apiversion 1.2  
2    
3  Name:           mdds  Name:           mdds
4  Version:        1.2.2  Version:        1.1.0
5  Release:        %mkrel 1  Release:        %mkrel 1
6  Summary:        A collection of multi-dimensional data structures and indexing algorithms  Summary:        A collection of multi-dimensional data structures and indexing algorithms
7    
# Line 11  Group:         Development/C Line 9  Group:         Development/C
9  License:        MIT  License:        MIT
10  URL:            https://gitlab.com/mdds/mdds  URL:            https://gitlab.com/mdds/mdds
11  Source0:        http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2  Source0:        http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
12    Patch0:         0001-Resolves-tdf-90579-crash-on-undo-formula-to-value-on.patch
13  # Temporary for Cauldron:  # Temporary for Cauldron:
14  Obsoletes:      mdds0.6-devel mdds0.6  Obsoletes:      mdds0.6-devel mdds0.6
15  BuildRequires: boost-devel  BuildRequires: boost-devel
# Line 42  See README for a brief description of th Line 41  See README for a brief description of th
41    
42  %prep  %prep
43  %autosetup -p1  %autosetup -p1
44    # this is only used in tests
45    sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in
46    
47  %build  %build
48  %configure2_5x  %configure2_5x
# Line 57  rm -rf %{buildroot}%{_docdir}/%{name}-%{ Line 58  rm -rf %{buildroot}%{_docdir}/%{name}-%{
58  %{_includedir}/%{name}-%{apiversion}  %{_includedir}/%{name}-%{apiversion}
59  %{_datadir}/pkgconfig/%{name}-%{apiversion}.pc  %{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
60  %doc AUTHORS NEWS README.md  %doc AUTHORS NEWS README.md
61  %license LICENSE  %license COPYING

Legend:
Removed from v.1188180  
changed lines
  Added in v.1188181

  ViewVC Help
Powered by ViewVC 1.1.30