Edit report at http://bugs.php.net/bug.php?id=53270&edit=1

 ID:                 53270
 Updated by:         [email protected]
 Reported by:        mikhail dot v dot gavrilov at gmail dot com
 Summary:            Cannot make rpm package with included spec file
 Status:             Open
 Type:               Bug
 Package:            Unknown/Other Function
 Operating System:   CentOS 5.5
 PHP Version:        5.3.3
 Block user comment: N

 New Comment:

This should be fairly simple to fix, simply swap the copyright tag with
a license tag in the specs file should do


Previous Comments:
------------------------------------------------------------------------
[2010-11-08 21:51:24] mikhail dot v dot gavrilov at gmail dot com

Description:
------------
1) Unpak php-5.3.3

2) Configure with command:

'./configure' '--build=x86_64-redhat-linux-gnu'
'--host=x86_64-redhat-linux-gnu' 

'--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr'
'--exec-

prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin'
'--sysconfdir=/etc' '--

datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64'
'--

libexecdir=/usr/libexec' '--localstatedir=/var'
'--sharedstatedir=/usr/com' '--

mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-

file=../config.cache' '--with-libdir=lib64'
'--with-config-file-path=/etc' '--

with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic'
'--disable-

rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin'
'--with-

freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr'
'--enable-gd-

native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext'
'--with-gmp' 

'--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-zlib'
'--with-

layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes'
'--enable-

sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg'
'--with-

kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar'
'--with-

libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--enable-fpm'
'--

without-mysql' '--without-gd' '--disable-dom' '--disable-dba'
'--without-

unixODBC' '--disable-pdo' '--disable-xmlreader' '--disable-xmlwriter'
'--

without-sqlite' '--without-sqlite3' '--disable-phar'
'--disable-fileinfo' '--

disable-json' '--without-pspell' '--disable-wddx' '--without-curl'
'--disable-

posix' '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem'

3) make (make is Ok)

4) Build rpm with rpmbuild command, but process  stopped with error:

[r...@localhost php-5.3.3]# rpmbuild -ba php5.spec

error: Legacy syntax is unsupported: copyright

error: line 10: Unknown tag: Copyright: The PHP license (see "LICENSE"
file 

included in distribution)





------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53270&edit=1

Reply via email to