SPECS (rpm-4_4_9): rpm.spec - add /var/cache/hrmib dir and initial...
glen
glen at pld-linux.org
Wed Feb 20 18:01:06 CET 2008
Author: glen Date: Wed Feb 20 17:01:06 2008 GMT
Module: SPECS Tag: rpm-4_4_9
---- Log message:
- add /var/cache/hrmib dir and initial fillup; rel 45
---- Files affected:
SPECS:
rpm.spec (1.837.2.52 -> 1.837.2.53)
---- Diffs:
================================================================
Index: SPECS/rpm.spec
diff -u SPECS/rpm.spec:1.837.2.52 SPECS/rpm.spec:1.837.2.53
--- SPECS/rpm.spec:1.837.2.52 Sun Feb 17 11:34:44 2008
+++ SPECS/rpm.spec Wed Feb 20 18:01:01 2008
@@ -36,7 +36,7 @@
Summary(uk.UTF-8): ĐĐľĐ˝ĐľĐ´ĐśĐľŃ ĐżĐ°ĐşĐľŃŃв вŃĐ´ RPM
Name: rpm
Version: 4.4.9
-Release: 39
+Release: 45
License: LGPL
Group: Base
Source0: http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -45,6 +45,7 @@
Source2: %{name}.platform
Source3: %{name}-install-tree
Source4: %{name}-find-spec-bcond
+Source5: %{name}-hrmib-cache
Source6: %{name}-groups-po.awk
Source7: %{name}-compress-doc
Source8: ftp://ftp.pld-linux.org/dists/th/PLD-3.0-Th-GPG-key.asc
@@ -774,7 +775,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/banner}
+install -d $RPM_BUILD_ROOT{/%{_lib},/etc/sysconfig,%{_sysconfdir}/rpm,/var/lib/banner,/var/cache/hrmib}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
@@ -883,6 +884,7 @@
install %{SOURCE13} $RPM_BUILD_ROOT%{_rpmlibdir}/user_group.sh
install %{SOURCE16} $RPM_BUILD_ROOT%{_rpmlibdir}/java-find-requires
install scripts/php.{prov,req} $RPM_BUILD_ROOT%{_rpmlibdir}
+install %{SOURCE5} $RPM_BUILD_ROOT%{_rpmlibdir}/hrmib-cache
install %{SOURCE14} $RPM_BUILD_ROOT/etc/sysconfig/rpm
install %{SOURCE17} $RPM_BUILD_ROOT%{_bindir}/banner.sh
@@ -1050,6 +1052,9 @@
mkdir %{_sysconfdir}/rpm/sysinfo
fi
+%triggerpostun -- %{name} < 4.4.9-44
+%{_rpmlibdir}/hrmib-cache
+
%post lib -p /sbin/ldconfig
%postun lib -p /sbin/ldconfig
@@ -1088,6 +1093,10 @@
%dir /var/lock/rpm
/var/lock/rpm/transaction
+# exported package NVRA (stamped with install tid)
+# net-snmp hrSWInstalledName queries, bash-completions
+%dir /var/cache/hrmib
+
#%attr(755,root,root) %{_rpmlibdir}/rpmd
#%{!?with_static:%attr(755,root,root) %{_rpmlibdir}/rpm[eiu]}
#%attr(755,root,root) %{_rpmlibdir}/rpmk
@@ -1096,6 +1105,8 @@
%{_rpmlibdir}/rpmpopt*
%{_rpmlibdir}/macros
+%attr(755,root,root) %{_rpmlibdir}/hrmib-cache
+
%files base
%defattr(644,root,root,755)
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rpm
@@ -1272,6 +1283,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.837.2.53 2008-02-20 17:01:01 glen
+- add /var/cache/hrmib dir and initial fillup; rel 45
+
Revision 1.837.2.52 2008-02-17 10:34:44 arekm
- rel 39
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpm.spec?r1=1.837.2.52&r2=1.837.2.53&f=u
More information about the pld-cvs-commit
mailing list