]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added --bcond popt alias (shows b(uild)cond_* macros from given spec)
authormis <mis@pld-linux.org>
Wed, 22 Nov 2000 17:52:36 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.144

rpm.spec

index aa311b283d1e1bd3a0905ca7036d820b28425e0d..4e83a9ce30b992e60e431919b343c08de2acdde8 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -15,6 +15,7 @@ Source4:      %{name}-find-rpm-provides
 Source5:       %{name}-macros.perl
 Source6:       %{name}-find-perl-provides
 Source7:       %{name}-find-perl-requires
+Source8:       %{name}-find-spec-bcond
 Patch0:                %{name}-%{name}rc.patch
 Patch1:                %{name}-find-requires.patch
 Patch2:                %{name}-macros.patch
@@ -229,6 +230,7 @@ install macros.pld $RPM_BUILD_ROOT%{_libdir}/rpm/macros.pld
 
 install macros.perl $RPM_BUILD_ROOT%{_libdir}/rpm/macros.perl
 install macros.python $RPM_BUILD_ROOT%{_libdir}/rpm/macros.python
+
 install %{SOURCE8} $RPM_BUILD_ROOT%{_libdir}/rpm/find-spec-bcond
 #%%_install_langs pl_PL:en_US
 %%distribution PLD
@@ -330,6 +332,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/rpmbuild
 %attr(755,root,root) %{_bindir}/rpme
+%attr(755,root,root) %{_bindir}/rpmi
 %attr(755,root,root) %{_bindir}/rpmu
 %attr(755,root,root) %{_libdir}/rpm/find-requires
 %attr(755,root,root) %{_libdir}/rpm/find-provides
This page took 0.08726 seconds and 4 git commands to generate.