Hello community,

here is the log from the commit of package plotutils for openSUSE:Factory 
checked in at 2012-08-07 08:12:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plotutils (Old)
 and      /work/SRC/openSUSE:Factory/.plotutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plotutils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plotutils/plotutils.changes      2011-11-21 
12:51:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plotutils.new/plotutils.changes 2012-08-07 
08:12:13.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  6 13:20:52 UTC 2012 - [email protected]
+
+- prepare spec file for dropping SuSEconfig.fonts (openFATE#313536)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plotutils.spec ++++++
--- /var/tmp/diff_new_pack.j1urIR/_old  2012-08-07 08:12:16.000000000 +0200
+++ /var/tmp/diff_new_pack.j1urIR/_new  2012-08-07 08:12:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plotutils
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,28 @@
 #
 
 
-
 Name:           plotutils
-BuildRequires:  bison flex gcc-c++ libpng-devel libtool xorg-x11-devel 
zlib-devel
-License:        GPL-2.0+ ; GPL-3.0+
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  fontpackages-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  xorg-x11-devel
+BuildRequires:  zlib-devel
 Url:            http://www.gnu.org/software/plotutils/plotutils.html
-Group:          Productivity/Graphics/Visualization/Graph
 PreReq:         %install_info_prereq %suseconfig_fonts_prereq
 Version:        2.6
-Release:        1
+Release:        0
 Summary:        GNU Plotting Utilities
+License:        GPL-2.0+ ; GPL-3.0+
+Group:          Productivity/Graphics/Visualization/Graph
 Source:         %{name}-%{version}.tar.bz2
 Patch:          plotutils-man.patch
 Patch1:         plotutils-uninitialized.patch
 Patch2:         plotutils-dasharray-format.patch
 Patch3:         plotutils-autoreconf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%define fontdir %{_datadir}/fonts/misc
 
 %description
 The GNU plotting utilities consist of seven command line programs: the
@@ -54,11 +59,14 @@
     James J. Clark <[email protected]>
 
 %package devel
-License:        GPL-2.0+ ; GPL-3.0+
 Summary:        GNU Plotting Utilities
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version} libstdc++-devel xorg-x11-libX11-devel
-Requires:       libplot2 = %{version} libplotter2 = %{version} libxmi0 = 
%{version}
+Requires:       %{name} = %{version}
+Requires:       libplot2 = %{version}
+Requires:       libplotter2 = %{version}
+Requires:       libstdc++-devel
+Requires:       libxmi0 = %{version}
+Requires:       xorg-x11-libX11-devel
 
 %description devel
 The GNU plotting utilities consist of seven command line programs: the
@@ -80,7 +88,6 @@
     James J. Clark <[email protected]>
 
 %package -n libplot2
-License:        GPL-2.0+ ; GPL-3.0+
 Summary:        GNU Plotting Utilities
 Group:          System/Libraries
 
@@ -104,7 +111,6 @@
     James J. Clark <[email protected]>
 
 %package -n libplotter2
-License:        GPL-2.0+ ; GPL-3.0+
 Summary:        GNU Plotting Utilities
 Group:          System/Libraries
 
@@ -128,7 +134,6 @@
     James J. Clark <[email protected]>
 
 %package -n libxmi0
-License:        GPL-2.0+ ; GPL-3.0+
 Summary:        GNU Plotting Utilities
 Group:          System/Libraries
 
@@ -183,9 +188,9 @@
        AUTHORS COMPAT COPYING INSTALL.fonts KNOWN_BUGS PROBLEMS README THANKS\
        TODO $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
 #
-install -d $RPM_BUILD_ROOT%{fontdir}
-install -m 0644 fonts/pcf/*.pcf $RPM_BUILD_ROOT%{fontdir}
-gzip -9 ${RPM_BUILD_ROOT}%{fontdir}/*.pcf
+install -d $RPM_BUILD_ROOT%{_miscfontsdir}
+install -m 0644 fonts/pcf/*.pcf $RPM_BUILD_ROOT%{_miscfontsdir}
+gzip -9 ${RPM_BUILD_ROOT}%{_miscfontsdir}/*.pcf
 #
 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
@@ -195,11 +200,14 @@
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
-%run_suseconfig_fonts
+%reconfigure_fonts_post
 
 %postun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/plotutils.info.gz
-%run_suseconfig_fonts
+%reconfigure_fonts_postun
+
+%posttrans
+%reconfigure_fonts_posttrans
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/libxmi.info.gz
@@ -228,7 +236,7 @@
 %{_bindir}/*
 %doc %{_infodir}/plotutils*.info*
 %doc %{_mandir}/man?/*.*
-%{fontdir}
+%{_miscfontsdir}
 
 %files devel
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to