auto-import changelog data from dump-0.4b36-1.src.rpm
Fri Jul 02 2004 Florian La Roche <Florian.LaRoche@redhat.de> - 0.4b36
This commit is contained in:
parent
eddf647867
commit
4d43809bf5
@ -1 +1 @@
|
||||
dump-0.4b34.tar.bz2
|
||||
dump-0.4b36.tar.gz
|
||||
|
||||
31
dump.spec
31
dump.spec
@ -5,18 +5,15 @@
|
||||
|
||||
Summary: Programs for backing up and restoring ext2/ext3 filesystems.
|
||||
Name: dump
|
||||
Version: 0.4b34
|
||||
Version: 0.4b36
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Applications/Archiving
|
||||
URL: http://dump.sourceforge.net
|
||||
Source: dump-%{version}.tar.bz2
|
||||
Patch0: dump-0.4b34-redhat-disable-bad-autoconf-crack.patch
|
||||
Source: dump-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
|
||||
BuildPrereq: libtermcap-devel
|
||||
BuildPrereq: e2fsprogs-devel >= 1.18, readline-devel >= 4.2
|
||||
BuildPrereq: zlib-devel
|
||||
BuildPrereq: libtermcap-devel, zlib-devel
|
||||
# This Prereq is now required because we only ship static binaries, and
|
||||
# need to ensure the "disk" group is created before installation (#60461)
|
||||
Prereq: setup
|
||||
@ -47,20 +44,12 @@ restoring files from a backup), and tar (an archiving program).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .disable-bad-autoconf-crack
|
||||
|
||||
%build
|
||||
%configure %{myoptions} --enable-static --enable-rmt --enable-qfa
|
||||
|
||||
#* Mon Aug 21 2000 Matt Wilson <msw@redhat.com>
|
||||
#- don't use -O2 on alpha because of compiler ICE
|
||||
%ifarch alpha
|
||||
RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O2/}
|
||||
%endif
|
||||
make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \
|
||||
-Wmissing-prototypes -Wno-char-subscripts"
|
||||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
@ -107,12 +96,16 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/rmt.*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 31 2003 Mike A. Harris <mharris@redhat.com> 0.4b34-1
|
||||
- Updated to dump 0.4b34
|
||||
- Workaround broken dump autoconf problem on 64bit architectures by adding
|
||||
dump-0.4b34-redhat-disable-bad-autoconf-crack.patch for the time being
|
||||
* Fri Jul 02 2004 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||
- 0.4b36
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.4b33-2
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Sat May 17 2003 Mike A. Harris <mharris@redhat.com> 0.4b33-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user