Ignore:
Timestamp:
Dec 30, 2022, 11:52:47 AM (3 years ago)
Author:
tellie
Message:

spec: whois: Release version 5.5.15-1.

File:
1 edited

Legend:

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

    r1344 r1823  
    1 # Build without documentation per default if built as part of a module.
    2 %if 0%{?_module_build}
    3 %bcond_with documentation
    4 %else
    51%bcond_without documentation
    6 %endif
    72
    83Summary: A portable x86 assembler which uses Intel-like syntax
    94Name: nasm
    10 Version: 2.13.03
     5Version: 2.14.02
    116Release: 1%{?dist}
    127License: BSD
    13 Group: Development/Languages
    148URL: http://www.nasm.us
    159Vendor: bww bitwise works GmbH
    1610%scm_source github https://github.com/bitwiseworks/%{name}-os2 %{version}-os2
    17 
    1811Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2
    1912
    2013BuildRequires: perl
    2114BuildRequires: autoconf
    22 #BuildRequires: asciidoc
    23 #BuildRequires: xmlto
     15BuildRequires: asciidoc
     16BuildRequires: xmlto
    2417BuildRequires: gcc
    2518BuildRequires: make
     
    4134%package rdoff
    4235Summary: Tools for the RDOFF binary format, sometimes used with NASM
    43 Group: Development/Tools
    4436
    4537%description
     
    6355%prep
    6456%scm_setup
     57
    6558tar xjf %{SOURCE1} --strip-components 1
    6659
     
    7972
    8073%install
    81 make INSTALLROOT=$RPM_BUILD_ROOT install install_rdf
    82 
    83 %clean
    84 rm -rf ${RPM_BUILD_ROOT}
    85 
     74%make_install install_rdf
    8675
    8776%files
     
    11099%{_mandir}/man1/ld*
    111100
     101%changelog
     102* Thu Apr 23 2020 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.14.02-1
     103- updated to vendor version 2.14.02
     104- synchronized with fedora spec
    112105
    113 %changelog
    114106* Wed Feb 21 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.13.03-1
    115107- updated to vendor version 2.13.03
Note: See TracChangeset for help on using the changeset viewer.