Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.2:Ports
nml
nml.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nml.spec of Package nml
# # spec file for package nml # # Copyright (c) 2015 SUSE LINUX 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/ # Name: nml Version: 0.4.2 Release: 0 Summary: NewGRF Meta Language License: GPL-2.0+ Group: Development/Tools/Building Url: http://dev.openttdcoop.org/projects/nml Source: http://bundles.openttdcoop.org/nml/releases/%{version}/%{name}-%{version}.tar.gz Source99: nml-rpmlintrc # PATCH-FIX-OPENSUSE nml-python341.diff lnussel@suse.de -- fix build for Leap https://dev.openttdcoop.org/issues/7637 Patch0: nml-python341.diff # PATCH-FIX-OPENSUSE nml-0.4.2-pillow.diff -- fix build for new Pillow instead of PIL Patch1: nml-0.4.2-pillow.diff BuildRequires: gcc BuildRequires: python3-devel # We need the required packages also on building for regression tests: BuildRequires: python3-Pillow BuildRequires: python3-ply BuildRequires: python3-setuptools Requires: python3-Pillow Requires: python3-ply Requires: python3-setuptools Provides: nmlc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A tool to compile nml files to grf or nfo files, making newgrf coding easier. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 %build make make extensions %install python3 setup.py install --skip-build --root=%{buildroot} --prefix=%{_prefix} install -D -m0644 docs/nmlc.1 %{buildroot}%{_mandir}/man1/nmlc.1 #setuptools should not be a requirement on running, so we install the nmlc wrapper from source install -m0755 nmlc %{buildroot}%{_bindir}/nmlc # The actual python code is not being installed?!? mkdir -p %{buildroot}%{python3_sitelib}/nml cp -rp nml/* %{buildroot}%{python3_sitelib}/nml/ %files %defattr(-,root,root,-) %doc docs/*.txt %{_bindir}/nmlc %{_mandir}/man1/nmlc.1* %{python3_sitearch}/* %{python3_sitelib}/%{name}/ %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