]> git.pld-linux.org Git - packages/binutils.git/blobdiff - binutils.spec
fixed Group
[packages/binutils.git] / binutils.spec
index 73c311502a1a0ec100410c44145e851567cbf89f..320cc126d6bbe02a91ae46aceccb2078e2a3b8c6 100644 (file)
-Summary:     GNU Binary Utility Development Utilities
-Summary(de): GNU Binary Utility Development Utilities
-Summary(fr): Utilitaires de développement binaire de GNU
-Summary(pl): Narzêdzia GNU dla programistów
-Summary(tr): GNU geliþtirme araçlarý
-Name:        binutils
-Version:     2.9.1.0.17
-Release:     1
-Copyright:   GPL
-Group:       Development/Tools
-Source       ftp://ftp.kernel.org/pub/linux/devel/gcc/%{name}-%{version}.tar.bz2
-Patch0:      binutils-2.9.1-sparcsectionreloc.patch
-Buildroot:   /tmp/%{name}-%{version}-root
+Summary:       GNU Binary Utility Development Utilities
+Summary(pl):   Narzêdzia GNU dla programistów
+Name:          binutils
+Version:       2.9.1.0.23
+Release:       2
+Copyright:     GPL
+Group:         Development/Tools
+Group(pl):     Programowanie/Narzêdzia
+Source:                ftp://ftp.varesearch.com/pub/support/hjl/binutils/%{name}-%{version}.tar.gz
+Patch0:                binutils-info.patch
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-Binutils is a collection of utilities necessary for compiling programs. It
+binutils is a collection of utilities necessary for compiling programs. It
 includes the assembler and linker, as well as a number of other
 miscellaneous programs for dealing with executable formats.
 
 %description -l pl
-Pakiet binutils zawiera zestaw narzêdzi umo¿liwiaj±cych kompilacjê
-programów. Zawiera on assembler, konsolidator (linker), a tak¿e inne narzêdzia
-do manipulowania na binarnych plikach programów i bibliotek.
+Pakiet binutils zawiera zestaw narzêdzi umo¿liwiaj±cych kompilacjê programów. 
+Znajduj± siê tutaj miêdzy innymi assembler, konsolidator (linker), a tak¿e 
+inne narzêdzia do manipulowania binarnymi plikami programów i bibliotek.
 
 %package static
-Summary:     GNU Binutils static libraries
-Summary(pl): Biblioteki statyczne do GNU Binutils
-Group:       Libraries
+Summary:       GNU Binutils static libraries
+Summary(pl):   Biblioteki statyczne do GNU Binutils
+Group:         Development/Libraries
+Group(pl):     Programowanie/Biblioteki
+Requires:      %{name} = %{version}
 
 %description static
 Static libraries for GNU Binutils.
 
 %description -l pl static
-Biblioteki statyczne do GNU Binutils.
+Biblioteki statyczne GNU Binutils.
 
 %prep
-%setup -q
-(cd bfd;
-%patch -p0 -b .secreloc
-)
+%setup -q 
+%patch0 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+%ifarch sparc sparc64
+sparc32 ./configure \
+%else
 ./configure \
-       --prefix=/usr --enable-shared
+       --prefix=/usr \
+       --enable-shared \
+       --disable-debug \
+       $RPM_ARCH-pld-linux
+%endif
+
 make tooldir=/usr all info
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -d $RPM_BUILD_ROOT/usr
-make   install install-info \
+
+make install install-info \
        prefix=$RPM_BUILD_ROOT/usr \
        tooldir=$RPM_BUILD_ROOT/usr
 
-strip $RPM_BUILD_ROOT/usr/{bin/*,lib/lib*.so.*.*}
-gzip -q9f $RPM_BUILD_ROOT/usr/info/*.info*
+gzip -9nf $RPM_BUILD_ROOT/usr/info/*.inf*
+
+strip $RPM_BUILD_ROOT/usr/bin/*
 
 install include/libiberty.h $RPM_BUILD_ROOT/usr/include
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/* \
+       README
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
+/sbin/install-info /usr/info/as.info.gz /etc/info-dir
+/sbin/install-info /usr/info/bfd.info.gz /etc/info-dir
+/sbin/install-info /usr/info/binutils.info.gz /etc/info-dir 
+/sbin/install-info /usr/info/ld.info.gz /etc/info-dir
+/sbin/install-info /usr/info/gasp.info.gz /etc/info-dir 
+/sbin/install-info /usr/info/gprof.info.gz /etc/info-dir 
 /sbin/ldconfig
-/sbin/install-info --info-dir=/usr/info /usr/info/as.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/bfd.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/binutils.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/gasp.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/gprof.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/ld.info.gz
-/sbin/install-info --info-dir=/usr/info /usr/info/standards.info.gz
 
 %preun
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/as.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/bfd.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/binutils.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/gasp.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/gprof.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/ld.info.gz
-/sbin/install-info --delete --info-dir=/usr/info /usr/info/standards.info.gz
+if [ "$1" = "0" ]; then
+       /sbin/install-info --delete /usr/info/as.info.gz /etc/info-dir
+       /sbin/install-info --delete /usr/info/bfd.info.gz /etc/info-dir
+       /sbin/install-info --delete /usr/info/binutils.info.gz /etc/info-dir
+       /sbin/install-info --delete /usr/info/ld.info.gz /etc/info-dir
+       /sbin/install-info --delete /usr/info/gasp.info.gz /etc/info-dir
+       /sbin/install-info --delete /usr/info/gprof.info.gz /etc/info-dir
+fi
 
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(644, root, root, 755)
-%attr(755, root, root) /usr/bin/*
-%attr(644, root,  man) /usr/man/man1/*
-/usr/include/*
-%attr(755, root, root) /usr/lib/lib*.so.*.*
-/usr/lib/lib*.so
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) /usr/bin/*
+%attr(755,root,root) /usr/lib/*.so
+
 /usr/lib/ldscripts
-/usr/info/*info*
+/usr/include/*.h
+
+/usr/info/*.gz
+
 /usr/lib/libiberty.a
+/usr/man/man1/*
 
 %files static
-%defattr(644, root, root)
+%defattr(644,root,root)
 /usr/lib/libbfd.a
 /usr/lib/libopcodes.a
 
 %changelog
-* Mon Dec  9 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [2.9.1.0.17-1]
-- added gzipping man pages,
-- added using LDFLAGS="-s" to ./configure enviroment,
-- changed base Source url to ftp:ftp.kernel.org/pub/linux/devel/gcc/.
+* Thu Apr 22 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.9.1.0.23-2]
+- recompiles on new rpm.
+
+* Wed Apr  7 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.9.1.0.23-1]
+- standarized {un}registering info pages (added binutils-info.patch).
+
+* Thu Feb 18 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
+  [2.9.1.0.19-5d]
+- gzipping instead bzipping
+- added LDFLAGS=-s
+- minor changes
+
+* Mon Jan 18 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [2.9.1.0.19-4d]
+- fixed %preun && %post,
+- commpresed %doc,
+- added Group(pl),
+- added Prereq: /sbin/ldconfig,
+- added URL,
+
+  by Maciek W. Ró¿ycki <macro@ds2.pg.gda.pl>    
+
+- fixed the binary BFD to correctly output sections,
+- modified gas so it recognizes single-argument aad and aam,
+- modified gas so iret generates a non-prefixed opcode
+  regardless of the current argument size.
+- added support for new Pentium II instructions (see "Addendum
+  -- Intel Architecture Software Developer's Manual, Volume 2:
+  Instruction Set Reference", order number 243689-001),
+- fixed a problem with relative branch distance overflow checking,
+- added a fix for 16-bit PC-relative relocations on i386.
+
+* Sun Dec 20 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [2.9.1.0.19-2d]
+- removed static subpackages,
+- cosmetic changes,
+- final build for Tornado.
+
+* Wed Dec  8 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.9.1.0.17-2] 
+- added using sparc32 for run ./configure script on sparc
+  architecture (thanks DaveM).
 
 * Fri Oct  9 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [2.9.1.0.14-2]
+  [2.9.1.0.15-2]
 - /usr/lib/libiberty.a moved to main.
 
+* Sat Oct 03 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
+  [2.9.1.0.15-1d]
+- fixed pl translation,
+- updated to 2.9.1.0.15.
+
+* Sun Sep 13 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
+  [2.9.1.0.12-1d]
+- updated to 2.9.1.0.12.
+- install -d instead mkdir -p,
+- restricted ELF binaries permissions.
+
+* Tue Sep 07 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
+  [2.9.1.0.11-1d]
+- updated to 2.9.1.0.11,
+- build without $RPM_OPT_FLAGS - some problems with egcs & -O6 ...
+- added a static package,
+- build from non root's account.
+
 * Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [2.9.1.0.10-3]
 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
 - added using %%{name} and %%{version} in Source,
 - added static subpackage,
 - removed /usr/lib/lib*.la files,
-- added using $RPM_OPT_FLAGS during building package,
-- added striping shared libraries,
-- added %attr and %defattr macros in %files (allow build package from
-  non-root account).
-
-* Thu Jul  2 1998 Jeff Johnson <jbj@redhat.com>
-- updated to 2.9.1.0.7.
-
-* Wed Jun 03 1998 Jeff Johnson <jbj@redhat.com>
-- updated to 2.9.1.0.6.
-
-* Tue Jun 02 1998 Erik Troan <ewt@redhat.com>
-- added patch from rth to get right offsets for sections in relocateable
-  objects on sparc32
-
-* Thu May 07 1998 Prospector System <bugs@redhat.com>
-- translations modified for de, fr, tr
-
-* Tue May 05 1998 Cristian Gafton <gafton@redhat.com>
-- version 2.9.1.0.4 is out; even more, it is public !
-
-* Tue May 05 1998 Jeff Johnson <jbj@redhat.com>
-- updated to 2.9.1.0.3.
-
-* Mon Apr 20 1998 Cristian Gafton <gafton@redhat.com>
-- updated to 2.9.0.3
-
-* Tue Apr 14 1998 Cristian Gafton <gafton@redhat.com>
-- upgraded to 2.9.0.2
-
-* Sun Apr 05 1998 Cristian Gafton <gafton@redhat.com>
-- updated to 2.8.1.0.29 (HJ warned me that this thing is a moving target...
-  :-)
-- "fixed" the damn make install command so that all tools get installed
-
-* Thu Apr 02 1998 Cristian Gafton <gafton@redhat.com>
-- upgraded again to 2.8.1.0.28 (at least on alpha now egcs will compile)
-- added info packages handling
-
-* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
-- upgraded to 2.8.1.0.23
+- added using $RPM_OPT_FLAGS during building package.
 
-* Mon Mar 02 1998 Cristian Gafton <gafton@redhat.com>
-- updated to 2.8.1.0.15 (required to compile the newer glibc)
-- all patches are obsoleted now
+* Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
+  [2.9.1.0.6-2]
+- build against GNU libc-2.1.
 
-* Wed Oct 22 1997 Erik Troan <ewt@redhat.com>
-- added 2.8.1.0.1 patch from hj
-- added patch for alpha palcode form rth
+* Fri May 29 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
+- Replaced binutils to binutils-2.9.1.0.6,
+- start at RH spec file.
This page took 0.044221 seconds and 4 git commands to generate.