/[packages]/cauldron/tidyp/current/SPECS/tidyp.spec
ViewVC logotype

Diff of /cauldron/tidyp/current/SPECS/tidyp.spec

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

revision 1242825 by ovitters, Thu Aug 24 01:11:06 2017 UTC revision 1242826 by wally, Mon Jul 9 17:04:07 2018 UTC
# Line 6  Line 6 
6  Summary:        Program for tidying up messy HTML  Summary:        Program for tidying up messy HTML
7  Name:           tidyp  Name:           tidyp
8  Version:        1.04  Version:        1.04
9  Release:        %mkrel 9  Release:        %mkrel 10
10  Group:          Text tools  Group:          Text tools
11  License:        W3C License  License:        W3C License
12  URL:            http://tidyp.com/  URL:            http://tidyp.com/
# Line 49  applications which will use %{name}. Line 49  applications which will use %{name}.
49  %setup -q  %setup -q
50  %autopatch -p1  %autopatch -p1
51    
52    # make autoreconf happy
53    sed -i -e 's,AM_INIT_AUTOMAKE.*,AM_INIT_AUTOMAKE(\[foreign subdir-objects\]),' configure.ac
54    
55  %build  %build
56    # fix build on aarch64
57    autoreconf -vfi
58    
59  %configure2_5x \  %configure2_5x \
60          --disable-static          --disable-static
61  %make  %make_build
62    
63  %install  %install
64  %makeinstall_std  %make_install
65    
66  # don't ship .la  # don't ship .la
67  find %{buildroot} -name "*.la" -delete  find %{buildroot} -name "*.la" -delete

Legend:
Removed from v.1242825  
changed lines
  Added in v.1242826

  ViewVC Help
Powered by ViewVC 1.1.30