Accepting request 120676 from home:coolo:branches:openSUSE:Factory

- remove the pkgconfig file - it requires all devel packages and
  nothing of that is needed to run xkbcomp

OBS-URL: https://build.opensuse.org/request/show/120676
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkbcomp?expand=0&rev=6
This commit is contained in:
Stefan Dirsch 2012-05-11 08:38:56 +00:00 committed by Git OBS Bridge
parent 446c44ea4c
commit 8f4a8421b4
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 11 08:22:43 UTC 2012 - coolo@suse.com
- remove the pkgconfig file - it requires all devel packages and
nothing of that is needed to run xkbcomp
-------------------------------------------------------------------
Thu Apr 26 18:40:02 UTC 2012 - vuntz@opensuse.org

View File

@ -15,13 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xkbcomp
Version: 1.2.4
Release: 1
License: MIT
Release: 0
Summary: Utility to compile XKB keyboard description
Url: http://xorg.freedesktop.org/
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: bison
BuildRequires: pkg-config
@ -50,12 +51,14 @@ make %{?_smp_mflags}
%install
%make_install
# once we have something real to develop, we can split -devel
rm %{buildroot}%{_libdir}/pkgconfig/xkbcomp.pc
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%{_bindir}/xkbcomp
%{_mandir}/man1/xkbcomp.1%{?ext_man}
%{_libdir}/pkgconfig/xkbcomp.pc
#%{_libdir}/pkgconfig/xkbcomp.pc
%changelog