Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15:Update
duktape
duktape.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File duktape.spec of Package duktape
# # spec file for package duktape # # Copyright (c) 2017 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/ # %define sover 201 Name: duktape Version: 2.2.1 Release: 0 Summary: Embeddable Javascript engine License: MIT Group: Development/Libraries/C and C++ Url: http://duktape.org/ Source0: http://duktape.org/%{name}-%{version}.tar.xz Source1: duktape.pc.in BuildRequires: gcc BuildRequires: pkgconfig %description Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint. %package -n lib%{name}%{sover} Summary: The core library for %{name} Group: System/Libraries %description -n lib%{name}%{sover} Embeddable Javascript engine. This package contains the shared library. %package devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ Requires: lib%{name}%{sover} = %{version} %description devel Embeddable Javascript engine. This package contains header files and libraries needed to develop application that use %{name}. %prep %setup -q sed -e's|@prefix@|%{_prefix}|' \ -e's|@libdir@|%{_lib}|' \ -e's|@PACKAGE_VERSION@|%{version}|' \ < %{SOURCE1} > %{name}.pc.in %build sed -e '/^INSTALL_PREFIX/s|[^=]*$|%{_prefix}|' \ -e 's/\(-o.*\)/%{optflags} \1/' \ -e '/install\:/a\\tinstall -d $(DESTDIR)$(INSTALL_PREFIX)/%{_lib}\n\tinstall -d $(DESTDIR)$(INSTALL_PREFIX)/include' \ -e 's/\(\$.INSTALL_PREFIX.\)/$(DESTDIR)\1/' \ -e 's/\/lib\b/\/%{_lib}/g' \ < Makefile.sharedlibrary > Makefile make -j1 %install %make_install install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc %post -n lib%{name}%{sover} -p /sbin/ldconfig %postun -n lib%{name}%{sover} -p /sbin/ldconfig %files -n lib%{name}%{sover} %defattr(-,root,root) %doc AUTHORS.rst LICENSE.txt %{_libdir}/libduktape.so.* %{_libdir}/libduktaped.so.* %files devel %defattr(-,root,root) %{_includedir}/duk_config.h %{_includedir}/duktape.h %{_libdir}/libduktape.so %{_libdir}/libduktaped.so %{_libdir}/pkgconfig/duktape.pc %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