File pexports.spec of Package pexports
#
# spec file for package pexports
#
# Copyright (c) 2023 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: pexports
Version: 0.47
Release: 0
Summary: Tool for creating dll definition files
License: GPL-2.0-or-later
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
Group: Development/
URL: https://libwpg.sourceforge.net
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: bison
BuildRequires: flex
BuildRequires: gcc
BuildRequires: libtool
%description
A tool for creating dll definition files
%prep
%setup -q
%build
libtoolize --force --copy --install
autoconf
%configure
%make_build
%install
mkdir -p %{buildroot}%{_bindir}
install pexports %{buildroot}%{_bindir}
%files
%{_bindir}/pexports
%changelog