automatic version update by autodist [release 7.4.3-1mamba;Thu Jun 09 2022]
This commit is contained in:
parent
e98232a3b3
commit
f3bed5bb89
@ -1,23 +1,22 @@
|
|||||||
Name: dos2unix
|
Name: dos2unix
|
||||||
Version: 7.4.2
|
Version: 7.4.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Text file format converters
|
Summary: Text file format converters
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.xs4all.nl/~waterlan/dos2unix.html
|
URL: https://waterlan.home.xs4all.nl/dos2unix.html
|
||||||
Source: http://www.xs4all.nl/~waterlan/dos2unix/dos2unix-%{version}.tar.gz
|
Source: http://www.xs4all.nl/~waterlan/dos2unix/dos2unix-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Obsoletes: hd2u
|
|
||||||
Provides: hd2u
|
Provides: hd2u
|
||||||
Obsoletes: unix2dos
|
Obsoletes: hd2u < 7.4.3
|
||||||
Provides: unix2dos
|
Provides: unix2dos
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
Obsoletes: unix2dos < 7.4.3
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Convert text files with DOS or Mac line endings to Unix line endings and vice versa.
|
Convert text files with DOS or Mac line endings to Unix line endings and vice versa.
|
||||||
@ -30,12 +29,13 @@ Features
|
|||||||
* Keep original file dates option.
|
* Keep original file dates option.
|
||||||
* 7-bit and iso (CP437 <-> ISO-8859-1) conversion modes.
|
* 7-bit and iso (CP437 <-> ISO-8859-1) conversion modes.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
rm -rf po/*/eo-x.*
|
rm -rf po/*/eo-x.*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%make CFLAGS="%{optflags} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
|
%make CFLAGS="%{optflags} -D_LARGEFILE_SOURCE $(getconf LFS_CFLAGS)"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -44,7 +44,8 @@ rm -rf po/*/eo-x.*
|
|||||||
|
|
||||||
rm -rf %{buildroot}%{_docdir}
|
rm -rf %{buildroot}%{_docdir}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name} --all-name --with-man
|
||||||
|
|
||||||
#%find_lang unix2dos
|
#%find_lang unix2dos
|
||||||
#%find_lang unix2mac
|
#%find_lang unix2mac
|
||||||
#%find_lang mac2unix
|
#%find_lang mac2unix
|
||||||
@ -59,21 +60,19 @@ rm -rf %{buildroot}%{_docdir}
|
|||||||
%{_bindir}/mac2unix
|
%{_bindir}/mac2unix
|
||||||
%{_bindir}/unix2dos
|
%{_bindir}/unix2dos
|
||||||
%{_bindir}/unix2mac
|
%{_bindir}/unix2mac
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/dos2unix.1*
|
||||||
%lang(de) %{_mandir}/de/man1/*.1.gz
|
%{_mandir}/man1/mac2unix.1*
|
||||||
%lang(es) %{_mandir}/es/man1/*.1.gz
|
%{_mandir}/man1/unix2dos.1*
|
||||||
%lang(fr) %{_mandir}/fr/man1/*.1.gz
|
%{_mandir}/man1/unix2mac.1*
|
||||||
%lang(nl) %{_mandir}/nl/man1/*.1.gz
|
%doc COPYING.txt
|
||||||
%lang(pl) %{_mandir}/pl/man1/*.1.gz
|
#%doc ChangeLog.txt
|
||||||
%lang(pt_BR) %{_mandir}/pt_BR/man1/*.1.gz
|
|
||||||
%lang(sv) %{_mandir}/sv/man1/*.1.gz
|
|
||||||
%lang(uk) %{_mandir}/uk/man1/*.1.gz
|
|
||||||
%lang(zh_CN) %{_mandir}/zh_CN/man1/*.1.gz
|
|
||||||
%doc ChangeLog.txt COPYING.txt
|
|
||||||
#%doc dos2unix.htm dos2unix.pdf dos2unix.ps
|
#%doc dos2unix.htm dos2unix.pdf dos2unix.ps
|
||||||
#%doc NEWS.txt README.txt TODO.txt
|
#%doc NEWS.txt README.txt TODO.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 09 2022 Automatic Build System <autodist@mambasoft.it> 7.4.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 7.4.2-1mamba
|
* Tue Oct 13 2020 Automatic Build System <autodist@mambasoft.it> 7.4.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user