Ignore:
Timestamp:
Jun 7, 2022, 11:59:11 PM (3 years ago)
Author:
tellie
Message:

spec: dos2unix: Release version 7.4.3-1.

File:
1 edited

Legend:

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

    r1722 r1812  
    11Summary: Text file format converters
    22Name: dos2unix
    3 Version: 7.4.2
    4 Release: 2%{?dist}
     3Version: 7.4.3
     4Release: 1%{?dist}
    55License: BSD
    6 URL: http://waterlan.home.xs4all.nl/dos2unix.html
     6URL: https://waterlan.home.xs4all.nl/dos2unix.html
    77%if !0%{?os2_version}
    8 Source: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
     8Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
    99%else
    10 %scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os2
     10%scm_source github https://github.com/TeLLie/%{name}-os2  %{version}-os2
    1111%endif
    1212
     
    1515# perl modules, required for tests
    1616BuildRequires: perl-Test-Harness perl-Test-Simple
     17BuildRequires: make
    1718Provides: unix2dos = %{version}-%{release}
    1819Obsoletes: unix2dos < 5.1-1
     
    3334%build
    3435export LIBS="-lcx"
    35 make %{?_smp_mflags}
     36%if !0%{?os2_version}
     37%make_build LDFLAGS="%{build_ldflags}"
     38%else
     39make %{?_smp_mflags} 
     40%endif
    3641
    3742%install
    38 make DESTDIR=$RPM_BUILD_ROOT install
     43%make_install
    3944
    4045# We add doc files manually to %%doc
     
    4954
    5055%files -f %{name}.lang
    51 %doc man/man1/dos2unix.htm  ChangeLog.txt COPYING.txt
     56%license COPYING.txt
     57%doc man/man1/dos2unix.htm ChangeLog.txt
    5258%doc NEWS.txt README.txt TODO.txt
    5359%if !0%{?os2_version}
     
    6571
    6672%changelog
     73* Sun Jun 05 2022 Elbert Pol <elbert.pol@gmail.com> - 7.4.3-1
     74- Updated to latest version
     75
    6776* Mon Oct 19 2020 Elbert Pol <elbert.pol@gmail.com> - 7.4.2-2
    6877- Add changelog from previous version
Note: See TracChangeset for help on using the changeset viewer.