SHA256
3
0
forked from pool/make
OBS User unknown 2007-05-17 09:44:48 +00:00 committed by Git OBS Bridge
parent 86613e5112
commit 195448b731
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 14 17:46:30 CEST 2007 - coolo@suse.de
- use %find_lang
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 31 12:48:35 CET 2006 - mhopf@suse.de Tue Oct 31 12:48:35 CET 2006 - mhopf@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package make (Version 3.81) # spec file for package make (Version 3.81)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -12,13 +12,13 @@
Name: make Name: make
URL: http://www.gnu.org/software/make/make.html URL: http://www.gnu.org/software/make/make.html
License: GNU General Public License (GPL) - all versions License: GNU General Public License (GPL)
Group: Development/Tools/Building Group: Development/Tools/Building
Provides: gmake Provides: gmake
PreReq: %install_info_prereq PreReq: %install_info_prereq
Autoreqprov: on Autoreqprov: on
Version: 3.81 Version: 3.81
Release: 16 Release: 40
Summary: GNU make Summary: GNU make
Source: make-3.81.tar.bz2 Source: make-3.81.tar.bz2
Patch1: make-memory-hog-2.diff Patch1: make-memory-hog-2.diff
@ -54,12 +54,12 @@ make check
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
ln -s make $RPM_BUILD_ROOT/usr/bin/gmake ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
%find_lang %name
%files %files -f %name.lang
%defattr(-,root,root) %defattr(-,root,root)
/usr/bin/make /usr/bin/make
/usr/bin/gmake /usr/bin/gmake
/usr/share/locale/*/*/make.mo
%doc /usr/share/info/make.info-*.gz %doc /usr/share/info/make.info-*.gz
%doc /usr/share/info/make.info.gz %doc /usr/share/info/make.info.gz
%doc /usr/share/man/man1/make.1.gz %doc /usr/share/man/man1/make.1.gz
@ -70,7 +70,9 @@ ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
%postun %postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%changelog -n make %changelog
* Mon May 14 2007 - coolo@suse.de
- use %%find_lang
* Tue Oct 31 2006 - mhopf@suse.de * Tue Oct 31 2006 - mhopf@suse.de
- Reducing race probability in test case features/parallelism even more. - Reducing race probability in test case features/parallelism even more.
* Wed Jun 07 2006 - mhopf@suse.de * Wed Jun 07 2006 - mhopf@suse.de