diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-05 12:11:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-05 12:11:53 +0000 |
commit | 3b90e4342979fa5a55ccb956bc3d86c7882c3bd0 (patch) | |
tree | b7d27c92a39dfee9f10f6b154d4fa3ea7de743d5 | |
parent | 4ee7aea7864e9c9ff271841fbfefaf69b4dc62e6 (diff) | |
download | urpmi-3b90e4342979fa5a55ccb956bc3d86c7882c3bd0.tar urpmi-3b90e4342979fa5a55ccb956bc3d86c7882c3bd0.tar.gz urpmi-3b90e4342979fa5a55ccb956bc3d86c7882c3bd0.tar.bz2 urpmi-3b90e4342979fa5a55ccb956bc3d86c7882c3bd0.tar.xz urpmi-3b90e4342979fa5a55ccb956bc3d86c7882c3bd0.zip |
logrotate conf file is already in main source, so there's no need for extra
copy around as another external source
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | urpmi.spec | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -11,7 +11,6 @@ RPM=$(HOME)/rpm NAME = urpmi TAR = $(NAME).tar.bz2 -LOG = $(NAME).logrotate .PHONY: install clean rpm test @@ -46,7 +45,6 @@ tar: clean rpm: tar cp -f ../$(TAR) $(RPM)/SOURCES - cp -f $(LOG) $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ -rpm -ba $(NAME).spec rm -f ../$(TAR) @@ -9,7 +9,6 @@ Release: %{release} Group: %{group} License: GPL Source0: %{name}.tar.bz2 -Source1: %{name}.logrotate.bz2 Source2: %{name}.bash-completion.bz2 Summary: User mode rpm install URL: http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/soft/urpmi @@ -75,7 +74,6 @@ distributed installation using ssh and scp tools. %prep %setup -q -n %{name} -bzcat %{SOURCE1} > %{name}.logrotate bzcat %{SOURCE2} > %{name}.bash-completion %install |