minor spec cleanups
This commit is contained in:
parent
30d9f0abcc
commit
e2db27002e
@ -1,14 +1,18 @@
|
|||||||
%define pkgname xbitmaps
|
%define pkgname xbitmaps
|
||||||
|
|
||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Summary: X.Org X11 application bitmaps
|
Summary: X.Org X11 application bitmaps
|
||||||
Name: xorg-x11-%{pkgname}
|
Name: xorg-x11-%{pkgname}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 1.2
|
Release: 2
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC4/everything/%{pkgname}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/everything/%{pkgname}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildArchitecture: noarch
|
||||||
|
|
||||||
# NOTE: This dependency on xorg-x11-filesystem is required to work around
|
# NOTE: This dependency on xorg-x11-filesystem is required to work around
|
||||||
# a nasty upgrade problem when going from FC4->FC5 or monolithic to
|
# a nasty upgrade problem when going from FC4->FC5 or monolithic to
|
||||||
@ -34,57 +38,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
# 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
|
|
||||||
# other apps. Being pedantically correct, it makes sense to install them
|
|
||||||
# into the FHS sanctioned /usr/share heirarchy instead for runtime arch
|
|
||||||
# independent data. Then provide a symlink from /usr/include to the
|
|
||||||
# runtime dir for apps to link to. Since this is too much overhead for
|
|
||||||
# a separate devel subpackage, I've added a virtual Provide above so this
|
|
||||||
# package provides both. This should be fixed upstream IMHO to use
|
|
||||||
# /usr/share by default.
|
|
||||||
%if 0
|
|
||||||
{
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11
|
|
||||||
mv $RPM_BUILD_ROOT%{_includedir}/X11/bitmaps $RPM_BUILD_ROOT%{_datadir}/X11/
|
|
||||||
ln -sf ../../..%{_datadir}/X11/bitmaps $RPM_BUILD_ROOT%{_includedir}/X11/
|
|
||||||
}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc
|
||||||
%if 0
|
|
||||||
|
|
||||||
%dir %{_datadir}
|
|
||||||
%dir %{_datadir}/X11
|
|
||||||
%dir %{_datadir}/X11/bitmaps
|
|
||||||
%{_datadir}/X11/bitmaps/*
|
|
||||||
# Symlink for devel linking
|
|
||||||
%{_includedir}/X11/bitmaps
|
|
||||||
|
|
||||||
%else
|
|
||||||
|
|
||||||
%dir %{_includedir}
|
|
||||||
%dir %{_includedir}/X11
|
%dir %{_includedir}/X11
|
||||||
%dir %{_includedir}/X11/bitmaps
|
%dir %{_includedir}/X11/bitmaps
|
||||||
%{_includedir}/X11/bitmaps/*
|
%{_includedir}/X11/bitmaps/*
|
||||||
# Symlink for devel linking
|
# Symlink for devel linking
|
||||||
%{_includedir}/X11/bitmaps
|
%{_includedir}/X11/bitmaps
|
||||||
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%dir %{_libdir}/pkgconfig
|
|
||||||
%{_libdir}/pkgconfig/xbitmaps.pc
|
%{_libdir}/pkgconfig/xbitmaps.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.2
|
* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
|
||||||
|
- Cleaned up file manifest.
|
||||||
|
- Made package noarch, as it is just header files.
|
||||||
|
- Disable debuginfo processing, as there are no ELF objects in package.
|
||||||
|
|
||||||
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.2
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-1.1
|
||||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||||
|
|
||||||
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
* Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user