]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added routines to speedup gconf's schemas installation, release 0.4
authoraflinta <aflinta@pld-linux.org>
Tue, 22 Mar 2005 21:35:05 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.635

rpm.spec

index 1752179e6397adf06be5b44b70f4c7983803d8fe..96f8f654f924c642943b6eed487b26a753ec34fb 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -33,7 +33,7 @@ Summary(uk):  
 Name:          rpm
 %define        sover   4.4
 Version:       4.4.1
-Release:       0.3
+Release:       0.4
 License:       GPL
 Group:         Base
 #Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/%{name}-%{version}.%{snap}.tar.gz
@@ -54,6 +54,8 @@ Source11:     %{name}.macros
 Source12:      perl.prov
 Source13:      %{name}-user_group.sh
 Source14:      %{name}.sysconfig
+Source15:       %{name}-gconf-schema-install
+Source16:       %{name}-gconf-schema-uninstall
 Source30:      builder
 Source31:      adapter.awk
 Source32:      pldnotify.awk
@@ -736,6 +738,8 @@ install %{SOURCE13} $RPM_BUILD_ROOT%{_rpmlibdir}/user_group.sh
 install scripts/find-php*      $RPM_BUILD_ROOT%{_rpmlibdir}
 install scripts/php.{prov,req} $RPM_BUILD_ROOT%{_rpmlibdir}
 install %{SOURCE14} $RPM_BUILD_ROOT/etc/sysconfig/rpm
+install %{SOURCE15} $RPM_BUILD_ROOT%{_rpmlibdir}/gconf-schema-install
+install %{SOURCE16} $RPM_BUILD_ROOT%{_rpmlibdir}/gconf-schema-uninstall
 
 install %{SOURCE30} $RPM_BUILD_ROOT%{_bindir}/builder
 install %{SOURCE31} $RPM_BUILD_ROOT%{_bindir}/adapter.awk
@@ -902,6 +906,8 @@ find %{_rpmlibdir} -name '*-linux' -type l | xargs rm -f
 
 %doc %attr(755,root,root) %{_rpmlibdir}/convertrpmrc.sh
 %attr(755,root,root) %{_rpmlibdir}/user_group.sh
+%attr(755,root,root) %{_rpmlibdir}/gconf-schema-install
+%attr(755,root,root) %{_rpmlibdir}/gconf-schema-uninstall
 
 %attr(755,root,root) %{_bindir}/banner.sh
 
This page took 0.035434 seconds and 4 git commands to generate.