Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
CrossToolchain:sh4
cross-sh4-glibc-headers
pre_checkin.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pre_checkin.sh of Package cross-sh4-glibc-headers
#!/bin/bash # the script takes glibc-headers.* and creates the cross-* packages for arch in sh4; do echo -n "Building package for $arch --> cross-$arch-glibc-headers.spec ..." cp -f glibc-headers.changes cross-$arch-glibc-headers.changes sed -e "s/^Name:.*glibc-headers\$/Name: cross-$arch-glibc-headers/" \ -e "s/^BuildRequires:.*kernel-headers\$/BuildRequires: cross-$arch-kernel-headers/" \ -e "s/^Provides:.*glibc-headers\$/Provides: cross-$arch-glibc-headers/" \ -e "s/^%changelog -n glibc-headers\$/%changelog -n cross-$arch-glibc-headers/" \ < glibc-headers.spec > cross-$arch-glibc-headers.spec echo " done." done
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