Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
windows:mingw:win32
mingw32-gperf
mingw32-gperf.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mingw32-gperf.spec of Package mingw32-gperf
# # spec file for package gperf (Version 3.0.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # # norootforbuild %define _name gperf Name: mingw32-%{_name} License: GPL-3.0+ Group: Development/Languages/C and C++ PreReq: %install_info_prereq AutoReqProv: on Version: 3.1 Release: 1 Summary: A Compiler Tool for Generating Perfect Hash Functions Url: https://www.gnu.org/software/gperf Source: http://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.gz Patch0: gperf-3.1-add-exe-extension.patch BuildRequires: mingw32-cross-gcc-c++ BuildRequires: mingw32-cross-wine # for check target BuildRequires: mingw32-libgcc_s_sjlj1 BuildRequires: mingw32-libssp0 BuildRequires: mingw32-libstdc++6 %_mingw32_package_header_debug BuildArch: noarch %description A perfect hash function is simply: a hash function and a data structure that allows recognition of a key word in a set of words using exactly one probe into the data structure. Authors: -------- Doug Schmidt <schnidt@siam.ics.uci.edu> Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de> %_mingw32_debug_package %prep %autosetup -p1 -n %{_name}-%{version} %build %_mingw32_configure \ --htmldir=%{_mingw32_docdir}/%{_name} make %{?_smp_mflags} %check %_mingw32_cross_wine_init make check WRAPPER=/usr/bin/wine %install mkdir -p %buildroot/%_mingw32_bindir install -c src/gperf.exe %buildroot/%_mingw32_bindir/gperf.exe mkdir -p %buildroot/%_mingw32_datadir/doc/gperf install -m 644 doc/gperf.html %buildroot/%_mingw32_datadir/doc/gperf/gperf.html %files %defattr (-,root,root) %doc README NEWS AUTHORS COPYING ChangeLog doc/*.html %{_mingw32_bindir}/gperf.exe %dir %{_mingw32_datadir}/doc/gperf %doc %{_mingw32_datadir}/doc/gperf/gperf.html %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor