auto-import changelog data from gnuplot-3.7.2-1.src.rpm
Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 3.7.2-1 - update to 3.7.2
This commit is contained in:
parent
db35259912
commit
1e7f898fee
@ -1 +1 @@
|
|||||||
gnuplot-3.7.1.tar.bz2
|
gnuplot-3.7.2.tar.gz
|
||||||
|
23
gnuplot.spec
23
gnuplot.spec
@ -1,16 +1,15 @@
|
|||||||
Summary: A program for plotting mathematical expressions and data.
|
Summary: A program for plotting mathematical expressions and data.
|
||||||
Name: gnuplot
|
Name: gnuplot
|
||||||
Version: 3.7.1
|
Version: 3.7.2
|
||||||
Release: 19
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
Source: ftp://ftp.gnuplot.vt.edu/pub/gnuplot/gnuplot-%{version}.tar.bz2
|
Source: http://prdownloads.sourceforge.net/gnuplot/gnuplot-3.7.2.tar.gz
|
||||||
Patch0: gnuplot-3.7.1-gd-1.8.patch
|
Patch0: gnuplot-3.7.2-gd-1.8.patch
|
||||||
Patch1: gnuplot-21341.patch
|
|
||||||
Patch2: gnuplot-3.7.1-round.patch
|
Patch2: gnuplot-3.7.1-round.patch
|
||||||
BuildPrereq: gd-devel >= 1.8.2, libpng-devel, tetex-latex, zlib-devel
|
BuildPrereq: gd-devel >= 1.8.2, libpng-devel, tetex-latex, zlib-devel
|
||||||
Requires: gd >= 1.8.2, libpng
|
Requires: gd >= 1.8.2, libpng
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
URL: http://www.gnuplot.org/
|
URL: http://www.gnuplot.org/
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,7 +24,6 @@ representation.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .gd-1.8
|
%patch -p1 -b .gd-1.8
|
||||||
%patch1 -p1 -b .21341
|
|
||||||
%patch2 -p1 -b .round
|
%patch2 -p1 -b .round
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -42,13 +40,7 @@ PATH=$RPM_BUILD_DIR/gnuplot-%{version}:$PATH make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/{bin,share/gnuplot}
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
|
|
||||||
|
|
||||||
install -m 755 -s gnuplot_x11 $RPM_BUILD_ROOT/usr/bin/gnuplot_x11
|
|
||||||
install -m 755 -s gnuplot $RPM_BUILD_ROOT/usr/bin/gnuplot
|
|
||||||
install -m 644 docs/gnuplot.1 $RPM_BUILD_ROOT%{_mandir}/man1
|
|
||||||
install -m 644 docs/gnuplot.gih $RPM_BUILD_ROOT/usr/share/gnuplot.gih
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -62,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/gnuplot.gih
|
/usr/share/gnuplot.gih
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2002 Bill Nottingham <notting@redhat.com> 3.7.2-1
|
||||||
|
- update to 3.7.2
|
||||||
|
|
||||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user