Changeset 1096 in ProjectBuilder
- Timestamp:
- Oct 13, 2010, 1:33:14 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pb
r1095 r1096 1355 1355 # 1356 1356 cat > $ENV{'PBPROJ'}.ymp << EOT 1357 <?xml version="1.0" encoding="utf-8"?> 1358 <!-- vim: set sw=2 ts=2 ai et: --> 1357 1359 <metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install"> 1358 1360 <group><!-- The group of software, typically one for project-builder.org --> … … 1377 1379 for p in $basesrc; do 1378 1380 sum=`rpm -q --qf '%{SUMMARY}' \$p` 1381 name=`rpm -q --qf '%{NAME}' \$p` 1379 1382 desc=`rpm -q --qf '%{description}' \$p` 1380 1383 cat >> $ENV{'PBPROJ'}.ymp << EOT 1381 1384 <item> 1382 <name>\$ p</name><!-- Name of the package, is shown to the user and used to identify the package at the repository -->1385 <name>\$name</name><!-- Name of the package, is shown to the user and used to identify the package at the repository --> 1383 1386 <summary>\$sum</summary> <!-- Summary of the package --> 1384 1387 <description>\$desc</description> <!-- Description, is shown to the user -->
Note:
See TracChangeset
for help on using the changeset viewer.