Changeset 1812 for spec/trunk/SPECS/dos2unix.spec
- Timestamp:
- Jun 7, 2022, 11:59:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/dos2unix.spec
r1722 r1812 1 1 Summary: Text file format converters 2 2 Name: dos2unix 3 Version: 7.4. 24 Release: 2%{?dist}3 Version: 7.4.3 4 Release: 1%{?dist} 5 5 License: BSD 6 URL: http ://waterlan.home.xs4all.nl/dos2unix.html6 URL: https://waterlan.home.xs4all.nl/dos2unix.html 7 7 %if !0%{?os2_version} 8 Source: http ://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz8 Source: https://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz 9 9 %else 10 %scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os210 %scm_source github https://github.com/TeLLie/%{name}-os2 %{version}-os2 11 11 %endif 12 12 … … 15 15 # perl modules, required for tests 16 16 BuildRequires: perl-Test-Harness perl-Test-Simple 17 BuildRequires: make 17 18 Provides: unix2dos = %{version}-%{release} 18 19 Obsoletes: unix2dos < 5.1-1 … … 33 34 %build 34 35 export LIBS="-lcx" 35 make %{?_smp_mflags} 36 %if !0%{?os2_version} 37 %make_build LDFLAGS="%{build_ldflags}" 38 %else 39 make %{?_smp_mflags} 40 %endif 36 41 37 42 %install 38 make DESTDIR=$RPM_BUILD_ROOTinstall43 %make_install 39 44 40 45 # We add doc files manually to %%doc … … 49 54 50 55 %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 52 58 %doc NEWS.txt README.txt TODO.txt 53 59 %if !0%{?os2_version} … … 65 71 66 72 %changelog 73 * Sun Jun 05 2022 Elbert Pol <elbert.pol@gmail.com> - 7.4.3-1 74 - Updated to latest version 75 67 76 * Mon Oct 19 2020 Elbert Pol <elbert.pol@gmail.com> - 7.4.2-2 68 77 - Add changelog from previous version
Note:
See TracChangeset
for help on using the changeset viewer.