This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pear1.spec
787 lines (603 loc) · 25.6 KB
/
pear1.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
# IUS spec file for pear1, forked from
#
# Fedora spec file for php-pear
#
# License: MIT
# http://opensource.org/licenses/MIT
#
# Please preserve changelog entries
#
%global peardir %{_datadir}/pear
%global metadir %{_localstatedir}/lib/pear
%global getoptver 1.4.3
%global arctarver 1.4.14
# https://pear.php.net/bugs/bug.php?id=19367
# Structures_Graph 1.0.4 - incorrect FSF address
%global structver 1.1.1
%global xmlutil 1.4.5
%global manpages 1.10.0
# Tests are only run with rpmbuild --with tests
# Can't be run in mock / koji because PEAR is the first package
%global with_tests 0%{?_with_tests:1}
Summary: PHP Extension and Application Repository framework
Name: pear1
Version: 1.10.13
Release: 1%{?dist}
Epoch: 1
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
# Structures_Graph is LGPLv3+
License: BSD and LGPLv3+
URL: http://pear.php.net/package/PEAR
Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz
# wget https://raw.githubusercontent.com/pear/pear-core/stable/install-pear.php
Source1: install-pear.php
Source3: cleanup.php
Source10: pear.sh
Source11: pecl.sh
Source12: peardev.sh
Source13: macros.pear
Source21: http://pear.php.net/get/Archive_Tar-%{arctarver}.tgz
Source22: http://pear.php.net/get/Console_Getopt-%{getoptver}.tgz
Source23: http://pear.php.net/get/Structures_Graph-%{structver}.tgz
Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz
Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz
BuildArch: noarch
BuildRequires: php(language) > 5.4
BuildRequires: php-cli
BuildRequires: php-xml
BuildRequires: %{_bindir}/gpg
%if %{with_tests}
BuildRequires: %{_bindir}/phpunit
%endif
%if 0%{?fedora}
BuildRequires: php-fedora-autoloader-devel
%endif
Provides: php-pear(Console_Getopt) = %{getoptver}
Provides: php-pear(Archive_Tar) = %{arctarver}
Provides: php-pear(PEAR) = %{version}
Provides: php-pear(Structures_Graph) = %{structver}
Provides: php-pear(XML_Util) = %{xmlutil}
Provides: php-pear(PEAR_Manpages) = %{manpages}
Provides: php-composer(pear/console_getopt) = %{getoptver}
Provides: php-composer(pear/archive_tar) = %{arctarver}
Provides: php-composer(pear/pear-core-minimal) = %{version}
Provides: php-composer(pear/structures_graph) = %{structver}
Provides: php-composer(pear/xml_util) = %{xmlutil}
%if 0%{?fedora}
Provides: php-autoloader(pear/console_getopt) = %{getoptver}
Provides: php-autoloader(pear/archive_tar) = %{arctarver}
Provides: php-autoloader(pear/pear-core-minimal) = %{version}
Provides: php-autoloader(pear/structures_graph) = %{structver}
Provides: php-autoloader(pear/xml_util) = %{xmlutil}
%endif
# Archive_Tar requires 5.2
# XML_Util, Structures_Graph require 5.3
# Console_Getopt requires 5.4
# PEAR requires 5.4
Requires: php(language) > 5.4
Requires: php-cli
# phpci detected extension
# PEAR (date, spl always builtin):
Requires: php-ftp
Requires: php-pcre
Requires: php-posix
Requires: php-tokenizer
Requires: php-xml
Requires: php-zlib
# Console_Getopt: pcre
# Archive_Tar: pcre, posix, zlib
Requires: php-bz2
# Structures_Graph: none
# XML_Util: pcre
# optional: overload and xdebug
%if 0%{?fedora}
Requires: php-composer(fedora/autoloader)
%endif
# rename from pear1u
Obsoletes: pear1u < 1:1.10.5-2
Provides: pear1u = %{epoch}:%{version}-%{release}
# safe replacement
Provides: pear = %{epoch}:%{version}-%{release}
Conflicts: pear < %{epoch}:%{version}-%{release}
Provides: php-pear = %{epoch}:%{version}-%{release}
Conflicts: php-pear < %{epoch}:%{version}-%{release}
%description
PEAR is a framework and distribution system for reusable PHP
components. This package contains the basic PEAR components.
%prep
%setup -cT
# Create a usable PEAR directory (used by install-pear.php)
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25}
do
tar xzf $archive --strip-components 1 || tar xzf $archive --strip-path 1
file=${archive##*/}
[ -f LICENSE ] && mv LICENSE LICENSE-${file%%-*}
[ -f README ] && mv README README-${file%%-*}
tar xzf $archive 'package*xml'
[ -f package2.xml ] && mv package2.xml ${file%%-*}.xml \
|| mv package.xml ${file%%-*}.xml
done
cp %{SOURCE1} .
# apply patches on PEAR needed during install
# other patches applied on installation tree
sed -e 's:@BINDIR@:%{_bindir}:' \
-e 's:@LIBDIR@:%{_localstatedir}/lib:' \
%{SOURCE13} > macros.pear
%build
%if 0%{?fedora}
# Create per package autoloader
phpab --template fedora \
--output PEAR/autoload.php\
PEAR OS System.php PEAR.php
phpab --template fedora \
--output Structures/Graph/autoload.php \
Structures
mkdir Archive/Tar
phpab --template fedora \
--output Archive/Tar/autoload.php \
Archive
mkdir Console/Getopt
phpab --template fedora \
--output Console/Getopt/autoload.php \
Console
mkdir XML/Util
phpab --template fedora \
--output XML/Util/autoload.php \
XML
%endif
%install
export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}
export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys
export PHP_PEAR_SIG_BIN=%{_bindir}/gpg
export PHP_PEAR_INSTALL_DIR=%{peardir}
# 1.4.11 tries to write to the cache directory during installation
# so it's not possible to set a sane default via the environment.
# The ${PWD} bit will be stripped via relocate.php later.
export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
export PHP_PEAR_TEMP_DIR=/var/tmp
install -d %{buildroot}%{peardir} \
%{buildroot}%{_localstatedir}/cache/php-pear \
%{buildroot}%{_localstatedir}/www/html \
%{buildroot}%{_localstatedir}/lib/pear/pkgxml \
%{buildroot}%{_sysconfdir}/pear
export INSTALL_ROOT=%{buildroot}
%{_bindir}/php --version
%{_bindir}/php -dmemory_limit=64M -dshort_open_tag=0 -dsafe_mode=0 \
-d 'error_reporting=E_ALL&~E_DEPRECATED' -ddetect_unicode=0 \
install-pear.php --force \
--dir %{peardir} \
--cache %{_localstatedir}/cache/php-pear \
--config %{_sysconfdir}/pear \
--bin %{_bindir} \
--www %{_localstatedir}/www/html \
--doc %{_docdir}/pear \
--test %{_datadir}/tests/pear \
--data %{_datadir}/pear-data \
--metadata %{metadir} \
--man %{_mandir} \
%{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} %{SOURCE25}
# Replace /usr/bin/* with simple scripts:
install -m 755 %{SOURCE10} %{buildroot}%{_bindir}/pear
install -m 755 %{SOURCE11} %{buildroot}%{_bindir}/pecl
install -m 755 %{SOURCE12} %{buildroot}%{_bindir}/peardev
# Sanitize the pear.conf
%{_bindir}/php %{SOURCE3} %{buildroot}%{_sysconfdir}/pear.conf %{_datadir}
# Display configuration for debug
%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('%{buildroot}%{_sysconfdir}/pear.conf'),17)));"
install -m 644 -D macros.pear \
%{buildroot}%{_rpmmacrodir}/macros.pear
# apply patches on installed PEAR tree
pushd %{buildroot}%{peardir}
: no patch
popd
# Why this file here ?
rm -rf %{buildroot}/.depdb* %{buildroot}/.lock %{buildroot}/.channels %{buildroot}/.filemap
# Need for re-registrying XML_Util
install -m 644 *.xml %{buildroot}%{_localstatedir}/lib/pear/pkgxml
%if 0%{?fedora}
# install autoloaders
for i in PEAR/autoload.php Structures/Graph/autoload.php Archive/Tar/autoload.php Console/Getopt/autoload.php XML/Util/autoload.php
do install -Dpm 644 $i %{buildroot}%{peardir}/$i
done
%endif
%check
# Check that no bogus paths are left in the configuration, or in
# the generated registry files.
grep %{buildroot} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep %{_libdir} %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep '"/tmp"' %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep /usr/local %{buildroot}%{_sysconfdir}/pear.conf && exit 1
grep -rl %{buildroot} %{buildroot} && exit 1
%if %{with_tests}
cp /etc/php.ini .
echo "include_path=.:%{buildroot}%{peardir}:/usr/share/php" >>php.ini
export PHPRC=$PWD/php.ini
LOG=$PWD/rpmlog
ret=0
cd %{buildroot}%{_datadir}/tests/pear/Structures_Graph/tests
phpunit \
AllTests || ret=1
cd %{buildroot}%{_datadir}/tests/pear/XML_Util/tests
phpunit \
--bootstrap=/usr/share/pear/XML/Util/autoload.php \
--test-suffix .php . || ret=1
cd %{buildroot}%{_datadir}/tests/pear/Console_Getopt/tests
%{_bindir}/php \
%{buildroot}/usr/share/pear/pearcmd.php \
run-tests \
| tee -a $LOG
grep "FAILED TESTS" $LOG && ret=1
exit $ret
%else
echo 'Test suite disabled (missing "--with tests" option)'
%endif
%postun
if [ $1 -eq 0 -a -d %{metadir}/.registry ] ; then
rm -rf %{metadir}/.registry
fi
%files
%{peardir}
%dir %{metadir}
%{metadir}/.channels
%verify(not mtime size md5) %{metadir}/.depdb
%verify(not mtime) %{metadir}/.depdblock
%verify(not mtime size md5) %{metadir}/.filemap
%verify(not mtime) %{metadir}/.lock
%{metadir}/.registry
%{metadir}/pkgxml
%{_bindir}/*
%config(noreplace) %{_sysconfdir}/pear.conf
%{_rpmmacrodir}/macros.pear
%dir %{_localstatedir}/cache/php-pear
%dir %{_sysconfdir}/pear
%license LICENSE*
%doc README*
%dir %{_docdir}/pear
%doc %{_docdir}/pear/*
%{_datadir}/tests/pear
%{_datadir}/pear-data
%{_mandir}/man1/pear.1*
%{_mandir}/man1/pecl.1*
%{_mandir}/man1/peardev.1*
%{_mandir}/man5/pear.conf.5*
%changelog
* Wed Aug 11 2021 Remi Collet <[email protected]> - 1:1.10.13-1
- update to 1.10.13
* Wed Jul 21 2021 Remi Collet <[email protected]> - 1:1.10.12-2
- update Archive_Tar to 1.4.14
* Mon Aug 03 2020 Carl George <[email protected]> - 1:1.10.12-1
- Latest upstream
- Import Fedora changes for bundled libraries:
- Update XML_Util to 1.4.5
* Thu Dec 12 2019 Matt Linscott <[email protected]> - 1:1.10.10-1
- Latest upstream
- Import Fedora changes for bundled libraries:
- Update XML_Util to 1.4.4
- Add patch0 for XML_Util and PHP 7.4
- Update Archive_Tar to 1.4.9
- Update Console_Getopt to 1.4.3
* Sat May 04 2019 Carl George <[email protected]> - 1:1.10.9-3
- Port from Fedora (php-pear) to IUS (pear1)
* Mon Apr 8 2019 Remi Collet <[email protected]> - 1:1.10.9-2
- update Archive_Tar to 1.4.7
* Thu Mar 14 2019 Remi Collet <[email protected]> - 1:1.10.9-1
- update PEAR to 1.10.9
* Fri Feb 8 2019 Remi Collet <[email protected]> - 1:1.10.8-1
- update PEAR to 1.10.8
- source generated from github tag
- drop patch merged upstream
* Thu Feb 7 2019 Remi Collet <[email protected]> - 1:1.10.7-5
- update Console_Getopt to 1.4.2
* Sat Feb 02 2019 Fedora Release Engineering <[email protected]> - 1:1.10.7-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jan 3 2019 Remi Collet <[email protected]> - 1:1.10.7-3
- update Archive_Tar to 1.4.5
* Fri Dec 21 2018 Remi Collet <[email protected]> - 1:1.10.7-2
- update Archive_Tar to 1.4.4
- drop PHP 7.2 deprecated option, patch from
https://github.com/pear/pear-core/pull/83
* Thu Dec 6 2018 Remi Collet <[email protected]> - 1:1.10.7-1
- update PEAR to 1.10.7
* Thu Aug 23 2018 Remi Collet <[email protected]> - 1:1.10.6-1
- update PEAR to 1.10.6
* Fri Jul 13 2018 Fedora Release Engineering <[email protected]> - 1:1.10.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Wed Apr 11 2018 Remi Collet <[email protected]> - 1:1.10.5-8
- require /usr/bin/gpg instead of gnupg
* Tue Mar 6 2018 Remi Collet <[email protected]> - 1:1.10.5-7
- enable autoloader only in Fedora
* Tue Feb 13 2018 Remi Collet <[email protected]> - 1:1.10.5-6
- add patch for PHP 7.2 from
https://github.com/pear/pear-core/pull/71
* Fri Feb 09 2018 Fedora Release Engineering <[email protected]> - 1:1.10.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Tue Dec 19 2017 Remi Collet <[email protected]> - 1:1.10.5-4
- add autoloader for each package
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 1:1.10.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Jun 29 2017 Remi Collet <[email protected]> - 1:1.10.5-2
- update XML_Util to 1.4.3 (no change)
* Wed Jun 28 2017 Remi Collet <[email protected]> 1:1.10.5-1
- update PEAR to 1.10.5 (no change)
* Mon Jun 12 2017 Remi Collet <[email protected]> 1:1.10.4-2
- update Archive_Tar to 1.4.3
* Thu Apr 27 2017 Remi Collet <[email protected]> 1:1.10.4-1
- update PEAR to 1.10.4
* Thu Mar 9 2017 Remi Collet <[email protected]> 1:1.10.3-2
- rebuild
* Tue Feb 28 2017 Remi Collet <[email protected]> 1:1.10.3-1
- update PEAR to 1.10.3
* Thu Feb 23 2017 Remi Collet <[email protected]> 1:1.10.1-12
- update XML_Util to 1.4.2
- drop patch merged upstream
* Wed Feb 22 2017 Remi Collet <[email protected]> 1:1.10.1-11
- add patch to fix XML_Serializer with XML_Util 1.4.1
from https://github.com/pear/XML_Util/pull/8
* Wed Feb 8 2017 Remi Collet <[email protected]> 1:1.10.1-10
- update XML_Util to 1.4.1
* Sat Feb 4 2017 Remi Collet <[email protected]> 1:1.10.1-9
- update XML_Util to 1.4.0
* Fri Sep 30 2016 Remi Collet <[email protected]> 1:1.10.1-7
- fix https connection via a proxy
patch from https://github.com/pear/pear-core/pull/51
- silent the new scriplets
* Fri Aug 5 2016 Remi Collet <[email protected]> 1:1.10.1-6
- improve default config, to avoid change in scriptlet
- spec cleanup and remove unneeded scriplets
* Thu Jun 30 2016 Remi Collet <[email protected]> 1:1.10.1-5
- don't own test/doc directories for pecl packages #1351345
* Thu Feb 25 2016 Remi Collet <[email protected]> 1:1.10.1-4
- update Archive_Tar to 1.4.2
* Wed Feb 10 2016 Remi Collet <[email protected]> 1:1.10.1-3
- use file triggers for pecl extensions (un)registration
- define %%pecl_install and %%pecl_uninstall as noop macro
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> - 1:1.10.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Oct 17 2015 Remi Collet <[email protected]> 1:1.10.1-1
- update PEAR to 1.10.1
* Wed Oct 7 2015 Remi Collet <[email protected]> 1:1.10.0-1
- update PEAR and PEAR_Manpages to 1.10.0
* Tue Sep 29 2015 Remi Collet <[email protected]> 1:1.10.0-0.2.dev3
- update PEAR to 1.10.0dev3
* Fri Jul 31 2015 Remi Collet <[email protected]> 1:1.10.0-0.1.dev2
- update PEAR to 1.10.0dev2
- drop all patches, merged upstream
- drop man pages from sources
- add PEAR_Manpages upstream package
* Tue Jul 21 2015 Remi Collet <[email protected]> 1:1.9.5-12
- update Console_Getopt to 1.4.1
- update Structures_Graph to 1.1.1
* Mon Jul 20 2015 Remi Collet <[email protected]> 1:1.9.5-10
- update Archive_Tar to 1.4.0
* Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 1:1.9.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Tue Apr 14 2015 Remi Collet <[email protected]> 1:1.9.5-8
- update Archive_Tar to 1.3.16 (no change)
* Fri Mar 13 2015 Remi Collet <[email protected]> 1:1.9.5-7
- update Archive_Tar to 1.3.15 (no change)
- add composer provides
* Mon Mar 2 2015 Remi Collet <[email protected]> 1:1.9.5-6
- update XML_Util to 1.3.0
* Fri Feb 27 2015 Remi Collet <[email protected]> 1:1.9.5-5
- update Structures_Graph to 1.1.0
- update Archive_Tar to 1.3.14
* Mon Feb 23 2015 Remi Collet <[email protected]> 1:1.9.5-4
- update Console_Getopt to 1.4.0
- raise php minimum version to 5.4
- cleanup registry after removal
- drop old php-pear-XML-Util scriptlets
- remove PHP from License, Console_Getopt is now BSD
* Thu Sep 4 2014 Remi Collet <[email protected]> 1:1.9.5-3
- update Archive_Tar to 1.3.13
- requires httpd-filesystem for /var/www/html ownership (F21+)
- fix license handling
* Tue Aug 12 2014 Remi Collet <[email protected]> 1:1.9.5-2
- update Archive_Tar to 1.3.12
* Tue Jul 15 2014 Remi Collet <[email protected]> 1:1.9.5-1
- update PEAR to 1.9.5
* Sat Jun 7 2014 Remi Collet <[email protected]> 1:1.9.4-29
- update XML_Util to 1.2.3
- fix test suite (not used)
* Sat Jun 07 2014 Fedora Release Engineering <[email protected]> - 1:1.9.4-28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Apr 17 2014 Remi Collet <[email protected]> 1:1.9.4-27
- revert previous, was a bad solution
* Wed Apr 9 2014 Remi Collet <[email protected]> 1:1.9.4-25
- only enable needed extensions for pear/pecl commands
- fix typo in pear man page
* Tue Feb 11 2014 Remi Collet <[email protected]> 1:1.9.4-24
- Expand path in macros.pear
- Install macros to /usr/lib/rpm/macros.d where available
* Tue Oct 15 2013 Remi Collet <[email protected]> 1:1.9.4-23
- set pecl test_dir to /usr/share/tests/pecl
* Mon Oct 14 2013 Remi Collet <[email protected]> 1:1.9.4-22
- set pecl doc_dir to /usr/share/doc/pecl
* Sun Aug 04 2013 Fedora Release Engineering <[email protected]> - 1:1.9.4-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Jul 10 2013 Remi Collet <[email protected]> 1:1.9.4-20
- add man page for pear.conf file
* Tue Jun 18 2013 Remi Collet <[email protected]> 1:1.9.4-19
- add man pages for pear, peardev and pecl commands
* Fri May 3 2013 Remi Collet <[email protected]> 1:1.9.4-18
- don't verify metadata file content
* Thu Apr 25 2013 Remi Collet <[email protected]> 1:1.9.4-17
- improve post scriptlet to avoid updating pear.conf
when not needed
* Tue Mar 12 2013 Ralf Corsépius <[email protected]> - 1:1.9.4-16
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
(https://fedorahosted.org/fpc/ticket/259).
* Sat Feb 9 2013 Remi Collet <[email protected]> 1:1.9.4-15
- update Archive_Tar to 1.3.11
- drop php 5.5 patch merged upstream
* Tue Dec 11 2012 Remi Collet <[email protected]> 1:1.9.4-14
- add explicit requires on all needed extensions (phpci)
- fix pecl launcher (need ini to be parsed for some
extenstions going to be build as shared, mainly simplexml)
- add fix for new unpack format (php 5.5)
* Wed Sep 26 2012 Remi Collet <[email protected]> 1:1.9.4-13
- move metadata to /var/lib/pear
* Wed Sep 26 2012 Remi Collet <[email protected]> 1:1.9.4-12
- drop relocate stuff, no more needed
* Sun Aug 19 2012 Remi Collet <[email protected]> 1:1.9.4-11
- move data to /usr/share/pear-data
- provides all package.xml
* Wed Aug 15 2012 Remi Collet <[email protected]> 1:1.9.4-10
- enforce test_dir on update
* Mon Aug 13 2012 Remi Collet <[email protected]> 1:1.9.4-9
- move tests to /usr/share/tests/pear
- move pkgxml to /var/lib/pear
- remove XML_RPC
- refresh installer
* Fri Jul 20 2012 Fedora Release Engineering <[email protected]> - 1:1.9.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed Apr 11 2012 Remi Collet <[email protected]> 1:1.9.4-7
- Update Archive_Tar to 1.3.10
* Wed Apr 04 2012 Remi Collet <[email protected]> 1:1.9.4-6
- fix Obsoletes version for XML_Util (#226295)
- add link to upstream bug - please Provides LICENSE file
https://pear.php.net/bugs/bug.php?id=19368
- add link to upstream bug - Incorrect FSF address
https://pear.php.net/bugs/bug.php?id=19367
* Mon Feb 27 2012 Remi Collet <[email protected]> 1:1.9.4-5
- Update Archive_Tar to 1.3.9
- add patch from RHEL (Joe Orton)
- fix install-pear.php URL (with our patch for doc_dir applied)
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 1:1.9.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sat Oct 15 2011 Remi Collet <[email protected]> 1:1.9.4-3
- update Archive_Tar to 1.3.8
- allow to build with "tests" option
* Sat Aug 27 2011 Remi Collet <[email protected]> 1:1.9.4-2
- update to XML_RPC-1.5.5
* Thu Jul 07 2011 Remi Collet <[email protected]> 1:1.9.4-1
- update to 1.9.4
* Fri Jun 10 2011 Remi Collet <[email protected]> 1:1.9.3-2
- fix pecl launcher
* Fri Jun 10 2011 Remi Collet <[email protected]> 1:1.9.3-1
- update to 1.9.3
- sync options in launcher (pecl, pear, peardev) with upstream
* Wed Mar 16 2011 Remi Collet <[email protected]> 1:1.9.2-3
- move %%{pear_docdir} to %%{_docdir}/pear
https://fedorahosted.org/fpc/ticket/69
* Tue Mar 8 2011 Remi Collet <[email protected]> 1:1.9.2-2
- update Console_Getopt to 1.3.1 (no change)
* Mon Feb 28 2011 Remi Collet <[email protected]> 1:1.9.2-1
- update to 1.9.2 (bug + security fix)
http://pear.php.net/advisory-20110228.txt
* Wed Feb 09 2011 Fedora Release Engineering <[email protected]> - 1:1.9.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Sun Dec 12 2010 Remi Collet <[email protected]> 1:1.9.1-6
- update Console_Getopt to 1.3.0
- don't require php-devel (#657812)
- update install-pear.php
* Tue Oct 26 2010 Remi Collet <[email protected]> 1:1.9.1-5
- update Structures_Graph to 1.0.4
* Fri Sep 10 2010 Joe Orton <[email protected]> - 1:1.9.1-4
- ship LICENSE file for XML_RPC
* Fri Sep 10 2010 Joe Orton <[email protected]> - 1:1.9.1-3
- require php-devel (without which pecl doesn't work)
* Mon Jul 05 2010 Remi Collet <[email protected]> 1:1.9.1-2
- update to XML_RPC-1.5.4
* Thu May 27 2010 Remi Collet <[email protected]> 1:1.9.1-1
- update to 1.9.1
* Thu Apr 29 2010 Remi Collet <[email protected]> 1:1.9.0-5
- update to Archive_Tar-1.3.7 (only metadata fix)
* Tue Mar 09 2010 Remi Collet <[email protected]> 1:1.9.0-4
- update to Archive_Tar-1.3.6
* Sat Jan 16 2010 Remi Collet <[email protected]> 1:1.9.0-3
- update to XML_RPC-1.5.3
- fix licenses (multiple)
- provide bundled LICENSE files
* Fri Jan 01 2010 Remi Collet <[email protected]> 1:1.9.0-2
- update to Archive_Tar-1.3.5, Structures_Graph-1.0.3
* Sat Sep 05 2009 Remi Collet <[email protected]> 1:1.9.0-1
- update to PEAR 1.9.0, XML_RPC 1.5.2
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 1:1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Sat May 30 2009 Remi Collet <[email protected]> 1:1.8.1-1
- update to 1.8.1
- Update install-pear.php script (1.39)
- add XML_Util
* Thu Feb 26 2009 Fedora Release Engineering <[email protected]> - 1:1.7.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Sun May 18 2008 Remi Collet <[email protected]> 1:1.7.2-2
- revert to install-pear.php script 1.31 (for cfg_dir)
* Sun May 18 2008 Remi Collet <[email protected]> 1:1.7.2-1
- update to 1.7.2
- Update install-pear.php script (1.32)
* Tue Mar 11 2008 Tim Jackson <[email protected]> 1:1.7.1-2
- Set cfg_dir to be %%{_sysconfdir}/pear (and own it)
- Update install-pear.php script
- Add %%pear_cfgdir and %%pear_wwwdir macros
* Sun Feb 3 2008 Remi Collet <[email protected]> 1:1.7.1-1
- update to 1.7.1
* Fri Feb 1 2008 Remi Collet <[email protected]> 1:1.7.0-1
- update to 1.7.0
* Thu Oct 4 2007 Joe Orton <[email protected]> 1:1.6.2-2
- require php-cli not php
* Sun Sep 9 2007 Remi Collet <[email protected]> 1:1.6.2-1
- update to 1.6.2
- remove patches merged upstream
- Fix : "pear install" hangs on non default channel (#283401)
* Tue Aug 21 2007 Joe Orton <[email protected]> 1:1.6.1-2
- fix License
* Thu Jul 19 2007 Remi Collet <[email protected]> 1:1.6.1-1
- update to PEAR-1.6.1 and Console_Getopt-1.2.3
* Thu Jul 19 2007 Remi Collet <[email protected]> 1:1.5.4-5
- new SPEC using install-pear.php instead of install-pear-nozlib-1.5.4.phar
* Mon Jul 16 2007 Remi Collet <[email protected]> 1:1.5.4-4
- update macros.pear (without define)
* Mon Jul 16 2007 Joe Orton <[email protected]> 1:1.5.4-3
- add pecl_{un,}install macros to macros.pear (from Remi)
* Fri May 11 2007 Joe Orton <[email protected]> 1:1.5.4-2
- update to 1.5.4
* Tue Mar 6 2007 Joe Orton <[email protected]> 1:1.5.0-3
- add redundant build section (#226295)
- BR php-cli not php (#226295)
* Mon Feb 19 2007 Joe Orton <[email protected]> 1:1.5.0-2
- update builtin module provides (Remi Collet, #226295)
- drop patch 0
* Thu Feb 15 2007 Joe Orton <[email protected]> 1:1.5.0-1
- update to 1.5.0
* Mon Feb 5 2007 Joe Orton <[email protected]> 1:1.4.11-4
- fix Group, mark pear.conf noreplace (#226295)
* Mon Feb 5 2007 Joe Orton <[email protected]> 1:1.4.11-3
- use BuildArch not BuildArchitectures (#226925)
- fix to use preferred BuildRoot (#226925)
- strip more buildroot-relative paths from *.reg
- force correct gpg path in default pear.conf
* Thu Jan 4 2007 Joe Orton <[email protected]> 1:1.4.11-2
- update to 1.4.11
* Fri Jul 14 2006 Joe Orton <[email protected]> 1:1.4.9-4
- update to XML_RPC-1.5.0
- really package macros.pear
* Thu Jul 13 2006 Joe Orton <[email protected]> 1:1.4.9-3
- require php-cli
- add /etc/rpm/macros.pear (Christopher Stone)
* Wed Jul 12 2006 Jesse Keating <[email protected]> - 1:1.4.9-2.1
- rebuild
* Mon May 8 2006 Joe Orton <[email protected]> 1:1.4.9-2
- update to 1.4.9 (thanks to Remi Collet, #183359)
- package /usr/share/pear/.pkgxml (#190252)
- update to XML_RPC-1.4.8
- bundle the v3.0 LICENSE file
* Tue Feb 28 2006 Joe Orton <[email protected]> 1:1.4.6-2
- set cache_dir directory, own /var/cache/php-pear
* Mon Jan 30 2006 Joe Orton <[email protected]> 1:1.4.6-1
- update to 1.4.6
- require php >= 5.1.0 (#178821)
* Fri Dec 30 2005 Tim Jackson <[email protected]> 1:1.4.5-6
- Patches to fix "pear makerpm"
* Wed Dec 14 2005 Joe Orton <[email protected]> 1:1.4.5-5
- set default sig_keydir to /etc/pearkeys
- remove ext_dir setting from /etc/pear.conf (#175673)
* Fri Dec 09 2005 Jesse Keating <[email protected]>
- rebuilt
* Tue Dec 6 2005 Joe Orton <[email protected]> 1:1.4.5-4
- fix virtual provide for PEAR package (#175074)
* Sun Dec 4 2005 Joe Orton <[email protected]> 1:1.4.5-3
- fix /usr/bin/{pecl,peardev} (#174882)
* Thu Dec 1 2005 Joe Orton <[email protected]> 1:1.4.5-2
- add virtual provides (#173806)
* Wed Nov 23 2005 Joe Orton <[email protected]> 1.4.5-1
- initial build (Epoch: 1 to allow upgrade from php-pear-5.x)