]> git.pld-linux.org Git - packages/mruby.git/commitdiff
fix unused markdown link; adapter
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Apr 2018 08:03:37 +0000 (11:03 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Apr 2018 08:03:37 +0000 (11:03 +0300)
mruby.spec

index b7c2751c8d6faebbf443a66ac163fac61e0189ba..d04d21ee8b9edafe24deac7be914455dede56f95 100644 (file)
@@ -9,7 +9,7 @@ Group:          Development/Languages
 Source0:       https://github.com/mruby/mruby/archive/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 25efc35511070454074b36863c4d5b5e
 # debian addon for man pages
-Source1:       http://http.debian.net/debian/pool/main/m/mruby/mruby_%{version}-1.debian.tar.xz
+Source1:       http://http.debian.net/debian/pool/main/m/mruby/%{name}_%{version}-1.debian.tar.xz
 # Source1-md5: 3e4d3b5aea4999b0c03e40b5202bf8be
 Patch0:                %{name}-optimize.patch
 URL:           http://www.mruby.org/
@@ -21,8 +21,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 mruby is the lightweight implementation of the Ruby language complying
-to (part of) the [ISO standard][ISO-standard]. Its syntax is Ruby 1.9
-compatible.
+to (part of) the ISO standard. Its syntax is Ruby 1.9 compatible.
 
 This package contains:
 - mruby interpreter
@@ -45,8 +44,7 @@ Group:                Development/Libraries
 
 %description devel
 mruby is the lightweight implementation of the Ruby language complying
-to (part of) the [ISO standard][ISO-standard]. Its syntax is Ruby 1.9
-compatible.
+to (part of) the ISO standard. Its syntax is Ruby 1.9 compatible.
 
 This package contains embeddable library and its header files.
 
@@ -71,8 +69,8 @@ CFLAGS="%{rpmcflags} %{rpmcppflags} -Wall -std=gnu99 -fPIC" \
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir},%{_mandir}/man1}
 
-install build/host-debug/bin/* $RPM_BUILD_ROOT%{_bindir}
-install build/host/bin/* $RPM_BUILD_ROOT%{_bindir}
+cp -p build/host-debug/bin/* $RPM_BUILD_ROOT%{_bindir}
+cp -p build/host/bin/* $RPM_BUILD_ROOT%{_bindir}
 cp -p build/host/lib/*.a $RPM_BUILD_ROOT%{_libdir}
 cp -pr include/* $RPM_BUILD_ROOT%{_includedir}
 
This page took 0.095837 seconds and 4 git commands to generate.