Accepting request 494908 from system:install:head
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/494908 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-devel-base?expand=0&rev=2
This commit is contained in:
commit
8e79fd0f24
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 16:08:50 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Compact %install routine; replace old RPM shell vars by macros.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 06:15:40 UTC 2017 - sflees@suse.de
|
Thu Mar 16 06:15:40 UTC 2017 - sflees@suse.de
|
||||||
|
|
||||||
|
@ -267,11 +267,8 @@ Tools and libraries for Web application development.
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
|
mkdir -p "%{buildroot}/usr/share/doc/packages/patterns"
|
||||||
echo 'This file marks the pattern devel_basis to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_basis.txt
|
for i in devel_basis devel_kernel devel_rpm_build devel_web; do
|
||||||
echo 'This file marks the pattern devel_kernel to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_kernel.txt
|
echo "This file marks the pattern $i to be installed." \
|
||||||
echo 'This file marks the pattern devel_rpm_build to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_rpm_build.txt
|
>"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
|
||||||
echo 'This file marks the pattern devel_web to be installed.' > $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_web.txt
|
done
|
||||||
|
|
||||||
%changelog
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user