From 8f4a8421b41bcf88aafecbd95946f5f3b583db2ac2f1c454f2288474076784ff Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 11 May 2012 08:38:56 +0000 Subject: [PATCH] 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 --- xkbcomp.changes | 6 ++++++ xkbcomp.spec | 11 +++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/xkbcomp.changes b/xkbcomp.changes index df24ab5..5786e61 100644 --- a/xkbcomp.changes +++ b/xkbcomp.changes @@ -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 diff --git a/xkbcomp.spec b/xkbcomp.spec index 6142f74..9d4a68c 100644 --- a/xkbcomp.spec +++ b/xkbcomp.spec @@ -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