Accepting request 116557 from home:pbleser:branches:Base:System
upgrade to 6.0 OBS-URL: https://build.opensuse.org/request/show/116557 OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=48
This commit is contained in:
parent
88b23c4a1e
commit
74d8edc4dc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60f62dc6536a22252204bc7cba8b411d5303859cd8b7eff27443445b0fc056ba
|
||||
size 58085
|
3
dos2unix-6.0.tar.gz
Normal file
3
dos2unix-6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a3dafe5ca3dc6f640a73197322975a4cb20e9bba699ebfecaaecc15f962389e
|
||||
size 67666
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 06 19:30:19 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 6.0:
|
||||
* Conversion of Windows UTF-16 files to Unix UTF-8 files
|
||||
* Conversion of Unix UTF-8 files to Windows UTF-8 files with byte
|
||||
order mark
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 18:25:19 UTC 2012 - tabraham@novell.com
|
||||
|
||||
|
@ -16,19 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: dos2unix
|
||||
Summary: Text converters to and from DOS/MAC to UNIX
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Text/Convertors
|
||||
Version: 5.3.3
|
||||
Version: 6.0
|
||||
Release: 0
|
||||
Url: http://waterlan.home.xs4all.nl/dos2unix.html
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz
|
||||
Provides: unix2dos = %{version}
|
||||
Obsoletes: unix2dos < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
Dos2unix is used to convert plain text from DOS (CR/LF) format. Mac2unix
|
||||
@ -56,7 +54,10 @@ make %{?_smp_mflags} CC="%{__cc}" HTMLEXT="html"
|
||||
%{_bindir}/mac2unix
|
||||
%{_bindir}/unix2mac
|
||||
%{_bindir}/unix2dos
|
||||
%{_mandir}/*/*
|
||||
%dir %_mandir/nl
|
||||
%doc %{_mandir}/*/dos2unix.1*
|
||||
%doc %{_mandir}/*/mac2unix.1*
|
||||
%doc %{_mandir}/*/unix2mac.1*
|
||||
%doc %{_mandir}/*/unix2dos.1*
|
||||
%doc %lang(nl) %dir %_mandir/nl
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user