]> git.pld-linux.org Git - packages/crossmingw32-binutils.git/commitdiff
- BuildRequires: perl-devel for man pages
authorankry <ankry@pld-linux.org>
Mon, 29 Oct 2001 21:40:59 +0000 (21:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove win*/netware tool man pages
- more translations
- release 2

Changed files:
    crossmingw32-binutils.spec -> 1.14

crossmingw32-binutils.spec

index 76ff9ff08cd65c102ca8f144ae2199b43cc38218..3fe92fa28480a317362fd9ef02e7eb470934fecf 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Mingw32 Binary Utility Development Utilities - GNU binutils
 Summary(pl):   Zestaw narzêdzi mingw32 - GNU binutils
 Name:          crossmingw32-binutils
 Version:       2.11.90.0.19
-Release:       1
+Release:       2
 License:       GPL
 Group:         Development/Tools
 Group(de):     Entwicklung/Werkzeuge
@@ -13,6 +13,7 @@ Source0:      ftp://ftp.kernel.org/pub/linux/devel/binutils/binutils-%{version}.tar.b
 Patch0:                binutils-info.patch
 BuildRequires: flex
 BuildRequires: bison
+BuildRequires: perl-devel
 BuildRequires: bash
 Requires:      crossmingw32-platform
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT
        infodir=$RPM_BUILD_ROOT%{_infodir} \
        libdir=$RPM_BUILD_ROOT%{_libdir}
 
+# remove this man page unless we cross-build for netware platform.
+# however, this should be done in Makefiles.
+rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*nlmconv.1
+
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{arch}/bin/*
This page took 0.036313 seconds and 4 git commands to generate.