]> git.pld-linux.org Git - packages/php-pear-PEAR_PackageUpdate.git/blob - php-pear-PEAR_PackageUpdate.spec
- updated to 0.4.3
[packages/php-pear-PEAR_PackageUpdate.git] / php-pear-PEAR_PackageUpdate.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          PEAR
3 %define         _subclass       PackageUpdate
4 %define         _status         beta
5 %define         _pearname       PEAR_PackageUpdate
6
7 Summary:        %{_pearname} - a simple way to update packages at runtime
8 Summary(pl):    %{_pearname} - prosty sposób do aktualizacji paczek w czasie dzia³ania aplikacji
9 Name:           php-pear-%{_pearname}
10 Version:        0.4.3
11 Release:        1
12 License:        PHP License
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  b25dab1a097f62e336c2062dcda4e99d
16 URL:            http://pear.php.net/package/PEAR_PackageUpdate/
17 BuildRequires:  php-pear-PEAR
18 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
19 Requires:       php-pear
20 Requires:       php-pear-PEAR >= 1.4.8
21 Requires:       php-pear-PEAR >= 1:1.4.-0.8
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 PEAR_PackageUpdate (PPU) is designed to allow developers to easily
27 include auto updating features for other packages and PEAR installable
28 applications. PPU will check to see if a new version of a package is
29 available and then ask the user if they would like to update the
30 package. PPU uses PEAR to communicate with the channel server and to
31 execute the update.
32
33 PPU allows the end user to take some control over when they are
34 notified about new releases. The PPU Preferences allow a user to tell
35 PPU not to ask about certain types of releases (bug fixes, minor
36 releases, etc.), not to ask about certain release states (devel,
37 alpha, etc.), not to ask until the next release or not to ask again.
38
39 PPU is just an engine for package updating. It should not be used
40 directly. Instead one of the driver packages such as
41 PEAR_PackageUpdate_Gtk2 should be used depending on the application or
42 other package.
43
44 In PEAR status of this package is: %{_status}.
45
46 %description -l pl
47 PEAR_PackageUpdate (PPU) zosta³ zaprojektowany aby umo¿liwiæ
48 developerom do³±czenie w prosty sposób automatycznej aktualizacji
49 innych pakietów PEAR lub aplikacji korzystaj±cych ze sposobu
50 instalacji PEAR. PPU sprawdzi czy jest dostêpna nowa wersja i zapyta
51 u¿ytkownika czy chcieliby zaktualizowaæ pakiet. PPU korzysta z PEAR do
52 komunikacji z serwerem kana³ów oraz do wykonania aktualizacji.
53
54 PPU pozwala u¿ytkownikowi koñcowemu na pewn± kontrolê kiedy maj± byæ
55 powiadamiania o nowych aktualizacjach. Preferencje PPU pozwalaj±
56 u¿ytkownikowi na pominiêcie pewnych rodzajów aktualizacji (poprawki
57 b³êdów, drobne wydania), czy konkretnych statusów (devel, alpha,
58 itp.), czy polecenie PPU aby nie pyta³ do czasu kolejnej wersji.
59
60 PPU jest tylko silnikiem do aktualizacji pakietów. Nie powinien byæ
61 u¿yty bezpo¶rednio. Zamiast tego, pakiety takie jak
62 PEAR_PackageUpdate_GTK2 powinny byæ u¿yte.
63
64 Ta klasa ma w PEAR status: %{_status}.
65
66 %prep
67 %pear_package_setup
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 install -d $RPM_BUILD_ROOT%{php_pear_dir}
72 %pear_package_install
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %files
78 %defattr(644,root,root,755)
79 %doc install.log
80 %{php_pear_dir}/.registry/*.reg
81 %{php_pear_dir}/PEAR/PackageUpdate.php
This page took 0.122938 seconds and 4 git commands to generate.