Subversion Repositories php-qbpwcf

Rev

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

Rev 355 Rev 358
Line 1... Line 1...
1
Name:           php-qbpwcf
1
Name:           php-qbpwcf
2
 
2
 
3
#版本號不能含有"-"的符號
3
#版本號不能含有"-"的符號
4
Version:        alpha.v20260614.3
4
Version:        alpha.v20260615
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 51... Line 51...
51
#makefile 中的 install 規則,要可以接收 "DESTDIR=" 跟 "INSTALL=" 開頭的參數.
51
#makefile 中的 install 規則,要可以接收 "DESTDIR=" 跟 "INSTALL=" 開頭的參數.
52
%make_install
52
%make_install
53
 
53
 
54
%files
54
%files
55
 
55
 
56
#files will place to /usr/lib/
56
#files will place to /usr/lib(64)/
57
%{_libdir}/*
57
%{_libdir}/*
-
 
58
/usr/lib/*
-
 
59
/usr/lib64/*
58
 
60
 
59
#files will place to /usr/bin/
61
#files will place to /usr/bin/
60
%{_bindir}/*
62
%{_bindir}/*
61
 
63
 
62
#files will place to /usr/share/
64
#files will place to /usr/share/
Line 80... Line 82...
80
 
82
 
81
%readme
83
%readme
82
README
84
README
83
 
85
 
84
%licese
86
%licese
85
License
87
License
86
 
-
 
87
88