change path on vendor, so our debuginfo are not conflicting with
perl core debuginfos
This commit is contained in:
parent
ac3976ac9a
commit
cee11622b9
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.037
|
Version: 2.037
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Low-Level Interface to zlib compression library
|
Summary: Low-Level Interface to zlib compression library
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -36,7 +36,7 @@ ZLIB_LIB=%{_libdir}
|
|||||||
ZLIB_INCLUDE=%{_includedir}
|
ZLIB_INCLUDE=%{_includedir}
|
||||||
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
||||||
|
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=perl OPTIMIZE="%{optflags}"
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -51,11 +51,15 @@ make test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_archlib}/auto/Compress/
|
%{perl_vendorarch}/auto/Compress/
|
||||||
%{perl_archlib}/Compress/
|
%{perl_vendorarch}/Compress/
|
||||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.037-4
|
||||||
|
- change path on vendor, so our debuginfo are not conflicting with
|
||||||
|
perl core debuginfos
|
||||||
|
|
||||||
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
|
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
|
||||||
- bump and rebuild as it got compiled with the old perl on ppc
|
- bump and rebuild as it got compiled with the old perl on ppc
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user