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 303067 Details for
Bug 223726
external vfs script dependencies
[?]
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]
split perl deps into sub-package
mc-splitperl.patch (text/plain), 2.29 KB, created by
Curtis Doty
on 2008-04-20 18:48:20 UTC
(
hide
)
Description:
split perl deps into sub-package
Filename:
MIME Type:
Creator:
Curtis Doty
Created:
2008-04-20 18:48:20 UTC
Size:
2.29 KB
patch
obsolete
>Index: mc.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/mc/devel/mc.spec,v >retrieving revision 1.133 >diff -u -r1.133 mc.spec >--- mc.spec 27 Mar 2008 13:19:56 -0000 1.133 >+++ mc.spec 20 Apr 2008 18:38:35 -0000 >@@ -1,12 +1,12 @@ > Summary: User-friendly text console file manager and visual shell > Name: mc > Version: 4.6.2 >-Release: 3.pre1%{?dist} >+Release: 3.pre1%{?dist}gk1 > Epoch: 1 > License: GPLv2 > Group: System Environment/Shells >-Source0: http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/snapshots/mc-%{version}-pre1.tar.gz >-URL: http://www.ibiblio.org/mc/ >+Source0: ftp://ftp.gnu.org/gnu/mc/mc-%{version}-pre1.tar.gz >+URL: http://www.gnu.org/software/mc/ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildRequires: glib2-devel e2fsprogs-devel slang-devel > Requires: dev >= 0:3.3-3 >@@ -39,6 +39,13 @@ > ability to FTP, view tar and zip files, and to poke into RPMs for > specific files. > >+%package perl >+Summary: Midnight Commander virtual filesystem extensions that require perl >+Group: System Environment/Shells >+ >+%description perl >+Midnight Commander virtual filesystem extensions that require perl. >+ > %prep > %setup -q -n %{name}-%{version}-pre1 > %patch0 -p1 -b .utf8 >@@ -162,6 +169,10 @@ > > %find_lang %{name} > >+grep -l perl $RPM_BUILD_ROOT%{_datadir}/mc/extfs/[a-z]* |sed -e "s|^$RPM_BUILD_ROOT||g" >mc-perl-deps >+# oh this is wicked, but dunno how to have two -f on %files >+find $RPM_BUILD_ROOT%{_datadir}/mc/extfs -type f |sed -e "s|^$RPM_BUILD_ROOT||g" |grep -vxf mc-perl-deps >>%{name}.lang >+ > %clean > rm -rf $RPM_BUILD_ROOT > >@@ -173,7 +184,9 @@ > %{_bindir}/mcedit > %{_bindir}/mcmfmt > %{_bindir}/mcview >-%{_datadir}/mc/* >+%{_datadir}/mc/bin >+%{_datadir}/mc/mc.* >+%{_datadir}/mc/syntax > %attr(4711, vcsa, root) %{_libexecdir}/mc/cons.saver > %{_mandir}/man1/* > %lang(es) %{_mandir}/es/man1/mc.1* >@@ -197,7 +210,14 @@ > %dir %{_sysconfdir}/mc/extfs > %dir %{_libexecdir}/mc > >+%files perl -f mc-perl-deps >+%defattr(-,root,root) >+ > %changelog >+* Sun Apr 20 2008 Curtis Doty <Curtis@GreenKey.net> >+- project is now at gnu.org >+- spin off perl-based external vfs to separate package >+ > * Thu Mar 27 2008 Jindrich Novy <jnovy@redhat.com> 4.6.2-3.pre1 > - don't segfault when hint or help files are missing (#439025), > thanks to Tomas Heinrich
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 223726
: 303067