Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:zilti:chicken
chicken-git
chicken-git.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chicken-git.spec of Package chicken-git
# # spec file for package chicken # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 toganm@opensuse.org # Copyright (c) 2013 andrey.lisin@gmail.com # Copyright (c) 2014-2022 dziltener@lyrion.ch # # Minor modifications by Moritz Wilhelmy # # 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/ # # Disable RPATH hardening for Fedora %global __brp_check_rpaths %{nil} Name: chicken-git Version: XXXXXXXX Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build URL: http://www.call-cc.org/ Source0: chicken-%{version}.tar.gz Summary: Compiler and Interpreter for the Scheme programming language License: BSD-2-Clause Group: Development/Languages/Other Conflicts: chicken BuildRequires: chicken chicken-devel %description CHICKEN is a compiler and interpreter for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the R5RS Scheme language standard, and includes many enhancements and extensions. CHICKEN runs on Linux, MacOS X, Windows, and many Unix flavours. %package devel Summary: Include files and library for the Chicken Scheme system Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Conflicts: chicken-devel %description devel This package contains C header files and library for Chicken Scheme. %package doc Summary: Documentation for Chicken Group: Documentation/HTML BuildArch: noarch Requires: %{name} = %{version} Conflicts: chicken-doc %description doc The package contains HTML documentation for Chicken. %global debug_package %{nil} %global optflags %{optflags} -O2 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-unused-label -Wno-unused-function -ffat-lto-objects %prep %autosetup -n chicken-%{version} # NOTE for reviewers # there is no configure option hence we build straight away %build CFLAGS="%optflags" make PLATFORM=linux PREFIX=%{_prefix} LIBDIR=%{_libdir} \ ARCH=${_arch} DOCDIR=%{_defaultdocdir}/%{name} \ C_COMPILER_OPTIMIZATION_OPTIONS="%optflags" %install CFLAGS="%optflags" make PLATFORM=linux DESTDIR=%{buildroot} \ PREFIX=%{_prefix} LIBDIR=%{_libdir} \ ARCH=${_arch} DOCDIR=%{_defaultdocdir}/%{name} install #remove static files find %{buildroot}%{_libdir} -name "*.la" -delete %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %post -n %{name}-devel -p /sbin/ldconfig chmod +x %{_bindir}/feathers %postun -n %{name}-devel -p /sbin/ldconfig %files %{_bindir}/* %exclude %{_bindir}/feathers %{_libdir}/libchicken.so %{_libdir}/libchicken.so.* %{_libdir}/chicken/* %doc %{_mandir}/man?/* %{_datadir}/chicken/setup.defaults %dir %{_libdir}/chicken %dir %{_datadir}/chicken %exclude %{_defaultdocdir}/%{name} %files devel %{_bindir}/feathers %{_datadir}/chicken/feathers.tcl %{_libdir}/libchicken.a %dir %{_includedir}/chicken %{_includedir}/chicken/* %files doc %{_defaultdocdir}/%{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