6.0.4.
This commit is contained in:
parent
8a279ce0c1
commit
af87869565
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ dos2unix-5.1.1.tar.gz
|
|||||||
/dos2unix-6.0.1.tar.gz
|
/dos2unix-6.0.1.tar.gz
|
||||||
/dos2unix-6.0.2.tar.gz
|
/dos2unix-6.0.2.tar.gz
|
||||||
/dos2unix-6.0.3.tar.gz
|
/dos2unix-6.0.3.tar.gz
|
||||||
|
/dos2unix-6.0.4.tar.gz
|
||||||
|
28
dos2unix-pod-encoding.patch
Normal file
28
dos2unix-pod-encoding.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
diff -c -r dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod dos2unix-6.0.4/man/es/man1/dos2unix.pod
|
||||||
|
*** dos2unix-6.0.4.orig/man/es/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200
|
||||||
|
--- dos2unix-6.0.4/man/es/man1/dos2unix.pod 2014-01-02 14:19:52.944130621 +0100
|
||||||
|
***************
|
||||||
|
*** 50,55 ****
|
||||||
|
--- 50,57 ----
|
||||||
|
|
||||||
|
=pod
|
||||||
|
|
||||||
|
+ =encoding latin1
|
||||||
|
+
|
||||||
|
=head1 NOMBRE
|
||||||
|
|
||||||
|
dos2unix - Convertidor de archivos de texto de formato DOS/Mac a Unix y viceversa
|
||||||
|
diff -c -r dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod dos2unix-6.0.4/man/nl/man1/dos2unix.pod
|
||||||
|
*** dos2unix-6.0.4.orig/man/nl/man1/dos2unix.pod 2013-07-27 20:08:12.000000000 +0200
|
||||||
|
--- dos2unix-6.0.4/man/nl/man1/dos2unix.pod 2014-01-02 14:19:36.510059975 +0100
|
||||||
|
***************
|
||||||
|
*** 46,51 ****
|
||||||
|
--- 46,53 ----
|
||||||
|
*/
|
||||||
|
=pod
|
||||||
|
|
||||||
|
+ =encoding latin1
|
||||||
|
+
|
||||||
|
=head1 NAAM
|
||||||
|
|
||||||
|
dos2unix - DOS/Mac naar Unix en vice versa tekstbestand formaat omzetter
|
@ -1,11 +1,12 @@
|
|||||||
Summary: Text file format converters
|
Summary: Text file format converters
|
||||||
Name: dos2unix
|
Name: dos2unix
|
||||||
Version: 6.0.3
|
Version: 6.0.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://waterlan.home.xs4all.nl/dos2unix.html
|
URL: http://waterlan.home.xs4all.nl/dos2unix.html
|
||||||
Source: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
|
Source: http://waterlan.home.xs4all.nl/dos2unix/%{name}-%{version}.tar.gz
|
||||||
|
Patch0: dos2unix-pod-encoding.patch
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: perl-Pod-Checker
|
BuildRequires: perl-Pod-Checker
|
||||||
Provides: unix2dos = %{version}-%{release}
|
Provides: unix2dos = %{version}-%{release}
|
||||||
@ -17,6 +18,7 @@ vice versa.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .pod-encoding
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -43,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 2 2014 Tim Waugh <twaugh@redhat.com> 6.0.4-1
|
||||||
|
- 6.0.4.
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-3
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.0.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user