Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 690212 Details for
Bug 903048
[fr_FR] various manpages missing from man-pages-fr
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
0001-fix-Makefile-in-man-pages-extras-fr-0.8.1.tar.bz2-to.patch
0001-fix-Makefile-in-man-pages-extras-fr-0.8.1.tar.bz2-to.patch (text/plain), 4.96 KB, created by
Mike FABIAN
on 2013-01-30 08:42:47 UTC
(
hide
)
Description:
0001-fix-Makefile-in-man-pages-extras-fr-0.8.1.tar.bz2-to.patch
Filename:
MIME Type:
Creator:
Mike FABIAN
Created:
2013-01-30 08:42:47 UTC
Size:
4.96 KB
patch
obsolete
>From 19bd730f3a732f8bec43b2e7fe168a8cfe7cf351 Mon Sep 17 00:00:00 2001 >From: Mike FABIAN <mfabian@redhat.com> >Date: Wed, 30 Jan 2013 08:44:39 +0100 >Subject: [PATCH] fix Makefile in man-pages-extras-fr-0.8.1.tar.bz2 to install > missing man-pages > >Resolves: #903048 - [fr_FR] man echo manuals are still English. >--- > man-pages-fr.spec | 8 ++- > phony-targets.patch | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 183 insertions(+), 1 deletion(-) > create mode 100644 phony-targets.patch > >diff --git a/man-pages-fr.spec b/man-pages-fr.spec >index 491336f..8600762 100644 >--- a/man-pages-fr.spec >+++ b/man-pages-fr.spec >@@ -5,13 +5,14 @@ > Summary: French version of the Linux man-pages > Name: man-pages-fr > Version: 3.23 >-Release: 9%{?dist} >+Release: 10%{?dist} > License: GPL+ > Group: Documentation > URL: http://manpagesfr.free.fr/ > Source0: https://alioth.debian.org/frs/download.php/3223/%{name}-%{version}-%{SUBREV}.tar.bz2 > Source1: mansupfr-20091012.tar.bz2 > Source2: http://manpagesfr.free.fr/download/man-pages-extras-fr-%{REV_EXTRAS}.tar.bz2 >+Patch0: phony-targets.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch > >@@ -26,6 +27,7 @@ Dr. Gerard Delafond. > %setup -q -c -n man-pages-fr-3.23 > %setup -q -D -T -a 1 > %setup -q -D -T -a 2 >+%patch0 -p1 -b .phony-targets > > # pick up the supplemental pages > >@@ -151,6 +153,10 @@ rm -fr $RPM_BUILD_ROOT > %{_mandir}/fr/man?/* > > %changelog >+* Wed Jan 30 2013 Mike FABIAN <mfabian@redhat.com> 3.23-10 >+- fix Makefile in man-pages-extras-fr-0.8.1.tar.bz2 to install missing man-pages >+- Resolves: #903048 - [fr_FR] man echo manuals are still English. >+ > * Thu Mar 29 2012 Ding-Yi Chen <dchen at redhat.com> 3.23-9 > - Remove incorrect man pages. > >diff --git a/phony-targets.patch b/phony-targets.patch >new file mode 100644 >index 0000000..bd3734f >--- /dev/null >+++ b/phony-targets.patch >@@ -0,0 +1,176 @@ >+diff -ru man-pages-fr-3.45.orig/man-pages-extras-fr-0.8.1/Makefile man-pages-fr-3.45/man-pages-extras-fr-0.8.1/Makefile >+--- man-pages-fr-3.45.orig/man-pages-extras-fr-0.8.1/Makefile 2008-06-03 16:13:12.000000000 +0200 >++++ man-pages-fr-3.45/man-pages-extras-fr-0.8.1/Makefile 2013-01-29 12:23:40.101993080 +0100 >+@@ -15,138 +15,172 @@ >+ sgml-common switchdesk sysvinit util-linux-ng yp-tools yum man-pages-man1 \ >+ ntpd gzip yum-utils usbutils pciutils >+ >++.PHONY : afaire >+ afaire : >+ cd afaire ; \ >+ make install ; >+ >++.PHONY : asr-manpages >+ asr-manpages : >+ cd asr-manpages-1.3 ; \ >+ make install ; >+ >++.PHONY : at >+ at : >+ cd at-3.1.10 ; \ >+ make install ; >+ >++.PHONY : bash >+ bash : >+ cd bash-3.2 ; \ >+ make install ; >+ >++.PHONY : createrepo >+ createrepo : >+ cd createrepo-0.9.5 ; \ >+ make install ; >+ >++.PHONY : cron >+ cron : >+ cd cron-4.1 ; \ >+ make install ; >+ >++.PHONY : diffutils >+ diffutils : >+ cd diffutils-2.8.1 ; \ >+ make install ; >+ >++.PHONY : docbook-utils >+ docbook-utils : >+ cd docbook-utils-0.6.14 ; \ >+ make install ; >+ >++.PHONY : eject >+ eject : >+ cd eject-2.1.5 ; \ >+ make install ; >+ >++.PHONY : glibc-linuxthreads >+ glibc-linuxthreads : >+ cd glibc-linuxthreads-2.3.6 ; \ >+ make install ; >+ >++.PHONY : grep >+ grep : >+ cd grep-2.5.3 ; \ >+ make install ; >+ >++.PHONY : gzip >+ gzip : >+ cd gzip-1.3.12 ; \ >+ make install ; >+ >++.PHONY : initscripts >+ initscripts : >+ cd initscripts-8.51 ; \ >+ make install ; >+ >++.PHONY : lilo >+ lilo : >+ cd lilo-22.8 ; \ >+ make install ; >+ >++.PHONY : man-pages-man1 >+ man-pages-man1 : >+ cd man-pages-man1-2.49 ; \ >+ make install ; >+ >++.PHONY : modutils >+ modutils : >+ cd modutils-2.4.27 ; \ >+ make install ; >+ >++.PHONY : netkit-telnet >+ netkit-telnet : >+ cd netkit-telnet-0.17 ; \ >+ make install ; >+ >++.PHONY : nfs-utils >+ nfs-utils : >+ cd nfs-utils-1.1.1 ; \ >+ make install ; >+ >++.PHONY : ntpd >+ ntpd : >+ cd ntpd-4.2.4p4 ; \ >+ make install ; >+ >++.PHONY : opensp >+ opensp : >+ cd opensp-1.5.2 ; \ >+ make install ; >+ >++.PHONY : openjade >+ openjade : >+ cd openjade-1.3.2 ; \ >+ make install ; >+ >++.PHONY : pciutils >+ pciutils : >+ cd pciutils-3.0.0 ; \ >+ make install ; >+ >++.PHONY : procps >+ procps : >+ cd procps-3.2.7 ; \ >+ make install ; >+ >++.PHONY : psmisc >+ psmisc : >+ cd psmisc-22.6 ; \ >+ make install ; >+ >++.PHONY : rp-pppoe >+ rp-pppoe : >+ cd rp-pppoe-3.8 ; \ >+ make install ; >+ >++.PHONY : sed >+ sed : >+ cd sed-4.1.5 ; \ >+ make install ; >+ >++.PHONY : sgml-common >+ sgml-common : >+ cd sgml-common-0.6.3 ; \ >+ make install ; >+ >++.PHONY : switchdesk >+ switchdesk : >+ cd switchdesk-4.0.8 ; \ >+ make install ; >+ >++.PHONY : sysvinit >+ sysvinit : >+ cd sysvinit-2.86 ; \ >+ make install ; >+ >++.PHONY : util-linux-ng >+ util-linux-ng : >+ cd util-linux-ng-2.13.1.1 ; \ >+ make install ; >+ >++.PHONY : usbutils >+ usbutils : >+ cd usbutils-0.73 ; \ >+ make install ; >+ >++.PHONY : yp-tools >+ yp-tools : >+ cd yp-tools-2.10 ; \ >+ make install ; >+ >++.PHONY : yum >+ yum : >+ cd yum-3.2.7 ; \ >+ make install ; >+ >++.PHONY : yum-utils >+ yum-utils : >+ cd yum-utils-1.1.13 ; \ >+ make install ; >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 903048
:
690211
| 690212