Accepting request 115356 from X11:XOrg

Pushing X11:XOrg

OBS-URL: https://build.opensuse.org/request/show/115356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXmu?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2012-05-08 09:57:48 +00:00 committed by Git OBS Bridge
commit 7eea2681bb
4 changed files with 28 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fa91f303b70decc1ef6201c88c8a5f0b4ecd68c6c88bdcc891ecd1a689d36ad
size 360663

3
libXmu-1.1.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:709081c550cc3a866d7c760a3f97384a1fe16e27fc38fe8169b8db9f33aa7edd
size 383473

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 11 15:19:19 UTC 2012 - vuntz@opensuse.org
- Update to version 1.1.1:
+ Cleanups of code that causes compiler warnings
+ Improvements to the documentation
+ Build configuration improvements
-------------------------------------------------------------------
Sat Feb 11 19:06:42 UTC 2012 - jengelh@medozas.de

View File

@ -14,8 +14,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libXmu
Version: 1.1.0
Version: 1.1.1
Release: 0
Summary: Miscellaneous utility routines for X
License: MIT
@ -24,12 +26,16 @@ Url: http://xorg.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXmu
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXmu/
Source: %name-%version.tar.bz2
BuildRoot: %_tmppath/%name-%version-build
Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf >= 2.60, automake, libtool
BuildRequires: pkgconfig, pkgconfig(xorg-macros) >= 1.10
BuildRequires: pkgconfig(xt), pkgconfig(xext), pkgconfig(x11)
BuildRequires: pkgconfig(xextproto), pkgconfig(xtrans)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xextproto)
BuildRequires: pkgconfig(xorg-macros) >= 1.12
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtrans)
%description
The Xmu Library is a collection of miscellaneous (some might say random)
@ -60,7 +66,8 @@ various applications and widgets.
%package devel
Summary: Development files for the X Miscellaneous Utility Libraries
Group: Development/Libraries/C and C++
Requires: libXmu6 = %version, libXmuu1 = %version
Requires: libXmu6 = %version
Requires: libXmuu1 = %version
# O/P added for 12.2
Provides: xorg-x11-libXmu-devel = 7.6_%version-%release
Obsoletes: xorg-x11-libXmu-devel < 7.6_%version-%release
@ -85,8 +92,11 @@ make %{?_smp_mflags}
rm -f "%buildroot/%_libdir"/*.la
%post -n libXmu6 -p /sbin/ldconfig
%postun -n libXmu6 -p /sbin/ldconfig
%post -n libXmuu1 -p /sbin/ldconfig
%postun -n libXmuu1 -p /sbin/ldconfig
%files -n libXmu6