Author: pluto Date: Tue Feb 21 21:54:00 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix symlinks install, release 1.
---- Files affected: SPECS: rpm.spec (1.730 -> 1.731) ---- Diffs: ================================================================ Index: SPECS/rpm.spec diff -u SPECS/rpm.spec:1.730 SPECS/rpm.spec:1.731 --- SPECS/rpm.spec:1.730 Fri Feb 17 16:24:15 2006 +++ SPECS/rpm.spec Tue Feb 21 22:53:55 2006 @@ -30,7 +30,7 @@ Name: rpm %define sover 4.4 Version: 4.4.4 -Release: 0.6 +Release: 1 License: GPL Group: Base Source0: ftp://jbj.org/pub/rpm-4.4.x/%{name}-%{version}.tar.gz @@ -108,6 +108,7 @@ Patch50: %{name}-macros.patch Patch51: %{name}-cleanlibdirs.patch Patch52: %{name}-morearchs.patch +Patch53: %{name}-symlinks.patch URL: http://wraptastic.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -683,6 +684,7 @@ %patch50 -p1 %patch51 -p1 %patch52 -p1 +%patch53 -p1 cd scripts mv -f perl.req perl.req.in @@ -1156,6 +1158,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.731 2006/02/21 21:53:55 pluto +- fix symlinks install, release 1. + Revision 1.730 2006/02/17 15:24:15 glen - remove .packlist and perllocal.pod for perl packages, rel 0.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/rpm.spec?r1=1.730&r2=1.731&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
