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