Author: lisu Date: Fri Mar 4 08:03:18 2011 GMT Module: packages Tag: DEVEL ---- Log message: - include generate-tarball.sh script - tar.xz package - NOTE changed
---- Files affected: packages/psi: psi.spec (1.184.2.6 -> 1.184.2.7) ---- Diffs: ================================================================ Index: packages/psi/psi.spec diff -u packages/psi/psi.spec:1.184.2.6 packages/psi/psi.spec:1.184.2.7 --- packages/psi/psi.spec:1.184.2.6 Thu Mar 3 22:03:16 2011 +++ packages/psi/psi.spec Fri Mar 4 09:03:09 2011 @@ -2,29 +2,15 @@ # # TODO: script to automate source package creation # -# NOTE (how to create the package): +# NOTE: +# +# To generate source package use generate-tarball.sh script included to this spec as SourceX. +# Requires: git-core, subversion and sed >= 4.0 # -# git clone git://git.psi-im.org/psi.git -# cd psi -# git submodule init -# git submodule update -# git pull -# git submodule update -# svn co http://psi-dev.googlecode.com/svn/trunk/patches/ -# cat *.diff | patch -p1 -# pkgrel=`svnversion "patches"` -# cd src -# sed "s/\(.xxx\)/.${pkgrel}/" -i "applicationinfo.cpp" -# cd .. -# svn co --force http://psi-dev.googlecode.com/svn/trunk/iconsets/ iconsets -# cd .. -# mv psi psi-0.15.${pkgrel} -# tar -pczf psi-0.15.${pkgrel}.tar.gz psi-0.15.${pkgrel}.tar.gz - %define ver 0.15 %define rev 3748 %define rel 0.%{rev}.1 - +# Summary: PSI - Jabber client Summary(de.UTF-8): PSI - ein Instant Messaging Client-Programm für Jabber Summary(pl.UTF-8): PSI - klient Jabbera @@ -33,12 +19,13 @@ Release: %{rel} License: GPL v2+ / LGPL v2.1+ Group: Applications/Communications -Source0: %{name}-%{version}.tar.gz -# Source0-md5: 9884316663fc01e5c7d81dc5c5660f83 +Source0: %{name}-%{version}.tar.xz +# Source0-md5: 95396cd64f34181b6a28f7cea33f8fca %if 0 #Source1: %{name}-lang.tar.bz2 # Source1-md5: cf6d82f53f1f1600a49bb61ba81151bf %endif +Source2: generate-tarball.sh Patch0: %{name}-fix_configure_for_ksh.patch Patch1: %{name}-desktop.patch Patch2: %{name}-home_etc.patch @@ -61,10 +48,12 @@ BuildRequires: qt4-build >= 4.4.0 BuildRequires: qt4-linguist >= 4.4.0 BuildRequires: qt4-qmake >= 4.4.0 +BuildRequires: tar >= 1:1.22 BuildRequires: which BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXScrnSaver-devel BuildRequires: xorg-proto-scrnsaverproto-devel +BuildRequires: xz >= 1:4.999.7 BuildRequires: zlib-devel Requires: gstreamer-v4l2 Requires: gstreamer-video4linux @@ -175,6 +164,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.184.2.7 2011/03/04 08:03:09 lisu +- include generate-tarball.sh script +- tar.xz package +- NOTE changed + Revision 1.184.2.6 2011/03/03 21:03:16 lisu - package psi-plus binary ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/psi/psi.spec?r1=1.184.2.6&r2=1.184.2.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
