22 ## |
22 ## |
23 |
23 |
24 # package information |
24 # package information |
25 Name: as-gui |
25 Name: as-gui |
26 Summary: Accounting System (AS) Graphical User Interface (GUI) |
26 Summary: Accounting System (AS) Graphical User Interface (GUI) |
27 URL: http://www.ossp.org/pkg/tool/as/ |
27 URL: http://asgui.europalab.com/ |
28 Vendor: Michael Schloh von Bennewitz |
28 Vendor: Michael Schloh von Bennewitz |
29 Packager: OpenPKG Foundation e.V. |
29 Packager: OpenPKG Foundation e.V. |
30 Distribution: OpenPKG Community |
30 Distribution: OpenPKG Community |
31 Class: EVAL |
31 Class: EVAL |
32 Group: Finance |
32 Group: Finance |
33 License: GPL |
33 License: GPL |
34 Version: 0.7.7 |
34 Version: 0.7.8 |
35 Release: 20081124 |
35 Release: 20081212 |
36 |
36 |
37 # package options |
37 # package options |
38 %option with_corba yes |
38 %option with_corba yes |
39 %option with_soap yes |
39 %option with_soap yes |
40 |
40 |
41 # list of sources |
41 # list of sources |
42 Source0: ftp://ftp.ossp.org/pkg/tool/as/as-gui-%{version}.tar.gz |
42 Source0: ftp://ftp.europalab.com/pub/sfw/asgui/as-gui-%{version}.tar.gz |
43 |
43 |
44 # build information |
44 # build information |
45 Prefix: %{l_prefix} |
45 Prefix: %{l_prefix} |
46 BuildRoot: %{l_buildroot} |
46 BuildRoot: %{l_buildroot} |
47 BuildPreReq: OpenPKG, openpkg >= 20050615, qt, pkgconfig, make |
47 BuildPreReq: OpenPKG, openpkg >= 20050615, qt, pkgconfig, make |
56 %endif |
56 %endif |
57 AutoReq: no |
57 AutoReq: no |
58 AutoReqProv: no |
58 AutoReqProv: no |
59 |
59 |
60 %description |
60 %description |
61 Accounting System (AS) is a time tracking and accounting system. AS |
61 Accounting System (AS) is a time tracking and accounting system. |
62 GUI is the graphical user interface client. |
62 AS GUI is the graphical user interface client. |
63 |
63 |
64 %track |
64 %track |
65 prog as-gui = { |
65 prog as-gui = { |
66 version = %{version} |
66 version = %{version} |
67 url = ftp://ftp.ossp.org/pkg/tool/as/ |
67 url = ftp://ftp.europalab.com/pub/sfw/asgui/ |
68 regex = as-gui-(__VER__)\.tar\.gz |
68 regex = as-gui-(__VER__)\.tar\.gz |
69 } |
69 } |
70 |
70 |
71 %prep |
71 %prep |
72 %setup -q -n as-gui-%{version} |
72 %setup -q -n as-gui-%{version} |