]> git.pld-linux.org Git - packages/dos2unix.git/commitdiff
- updated to 5.3.1 auto/th/dos2unix-5_3_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 14 Aug 2011 01:10:48 +0000 (01:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete includes patch

Changed files:
    dos2unix-includes.patch -> 1.3
    dos2unix.spec -> 1.31

dos2unix-includes.patch [deleted file]
dos2unix.spec

diff --git a/dos2unix-includes.patch b/dos2unix-includes.patch
deleted file mode 100644 (file)
index bc78ad8..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- dos2unix-3.1/dos2unix.c
-+++ dos2unix-3.1/dos2unix.c
-@@ -71,6 +71,7 @@
- #endif __MSDOS__
- #include <stdio.h>
- #include <stdlib.h>
-+#include <fcntl.h>
- #include <string.h>
- #include <utime.h>
- #include <sys/stat.h>
index ade7abe44fe7af3a48d2c7b2a93fb2fee6eb2213..d9d8418060c03ef2d6a85515f130c681f776a78c 100644 (file)
@@ -6,15 +6,15 @@ Summary(ru.UTF-8):    dos2unix - конвертор текстовых файлов
 Summary(uk.UTF-8):     dos2unix - конвертор текстових файлів DOS в формат UNIX
 Summary(zh_CN.UTF-8):  转换DOS或MAC文本文件到UNIX格式
 Name:          dos2unix
-Version:       5.3
+Version:       5.3.1
 Release:       1
 License:       BSD
 Group:         Applications/Text
 Source0:       http://www.xs4all.nl/~waterlan/dos2unix/%{name}-%{version}.tar.gz
-# Source0-md5: 0db30704f5b68c5a0aeaff9b8d7012e8
-Patch0:                %{name}-includes.patch
+# Source0-md5: 438c48ebd6891b80b58de14c022ca69e
 URL:           http://www.xs4all.nl/~waterlan/dos2unix.html
 BuildRequires: gettext-devel
+BuildRequires: perl-tools-pod
 Provides:      unix2dos
 Obsoletes:     unix2dos
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -42,7 +42,6 @@ dos2unix - конвертор текстових файлів DOS в форма
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -73,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/mac2unix.1*
 %{_mandir}/man1/unix2dos.1*
 %{_mandir}/man1/unix2mac.1*
+%lang(es) %{_mandir}/es/man1/dos2unix.1*
+%lang(es) %{_mandir}/es/man1/mac2unix.1*
+%lang(es) %{_mandir}/es/man1/unix2dos.1*
+%lang(es) %{_mandir}/es/man1/unix2mac.1*
 %lang(nl) %{_mandir}/nl/man1/dos2unix.1*
 %lang(nl) %{_mandir}/nl/man1/mac2unix.1*
 %lang(nl) %{_mandir}/nl/man1/unix2dos.1*
This page took 0.147791 seconds and 4 git commands to generate.