auto-import xorg-x11-xbitmaps-0.99.1-1 on branch devel from
xorg-x11-xbitmaps-0.99.1-1.src.rpm
This commit is contained in:
parent
b49b53a286
commit
a2739b2f3c
@ -1 +1 @@
|
|||||||
xbitmaps-0.99.0.tar.bz2
|
xbitmaps-0.99.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a910bcd038f2c557e062cf66a3b67acf xbitmaps-0.99.0.tar.bz2
|
384ac767bba58062251f6f658b210071 xbitmaps-0.99.1.tar.bz2
|
||||||
|
@ -1,15 +1,4 @@
|
|||||||
%define pkgname xbitmaps
|
%define pkgname xbitmaps
|
||||||
# FIXME: Upstream version of xfs tarball is 0.99.0, which would require
|
|
||||||
# us to add an "Epoch: 1" to this package in order for rpm to upgrade from
|
|
||||||
# the FC4 (and earlier) monolithic xorg-x11-xfs-6.8.x rpm package. Since
|
|
||||||
# it is currently unknown what the final upstream tarball version is likely
|
|
||||||
# to be called, I am avoiding adding Epoch, and instead using a 6.99.99.x
|
|
||||||
# version number for the time being. This allows us to make sure xfs will
|
|
||||||
# upgrade from older releases to the new release, allows us to avoid adding
|
|
||||||
# an Epoch tag possibly unnecessarily - as Epoch is permanent and very evil.
|
|
||||||
# If upstream later names it "xfs-7.0", then we bump the version to that,
|
|
||||||
# and everything just works.
|
|
||||||
%define upstreamversion 0.99.0
|
|
||||||
|
|
||||||
# FIXME: The X11 bitmaps are used at both compile time and runtime if I am
|
# FIXME: The X11 bitmaps are used at both compile time and runtime if I am
|
||||||
# not completely mistaken. Either way, they are architecture independant
|
# not completely mistaken. Either way, they are architecture independant
|
||||||
@ -21,12 +10,12 @@
|
|||||||
|
|
||||||
Summary: X.Org X11 application bitmaps
|
Summary: X.Org X11 application bitmaps
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 0.99.0
|
Version: 0.99.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{upstreamversion}.tar.bz2
|
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/%{pkgname}-%{version}.tar.bz2
|
||||||
#Source0: %{pkgname}-%{version}.tar.bz2
|
#Source0: %{pkgname}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
|
|
||||||
@ -59,24 +48,24 @@ Provides: %{pkgname}-devel
|
|||||||
X.Org X11 application bitmaps
|
X.Org X11 application bitmaps
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -n xbitmaps-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Build xbitmaps
|
# Build xbitmaps
|
||||||
{
|
#{
|
||||||
pushd %{pkgname}-%{upstreamversion}
|
# pushd %{pkgname}-%{version}
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
popd
|
# popd
|
||||||
}
|
#}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
{
|
#{
|
||||||
pushd %{pkgname}-%{upstreamversion}
|
# pushd %{pkgname}-%{version}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
popd
|
# popd
|
||||||
}
|
#}
|
||||||
# FIXME: Upstream installs the bitmaps into /usr/include by default, however
|
# FIXME: Upstream installs the bitmaps into /usr/include by default, however
|
||||||
# they are used both at compiletime via #include, as well as at runtime by
|
# they are used both at compiletime via #include, as well as at runtime by
|
||||||
# other apps. Being pedantically correct, it makes sense to install them
|
# other apps. Being pedantically correct, it makes sense to install them
|
||||||
@ -107,5 +96,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/xbitmaps.pc
|
%{_libdir}/pkgconfig/xbitmaps.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
||||||
|
- Updated to xbitmaps 0.99.1 from X11R7 RC2
|
||||||
|
|
||||||
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
||||||
- Initial build.
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user