Normalize indentation
rpmlint is crazy about it. Tabs expanded as 4 spaces.
This commit is contained in:
parent
a88bb2b1cb
commit
37388ac22f
@ -888,7 +888,7 @@ sed -i 's|BUILD_ZLIB = True|BUILD_ZLIB = False|
|
|||||||
%build
|
%build
|
||||||
echo "RPM Build arch: %{_arch}"
|
echo "RPM Build arch: %{_arch}"
|
||||||
|
|
||||||
# use "lib", not %{_lib}, for privlib, sitelib, and vendorlib
|
# use "lib", not %%{_lib}, for privlib, sitelib, and vendorlib
|
||||||
# To build production version, we would need -DDEBUGGING=-g
|
# To build production version, we would need -DDEBUGGING=-g
|
||||||
|
|
||||||
# transition period:
|
# transition period:
|
||||||
@ -1705,6 +1705,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Add "-Wl,--enable-new-dtags" to linker to allow to override perl's rpath by
|
- Add "-Wl,--enable-new-dtags" to linker to allow to override perl's rpath by
|
||||||
LD_LIBRARY_PATH used in tests. Otherwise tested perl would link to old
|
LD_LIBRARY_PATH used in tests. Otherwise tested perl would link to old
|
||||||
in-system libperl.so.
|
in-system libperl.so.
|
||||||
|
- Normalize spec file indentation
|
||||||
|
|
||||||
* Mon Jul 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-129
|
* Mon Jul 26 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-129
|
||||||
- 617956 move perlxs* docs files into perl-devel
|
- 617956 move perlxs* docs files into perl-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user