]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- updated to 2.9.1.0.25,
authorkloczek <kloczek@pld-linux.org>
Tue, 25 May 1999 18:48:04 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- some cosmetics,
- summarized %changelog.

Changed files:
    binutils.spec -> 1.31

binutils.spec

index 7962f41d88c9ebf158d0ffa63a87db2d50e7caec..2425be8efd828558ef07a443665164823a13c88e 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       GNU Binary Utility Development Utilities
 Summary(pl):   Narzêdzia GNU dla programistów
 Name:          binutils
-Version:       2.9.1.0.24
-Release:       2
+Version:       2.9.1.0.25
+Release:       1
 Copyright:     GPL
 Group:         Development/Tools
 Group(pl):     Programowanie/Narzêdzia
-#######                ftp://ftp.varesearch.com/pub/support/hjl/binutils/
-Source:                %{name}-%{version}.tar.gz
+Source:                ftp://ftp.varesearch.com/pub/support/hjl/binutils/%{name}-%{version}.tar.gz
 Patch0:                binutils-info.patch
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -21,7 +20,7 @@ Pakiet binutils zawiera zestaw narz
 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
+%package static
 Summary:       GNU Binutils static libraries
 Summary(pl):   Biblioteki statyczne do GNU Binutils
 Group:         Development/Libraries
@@ -43,28 +42,26 @@ CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 %ifarch sparc sparc64
 sparc32 ./configure %{_target} \
 %else
-    ./configure \
+./configure \
         --prefix=%{_prefix} \
         --enable-shared \
         --disable-debug \
         --infodir=%{_infodir} %{_target_platform}
 %endif
 
-make tooldir=/usr all info
+make tooldir=%{prefix} all info
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/usr
+install -d $RPM_BUILD_ROOT%{prefix}
 
 make install install-info \
-       prefix=$RPM_BUILD_ROOT/usr \
-       tooldir=$RPM_BUILD_ROOT/usr \
+       prefix=$RPM_BUILD_ROOT%{prefix} \
+       tooldir=$RPM_BUILD_ROOT%{prefix} \
        mandir=$RPM_BUILD_ROOT%{_mandir} \
        infodir=$RPM_BUILD_ROOT%{_infodir}
 
-gzip -9nf $RPM_BUILD_ROOT%{_infodir}/*.inf*
-
 rm -f $RPM_BUILD_ROOT%{_bindir}/c++filt $RPM_BUILD_ROOT%{_mandir}/man1/c++*
 
 strip $RPM_BUILD_ROOT%{_bindir}/*
@@ -72,7 +69,7 @@ strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so
 
 install include/libiberty.h $RPM_BUILD_ROOT%{_includedir}
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
+gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*.inf*,{_mandir}/man1/*} \
        README
 
 %clean
@@ -121,91 +118,8 @@ fi
 %{_libdir}/libopcodes.a
 
 %changelog
-* Mon May 17 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
- [2.9.1.0.24-2]
-- removed c++filt -- provides by egcs (at now...) 
-- used some macros,
-- FHS-2.0 ready.
-
-* 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.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.
-
-* Fri Jun 12 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
-  [2.9.1.0.6-2]
-- build against GNU libc-2.1.
-
-* Fri May 29 1998 Wojtek ¦lusarczyk <wojtek@SHADOW.EU.ORG>
-- Replaced binutils to binutils-2.9.1.0.6,
-- start at RH spec file.
+* Tue May 25 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [2.9.1.0.25-1]
+- spec based on RH version,
+- rewrited by PLD team,
+- pl translation Wojtek ¦lusarczyk <wojtek@shadow.eu.org>.
This page took 0.05272 seconds and 4 git commands to generate.