Check-in [f3e22f0201]
Overview
Comment: | Reactivate all packages. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f3e22f0201f3f8ca89f4e1b3f9a276d2 |
User & Date: | mario on 2015-03-25 01:17:31 |
Other Links: | manifest | tags |
Context
2015-03-25
| ||
01:18 | Document Jamenda API count always 1. check-in: f9f113c1e4 user: mario tags: trunk | |
01:17 | Reactivate all packages. check-in: f3e22f0201 user: mario tags: trunk | |
01:17 | Split out NEWS from README. check-in: 8519d23c4c user: mario tags: trunk | |
Changes
Modified _pack from [4e0bc371a8] to [d7df07e688].
1 2 3 4 5 6 7 8 | # package up st2 # → now using fpm #-- meta data NAME=streamtuner2 VERSION=$(version --get:plugin st2.py --write:python st2.py) #-- bundle | > | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # package up st2 # → now using fpm #-- meta data NAME=streamtuner2 VERSION=$(version --get:plugin st2.py --write:python st2.py) gzip -9c NEWS > NEWS.gz #-- bundle fpm -s src -t deb -u man,fixperms -d python -p "$NAME-$VERSION.deb" --prefix=/usr/share/streamtuner2 --deb-compression xz -f st2.py fpm -s src -t rpm -p "$NAME-$VERSION.rpm" --prefix=/usr/share/streamtuner2 --rpm-compression xz -f st2.py fpm -s src -t exe -p "$NAME-$VERSION.exe" --prefix=c:/usr/share/streamtuner2 --exe-autoextract -f st2.py #fpm -s src -t tar -p "$NAME-$VERSION.bin.tar.xz" --prefix=/usr/local/share/streamtuner2 --verbose -f st2.py #exit #dpkg-deb -I streamtuner2*deb #dpkg-deb -c streamtuner2*deb cd .. pax -wvJf streamtuner2-$VERSION.src.txz \ streamtuner2/*.py streamtuner2/*.xml streamtuner2/channels/*.{py,png} \ streamtuner2/*.png streamtuner2/*.svg streamtuner2/*.desktop \ streamtuner2/README streamtuner2/help/* streamtuner2/contrib/* \ streamtuner2/bundle/* \ streamtuner2/PKG-INFO streamtuner2/version streamtuner2/_pack streamtuner2/*.epm cd - |