- Convert pt_BR-parted.8 to UTF-8

This commit is contained in:
Miloslav Trmac 2004-11-20 20:18:46 +00:00
parent 8114abdd2b
commit e64284fe9c

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program. Summary: The GNU disk partition manipulation program.
Name: parted Name: parted
Version: 1.6.16 Version: 1.6.16
Release: 2 Release: 3
Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
Patch0: parted-1.6.3-fat.c.patch Patch0: parted-1.6.3-fat.c.patch
Patch2: parted-1.6.15-unique-sig.patch Patch2: parted-1.6.15-unique-sig.patch
@ -56,6 +56,9 @@ Parted library, you need to install this package.
%patch151 -p1 -b .aix %patch151 -p1 -b .aix
%patch152 -p1 -b .dasd_geometry %patch152 -p1 -b .dasd_geometry
iconv -f iso-8859-1 -t utf-8 < doc/pt_BR-parted.8 > doc/pt_BR-parted.8_
mv doc/pt_BR-parted.8_ doc/pt_BR-parted.8
aclocal aclocal
autoconf autoconf
@ -100,6 +103,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%{_libdir}/*.a* %{_libdir}/*.a*
%changelog %changelog
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.6.16-3
- Convert pt_BR-parted.8 to UTF-8
* Thu Nov 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.16-2 * Thu Nov 11 2004 Jeremy Katz <katzj@redhat.com> - 1.6.16-2
- add patch from Matt Domsch to fix consistency of GPT disk labels - add patch from Matt Domsch to fix consistency of GPT disk labels
with the EFI specification for disks > 2TB (#138480) with the EFI specification for disks > 2TB (#138480)