2014-04-25 12:31:45 +02:00
|
|
|
#
|
|
|
|
# spec file for package util-macros
|
|
|
|
#
|
2024-04-17 15:18:50 +02:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2014-04-25 12:31:45 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-08-19 02:07:59 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-04-25 12:31:45 +02:00
|
|
|
#
|
|
|
|
|
2017-02-01 14:26:12 +01:00
|
|
|
|
2014-04-25 12:31:45 +02:00
|
|
|
Name: util-macros
|
2024-04-17 15:18:50 +02:00
|
|
|
Version: 1.20.1
|
2017-02-01 14:26:12 +01:00
|
|
|
Release: 0
|
2019-08-19 02:07:59 +02:00
|
|
|
Summary: The X Protocol
|
|
|
|
#Source URL: http://xorg.freedesktop.org/releases/individual/util/
|
2014-04-25 12:31:45 +02:00
|
|
|
#BuildRequires: autoconf >= 2.60
|
|
|
|
#BuildRequires: automake
|
|
|
|
#BuildRequires: libtool
|
2014-04-29 15:10:40 +02:00
|
|
|
License: HPND
|
2019-08-19 02:07:59 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
URL: https://xorg.freedesktop.org/
|
2023-02-13 22:05:57 +01:00
|
|
|
Source: %{name}-%{version}.tar.xz
|
2019-08-19 02:07:59 +02:00
|
|
|
BuildRequires: pkgconfig
|
2014-04-25 12:31:45 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Utility Macro Headers for X development
|
|
|
|
|
|
|
|
%package -n %{name}-devel
|
|
|
|
Summary: The X Protocol
|
|
|
|
# Added within the 13.2 Development Cycle
|
2019-08-19 02:07:59 +02:00
|
|
|
Group: Development/Libraries/X11
|
|
|
|
Provides: xorg-x11-proto-devel:/%{_libdir}/pkgconfig/xorg-macros.pc
|
2014-04-25 12:31:45 +02:00
|
|
|
|
|
|
|
%description -n %{name}-devel
|
|
|
|
Utility Macro Headers for X development
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
#autoreconf -fi
|
2019-08-19 02:07:59 +02:00
|
|
|
./configure CFLAGS="%{optflags} -fno-strict-aliasing" \
|
|
|
|
--prefix=%{_prefix} --libdir=%{_libdir}
|
2014-04-25 12:31:45 +02:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2019-08-19 02:07:59 +02:00
|
|
|
%make_install
|
|
|
|
rm -f %{buildroot}%{_datadir}/util-macros/INSTALL
|
2014-04-25 12:31:45 +02:00
|
|
|
|
|
|
|
%files -n %{name}-devel
|
2019-08-19 02:07:59 +02:00
|
|
|
%license COPYING
|
|
|
|
%dir %{_datadir}/aclocal
|
|
|
|
%{_datadir}/aclocal/*.m4
|
|
|
|
%{_datadir}/pkgconfig/*.pc
|
2014-04-25 12:31:45 +02:00
|
|
|
|
|
|
|
%changelog
|