Subversion Repositories php-qbpwcf

Rev

Rev 346 | Rev 353 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 346 Rev 348
Line 1... Line 1...
1
Name:           php-qbpwcf
1
Name:           php-qbpwcf
2
 
2
 
3
#版本號不能含有"-"的符號
3
#版本號不能含有"-"的符號
4
Version:        alpha.v20260614
4
Version:        alpha.v20260614.1
5
 
5
 
6
#發行版次。初始值一般都應該是 1o/o{?dist}。每次新發行同版本軟體的軟體包就遞增一個數字。若上游發行新的版本,就對應修改 Version 標籤,然後把 Release 發行版次重設回 1 
6
#發行版次。初始值一般都應該是 1o/o{?dist}。每次新發行同版本軟體的軟體包就遞增一個數字。若上游發行新的版本,就對應修改 Version 標籤,然後把 Release 發行版次重設回 1 
7
Release:        1%{?dist}
7
Release:        1%{?dist}
8
Summary:        PHP libary for quick build php website based on Fedora Linux(a.k.a. ,Low code platform library).
8
Summary:        PHP libary for quick build php website based on Fedora Linux(a.k.a. ,Low code platform library).
9
 
9
 
Line 19... Line 19...
19
BuildRequires:  php,php-cli,php-json,php-soap,php-xml,uuid,net-tools,php-tcpdf,php-gd,php-process,nmap,httpd,mod_ssl,faad2-libs,libkadm5,php-pear,php-pear-Auth-SASL,php-pear-Net-SMTP,php-pear-Net-Socket,php-pecl-krb5
19
BuildRequires:  php,php-cli,php-json,php-soap,php-xml,uuid,net-tools,php-tcpdf,php-gd,php-process,nmap,httpd,mod_ssl,faad2-libs,libkadm5,php-pear,php-pear-Auth-SASL,php-pear-Net-SMTP,php-pear-Net-Socket,php-pecl-krb5
20
 
20
 
21
#安裝該軟體需要有哪些套件 
21
#安裝該軟體需要有哪些套件 
22
Requires:       php,php-cli,php-json,php-soap,php-xml,uuid,net-tools,php-tcpdf,php-gd,php-process,nmap,httpd,mod_ssl,faad2-libs,libkadm5,php-pear,php-pear-Auth-SASL,php-pear-Net-SMTP,php-pear-Net-Socket,php-pecl-krb5,mariadb,mariadb-server,phpMyAdmin,NetworkManager,liberation-mono-fonts
22
Requires:       php,php-cli,php-json,php-soap,php-xml,uuid,net-tools,php-tcpdf,php-gd,php-process,nmap,httpd,mod_ssl,faad2-libs,libkadm5,php-pear,php-pear-Auth-SASL,php-pear-Net-SMTP,php-pear-Net-Socket,php-pecl-krb5,mariadb,mariadb-server,phpMyAdmin,NetworkManager,liberation-mono-fonts
23
 
23
 
24
#跟處理器架構無關
24
#跟處理器架構無關, %{_libdir} 會變成 /usr/lib,可忽略該marco.
25
BuildArch:      noarch
25
#BuildArch:      noarch
26
 
26
 
27
#x86_64 cpu required
27
#x86_64 cpu required
28
#BuildArch:     x86_64
28
#BuildArch:     x86_64
29
 
29
 
30
#don't generate debug files
30
#don't generate debug files
Line 57... Line 57...
57
%files
57
%files
58
 
58
 
59
#files will place to /usr/lib/
59
#files will place to /usr/lib/
60
%{_libdir}/*
60
%{_libdir}/*
61
 
61
 
62
#files will place to /usr/lib64/
-
 
63
/usr/lib64/*
-
 
64
 
-
 
65
#files will place to /usr/bin/
62
#files will place to /usr/bin/
66
%{_bindir}/*
63
%{_bindir}/*
67
 
64
 
68
#files will place to /usr/share/
65
#files will place to /usr/share/
69
%{_datadir}/*
66
%{_datadir}/*