forked from pool/libXpm
Accepting request 115358 from X11:XOrg
Pushing X11:XOrg OBS-URL: https://build.opensuse.org/request/show/115358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXpm?expand=0&rev=2
This commit is contained in:
commit
f762de2942
3
libXpm-3.5.10.tar.bz2
Normal file
3
libXpm-3.5.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6db7e234750e7d60330017972e31d8e1f29f0a8c1391e4ac82f6102d919a735
|
||||
size 431310
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8add01029cab0598ca86e01a2f7781a636f74b757abe6b50ba61b2a6e2fd621e
|
||||
size 383818
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 11 15:42:59 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.5.10:
|
||||
+ Compiler warning fixes
|
||||
+ Janitorial cleanups
|
||||
+ Build configuration improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 01:08:12 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
32
libXpm.spec
32
libXpm.spec
@ -14,23 +14,29 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libXpm
|
||||
%define lname libXpm4
|
||||
Version: 3.5.9
|
||||
Version: 3.5.10
|
||||
Release: 0
|
||||
Summary: X Pixmap image file format library
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://xorg.freedesktop.org/
|
||||
Url: http://xorg.freedesktop.org/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXpm
|
||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXpm/
|
||||
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.8, pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(x11), pkgconfig(xt), pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xextproto)
|
||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
||||
BuildRequires: pkgconfig(xproto)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
|
||||
%description
|
||||
libXpm facilitates working with XPM (X PixMap), a format for
|
||||
@ -49,8 +55,8 @@ Summary: Development files for the X Pixmap image file format library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libXpm-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXpm-devel < 7.6_%version-%release
|
||||
Provides: xorg-x11-libXpm-devel = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXpm-devel < 7.6_%version-%release
|
||||
|
||||
%description devel
|
||||
libXpm facilitates working with XPM (X PixMap), a format for
|
||||
@ -60,11 +66,11 @@ This package contains the development headers for the library found
|
||||
in %lname.
|
||||
|
||||
%package tools
|
||||
Summary: Conversion utilities for X Pixmap (XPM) files
|
||||
Group: Productivity/Graphics/Convertors
|
||||
Summary: Conversion utilities for X Pixmap (XPM) files
|
||||
Group: Productivity/Graphics/Convertors
|
||||
# O/P added for 12.2
|
||||
Provides: xorg-x11-libXpm = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXpm < 7.6_%version-%release
|
||||
Provides: xorg-x11-libXpm = 7.6_%version-%release
|
||||
Obsoletes: xorg-x11-libXpm < 7.6_%version-%release
|
||||
|
||||
%description tools
|
||||
The spxm tool converts XPM1/XPM2 files to XPM version 3.
|
||||
|
Loading…
x
Reference in New Issue
Block a user