don't create debuginfo
This commit is contained in:
parent
6f1d08869a
commit
77ef87522e
@ -1,3 +1,5 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: iso-codes
|
Name: iso-codes
|
||||||
Summary: ISO code lists and translations
|
Summary: ISO code lists and translations
|
||||||
|
|
||||||
@ -43,7 +45,7 @@ make
|
|||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%find_lang iso-codes
|
%find_lang iso-codes --all-name
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
@ -65,6 +67,7 @@ make
|
|||||||
- Update to 1.3
|
- Update to 1.3
|
||||||
- Update the license field
|
- Update the license field
|
||||||
- Use %%find_lang for translations
|
- Use %%find_lang for translations
|
||||||
|
- Don't create debuginfo
|
||||||
|
|
||||||
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com>
|
* Tue Jul 24 2007 Parag Nemade <pnemade@redhat.com>
|
||||||
- Update to 1.2
|
- Update to 1.2
|
||||||
|
Loading…
Reference in New Issue
Block a user