Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory checked 
in at 2013-07-23 20:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xmgrace (Old)
 and      /work/SRC/openSUSE:Factory/.xmgrace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xmgrace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xmgrace/xmgrace.changes  2013-07-21 
16:35:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xmgrace.new/xmgrace.changes     2013-07-23 
20:59:49.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jul 23 15:33:34 UTC 2013 - tchva...@suse.com
+
+- Use openmotif-devel so we work on other releases.
+
+-------------------------------------------------------------------
+Tue Jul 23 15:31:51 UTC 2013 - tchva...@suse.com
+
+- Fix the configure phase by adding missing BuildRequires.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xmgrace.spec ++++++
--- /var/tmp/diff_new_pack.71J13r/_old  2013-07-23 20:59:51.000000000 +0200
+++ /var/tmp/diff_new_pack.71J13r/_new  2013-07-23 20:59:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package xmgrace (Version 5.1.22)
+# spec file for package xmgrace
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,17 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xmgrace
-BuildRequires:  libpng-devel libtiff-devel openmotif openmotif-devel 
t1lib-devel update-desktop-files xorg-x11
-License:        GPL-2.0+
-Group:          Productivity/Graphics/Visualization/Graph
-AutoReqProv:    on
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  openmotif-devel
+BuildRequires:  t1lib-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xt)
 Version:        5.1.23
-Release:        1
+Release:        0
 Summary:        A 2D-Plot-Program for Visualisation of Scientific Data
+License:        GPL-2.0+
+Group:          Productivity/Graphics/Visualization/Graph
 Source:         
ftp://ftp.fu-berlin.de/unix/graphics/grace/src/grace5/grace-%{version}.tar.gz
 Source1:        %name.desktop
 Source2:        xmgrace.png
@@ -43,8 +48,8 @@
 For examples, see /usr/lib/xmgrace/examples.
 
 %package devel
-Group:          Productivity/Graphics/Visualization/Graph
 Summary:        Grace library
+Group:          Productivity/Graphics/Visualization/Graph
 
 %description devel
 Grace is a WYSIWYG 2D plotting tool for the X Window System and M*tif.
@@ -62,28 +67,28 @@
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=/usr/%{_lib} 
--enable-grace-home=/usr/%{_lib}/xmgrace --bindir=/usr/bin 
--with-helpviewer="/usr/bin/desktop-launch %s" --mandir=%{_mandir}
-make
+make %{?_smp_mflags}
 
 %install
 # rm -rf %{_defaultdocdir}/xmgrace
 # rm -rf /usr/%{_lib}/xmgrace
-make DESTDIR=$RPM_BUILD_ROOT install
-make DESTDIR=$RPM_BUILD_ROOT install links
-mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/xmgrace
-rm -rf $RPM_BUILD_ROOT/usr/man
-mkdir -p $RPM_BUILD_ROOT/usr/share/man/man1
-rm -f $RPM_BUILD_ROOT/usr/share/man/man1/*.1
-mv $RPM_BUILD_ROOT/usr/%{_lib}/xmgrace/doc/*.1 
$RPM_BUILD_ROOT/usr/share/man/man1
-mv $RPM_BUILD_ROOT/usr/%{_lib}/xmgrace/doc 
$RPM_BUILD_ROOT/%{_defaultdocdir}/xmgrace
+make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install links
+mkdir -p %{buildroot}/%{_defaultdocdir}/xmgrace
+rm -rf %{buildroot}/usr/man
+mkdir -p %{buildroot}/usr/share/man/man1
+rm -f %{buildroot}/usr/share/man/man1/*.1
+mv %{buildroot}/usr/%{_lib}/xmgrace/doc/*.1 %{buildroot}/usr/share/man/man1
+mv %{buildroot}/usr/%{_lib}/xmgrace/doc %{buildroot}/%{_defaultdocdir}/xmgrace
 %if "%{_lib}" == "lib64"
-mv $RPM_BUILD_ROOT/usr/lib/libgrace_np.a $RPM_BUILD_ROOT/usr/%{_lib}
+mv %{buildroot}/usr/lib/libgrace_np.a %{buildroot}/usr/%{_lib}
 %endif
-cp CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README 
$RPM_BUILD_ROOT/%{_defaultdocdir}/xmgrace
-install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/pixmaps
-install %{SOURCE2} -m 644 $RPM_BUILD_ROOT/%{_datadir}/pixmaps
-install -dm 755 $RPM_BUILD_ROOT%{_datadir}/applications/
-install %{SOURCE1} -m 644 $RPM_BUILD_ROOT%{_datadir}/applications/
-%suse_update_desktop_file -r 
$RPM_BUILD_ROOT%{_datadir}/applications/xmgrace.desktop Edutainment Math
+cp CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README 
%{buildroot}/%{_defaultdocdir}/xmgrace
+install -dm 755 %{buildroot}/%{_datadir}/pixmaps
+install %{SOURCE2} -m 644 %{buildroot}/%{_datadir}/pixmaps
+install -dm 755 %{buildroot}%{_datadir}/applications/
+install %{SOURCE1} -m 644 %{buildroot}%{_datadir}/applications/
+%suse_update_desktop_file -r 
%{buildroot}%{_datadir}/applications/xmgrace.desktop Edutainment Math
 
 %files
 %defattr(-,root,root)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to