projects
/
platform
/
upstream
/
libzypp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
changes
[platform/upstream/libzypp.git]
/
package
/
update_rpm
1
set -e
2
rm -f *.tar.bz2
3
svn export http://svn.opensuse.org/svn/zypp/trunk/libzypp
4
cd libzypp
5
mkdir build
6
cd build
7
cmake ..
8
make srcpackage_local
9
cp package/*es package/*ec package/*tar.bz2 ../..
10
cd ../..
11
rm -rf libzypp