OBS User unknown 2009-01-22 12:15:35 +00:00 committed by Git OBS Bridge
parent 5cfc53262f
commit e1aa4d36c4
2 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 20 18:53:57 CET 2009 - crrodriguez@suse.de
- fix -devel package dependencies (and build of package enblend-enfuse)
- remove "la" files
-------------------------------------------------------------------
Thu Jan 8 16:35:53 CET 2009 - sbrabec@suse.cz

View File

@ -24,7 +24,7 @@ Url: http://www.gnu.org/software/plotutils/plotutils.html
Group: Productivity/Graphics/Visualization/Graph
PreReq: %install_info_prereq %suseconfig_fonts_prereq
Version: 2.5.1
Release: 1
Release: 2
Summary: GNU Plotting Utilities
Source: %{name}-%{version}.tar.bz2
Patch: plotutils-man.patch
@ -57,7 +57,8 @@ Authors:
License: GPL v2 or later; GPL v3 or later
Summary: GNU Plotting Utilities
Group: Development/Libraries/C and C++
Requires: %{name} = %{version} glibc-devel libpng-devel zlib-devel
Requires: %{name} = %{version} libstdc++-devel xorg-x11-libX11-devel
Requires: libplot2 = %{version} libplotter2 = %{version} libxmi0 = %{version}
%description devel
The GNU plotting utilities consist of seven command line programs: the
@ -163,7 +164,7 @@ rm $(fgrep -rl "made by GNU Bison" . ; fgrep -rl "A Bison parser, made from" . ;
%build
autoreconf -f -i
%configure\
%configure --with-pic\
--disable-static\
--enable-libplotter\
--enable-libxmi
@ -190,6 +191,7 @@ install -m 0644 manpage.1 $RPM_BUILD_ROOT%{_mandir}/man1/plotutils.1
ln -s plotutils.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/double.1.gz
ln -s plotutils.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/graph.1.gz
ln -s plotutils.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/pic2plot.1.gz
%{__rm} -f %{buildroot}%{_libdir}/*.la
%post
%install_info --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
@ -231,7 +233,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root)
%{_libdir}/lib*.so
%{_libdir}/lib*.*a
%{_includedir}/*.h
%doc %{_infodir}/libxmi*.info*
@ -248,6 +249,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libxmi.so.*
%changelog
* Tue Jan 20 2009 crrodriguez@suse.de
- fix -devel package dependencies (and build of package enblend-enfuse)
- remove "la" files
* Thu Jan 08 2009 sbrabec@suse.cz
- Updated to version 2.5.1:
* Minor SVG output format fixes for compatability with SVG 1.1.