auto-import changelog data from diffstat-1.27-5.src.rpm
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Tue Jun 06 2000 Than Ngo <than@redhat.de> - use rpm macros Wed May 31 2000 Ngo Than <than@redhat.de> - rebuild for 7.0 - put man page in /usr/share/man/* - use CFLAGS="${CFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -march=i386 -mcpu=i686}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -march=i386 -mcpu=i686}" ; export FFLAGS ; [ -f configure.in ] && libtoolize --copy --force ; ./configure i386-redhat-linux \ --prefix=/usr \ --exec-prefix=/usr \ --bindir=/usr/bin \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ --datadir=/usr/share \ --includedir=/usr/include \ --libdir=/usr/lib \ --libexecdir=/usr/libexec \ --localstatedir=/var \ --sharedstatedir=/usr/com \ --mandir=/usr/man \ --infodir=/usr/info - fix makefile.in - cleanup specfile Thu Feb 03 2000 Preston Brown <pbrown@redhat.com> - gzip man page. Fri Aug 27 1999 Preston Brown <pbrown@redhat.com> - upgrade to 1.27, add URL tag. Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 7) Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com> - build for glibc 2.1 Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com> - build root Mon Apr 27 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Thu Jul 10 1997 Erik Troan <ewt@redhat.com> - built against glibc
This commit is contained in:
parent
1953dca799
commit
a09446918a
@ -0,0 +1 @@
|
|||||||
|
diffstat-1.27.tgz
|
74
diffstat.spec
Normal file
74
diffstat.spec
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
Summary: A utility which provides statistics based on the output of diff.
|
||||||
|
Name: diffstat
|
||||||
|
Version: 1.27
|
||||||
|
Release: 5
|
||||||
|
Group: Development/Tools
|
||||||
|
Copyright: distributable
|
||||||
|
URL: ftp://ftp.clark.net:/pub/dickey/diffstat/diffstat.html
|
||||||
|
Patch: diffstat-1.27-makefile.patch
|
||||||
|
Source: ftp.clark.net:/pub/dickey/diffstat/%{name}-%{version}.tgz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
The diff command compares files line by line. Diffstat reads the
|
||||||
|
output of the diff command and displays a histogram of the insertions,
|
||||||
|
deletions and modifications in each file. Diffstat is commonly used
|
||||||
|
to provide a summary of the changes in large, complex patch files.
|
||||||
|
|
||||||
|
Install diffstat if you need a program which provides a summary of the
|
||||||
|
diff command's output. You'll need to also install diffutils.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
%patch -p1 -b .make
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/diffstat
|
||||||
|
%{_mandir}/*/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
||||||
|
- automatic rebuild
|
||||||
|
|
||||||
|
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
|
||||||
|
- use rpm macros
|
||||||
|
|
||||||
|
* Wed May 31 2000 Ngo Than <than@redhat.de>
|
||||||
|
- rebuild for 7.0
|
||||||
|
- put man page in /usr/share/man/*
|
||||||
|
- use %configure
|
||||||
|
- fix makefile.in
|
||||||
|
- cleanup specfile
|
||||||
|
|
||||||
|
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
||||||
|
- gzip man page.
|
||||||
|
|
||||||
|
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
|
||||||
|
- upgrade to 1.27, add URL tag.
|
||||||
|
|
||||||
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
||||||
|
- auto rebuild in the new build environment (release 7)
|
||||||
|
|
||||||
|
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
|
||||||
|
- build for glibc 2.1
|
||||||
|
|
||||||
|
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
|
||||||
|
- build root
|
||||||
|
|
||||||
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
||||||
|
- translations modified for de, fr, tr
|
||||||
|
|
||||||
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
||||||
|
- built against glibc
|
Loading…
Reference in New Issue
Block a user