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:
parent
446c44ea4c
commit
8f4a8421b4
@ -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
|
Thu Apr 26 18:40:02 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
11
xkbcomp.spec
11
xkbcomp.spec
@ -15,13 +15,14 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: xkbcomp
|
Name: xkbcomp
|
||||||
Version: 1.2.4
|
Version: 1.2.4
|
||||||
Release: 1
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: Utility to compile XKB keyboard description
|
Summary: Utility to compile XKB keyboard description
|
||||||
Url: http://xorg.freedesktop.org/
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
|
Url: http://xorg.freedesktop.org/
|
||||||
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -50,12 +51,14 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
# once we have something real to develop, we can split -devel
|
||||||
|
rm %{buildroot}%{_libdir}/pkgconfig/xkbcomp.pc
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc ChangeLog COPYING README
|
%doc ChangeLog COPYING README
|
||||||
%{_bindir}/xkbcomp
|
%{_bindir}/xkbcomp
|
||||||
%{_mandir}/man1/xkbcomp.1%{?ext_man}
|
%{_mandir}/man1/xkbcomp.1%{?ext_man}
|
||||||
%{_libdir}/pkgconfig/xkbcomp.pc
|
#%{_libdir}/pkgconfig/xkbcomp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user