Change-Id: I63124f817190190ad101b0fb01c090004b6b2979
Reviewed-on: http://photon-jenkins.eng.vmware.com/346
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: XML-Parser perl module |
| 2 | 2 |
Name: XML-Parser |
| 3 | 3 |
Version: 2.41 |
| 4 |
-Release: 1%{?dist}
|
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 | 5 |
License: GPL+ |
| 6 | 6 |
URL: http://search.cpan.org/~toddr/%{name}-%{version}/
|
| 7 | 7 |
Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/%{name}-%{version}.tar.gz
|
| ... | ... |
@@ -20,10 +20,10 @@ perl Makefile.PL --prefix=%{_prefix}
|
| 20 | 20 |
make %{?_smp_mflags}
|
| 21 | 21 |
%install |
| 22 | 22 |
make DESTDIR=%{buildroot} install
|
| 23 |
-if [ -e %{_libdir}/perl5/5.18.2/x86_64-linux/perllocal.pod ]; then
|
|
| 24 |
-cat %{buildroot}/%{_libdir}/perl5/5.18.2/x86_64-linux/perllocal.pod >> %{_libdir}/perl5/5.18.2/x86_64-linux/perllocal.pod
|
|
| 23 |
+if [ -e %{_libdir}/perl5/5.22.1/x86_64-linux/perllocal.pod ]; then
|
|
| 24 |
+cat %{buildroot}/%{_libdir}/perl5/5.22.1/x86_64-linux/perllocal.pod >> %{_libdir}/perl5/5.22.1/x86_64-linux/perllocal.pod
|
|
| 25 | 25 |
fi |
| 26 |
-rm %{buildroot}/%{_libdir}/perl5/5.18.2/x86_64-linux/perllocal.pod
|
|
| 26 |
+rm %{buildroot}/%{_libdir}/perl5/5.22.1/x86_64-linux/perllocal.pod
|
|
| 27 | 27 |
%check |
| 28 | 28 |
make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 29 | 29 |
%files |
| ... | ... |
@@ -31,5 +31,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 31 | 31 |
%{_libdir}/perl5/*
|
| 32 | 32 |
%{_mandir}/man3/*
|
| 33 | 33 |
%changelog |
| 34 |
+* Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.41-2 |
|
| 35 |
+- Fix for new perl |
|
| 34 | 36 |
* Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 2.41-1 |
| 35 | 37 |
- Initial build. First version |
| ... | ... |
@@ -1,13 +1,13 @@ |
| 1 |
-Summary: This package contains the 'perf' performance analysis tools for Linux kernel |
|
| 2 |
-Name: linux-tools |
|
| 3 |
-Version: 4.2.0 |
|
| 4 |
-Release: 1%{?dist}
|
|
| 5 |
-License: GPLv2 |
|
| 6 |
-URL: http://www.kernel.org/ |
|
| 1 |
+Summary: This package contains the 'perf' performance analysis tools for Linux kernel |
|
| 2 |
+Name: linux-tools |
|
| 3 |
+Version: 4.2.0 |
|
| 4 |
+Release: 2%{?dist}
|
|
| 5 |
+License: GPLv2 |
|
| 6 |
+URL: http://www.kernel.org/ |
|
| 7 | 7 |
Group: System/Tools |
| 8 |
-Vendor: VMware, Inc. |
|
| 8 |
+Vendor: VMware, Inc. |
|
| 9 | 9 |
Distribution: Photon |
| 10 |
-Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.xz |
|
| 10 |
+Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.2.tar.xz |
|
| 11 | 11 |
%define sha1 linux=5e65d0dc94298527726fcd7458b6126e60fb2a8a |
| 12 | 12 |
Requires: filesystem kmod coreutils binutils |
| 13 | 13 |
|
| ... | ... |
@@ -19,6 +19,7 @@ This package contains the 'perf' performance analysis tools for Linux kernel. |
| 19 | 19 |
|
| 20 | 20 |
%build |
| 21 | 21 |
cd tools/perf |
| 22 |
+sed -i 's/EXTRA_WARNINGS += -Wnested-externs/#EXTRA_WARNINGS += -Wnested-externs/' ../scripts/Makefile.include |
|
| 22 | 23 |
make |
| 23 | 24 |
|
| 24 | 25 |
%install |
| ... | ... |
@@ -34,6 +35,8 @@ mv %{buildroot}/usr/lib64 %{buildroot}%{_libdir}
|
| 34 | 34 |
/etc/bash_completion.d/* |
| 35 | 35 |
|
| 36 | 36 |
%changelog |
| 37 |
+* Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 4.2.0-2 |
|
| 38 |
+- Fix for new perl |
|
| 37 | 39 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 3.13.3-1 |
| 38 | 40 |
- Initial build. First version |
| 39 | 41 |
|
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Program for compiling packages |
| 2 | 2 |
Name: make |
| 3 |
-Version: 4.0 |
|
| 3 |
+Version: 4.1 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://www.gnu.org/software/make |
| ... | ... |
@@ -8,7 +8,7 @@ Group: Development/Tools |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://ftp.gnu.org/gnu/make/%{name}-%{version}.tar.bz2
|
| 11 |
-%define sha1 make=c819622dc84e2290c351646b8a0ec4df0df12bb6 |
|
| 11 |
+%define sha1 make=0d701882fd6fd61a9652cb8d866ad7fc7de54d58 |
|
| 12 | 12 |
%description |
| 13 | 13 |
The Make package contains a program for compiling packages. |
| 14 | 14 |
%prep |
| ... | ... |
@@ -30,5 +30,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 30 | 30 |
%{_includedir}/gnumake.h
|
| 31 | 31 |
%{_mandir}/*/*
|
| 32 | 32 |
%changelog |
| 33 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 4.1-1 |
|
| 34 |
+- Update version. |
|
| 33 | 35 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 4.0-1 |
| 34 | 36 |
- Initial build. First version |
| ... | ... |
@@ -1,15 +1,15 @@ |
| 1 | 1 |
Summary: Library for the arithmetic of complex numbers |
| 2 | 2 |
Name: mpc |
| 3 |
-Version: 1.0.2 |
|
| 3 |
+Version: 1.0.3 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: LGPLv3+ |
| 6 | 6 |
URL: http://www.multiprecision.org |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 |
-Distribution: Photon |
|
| 10 |
-Source0: http://www.multiprecision.org/mpc/download/%{name}-%{version}.tar.gz
|
|
| 9 |
+Distribution: Photon |
|
| 10 |
+Source0: http://www.multiprecision.org/mpc/download/%{name}-%{version}.tar.gz
|
|
| 11 | 11 |
Requires: gmp |
| 12 |
-%define sha1 mpc=5072d82ab50ec36cc8c0e320b5c377adb48abe70 |
|
| 12 |
+%define sha1 mpc=b8be66396c726fdc36ebb0f692ed8a8cca3bcc66 |
|
| 13 | 13 |
%description |
| 14 | 14 |
The MPC package contains a library for the arithmetic of complex |
| 15 | 15 |
numbers with arbitrarily high precision and correct rounding of |
| ... | ... |
@@ -36,5 +36,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 36 | 36 |
%{_libdir}/*.so
|
| 37 | 37 |
%{_libdir}/*.so.*
|
| 38 | 38 |
%changelog |
| 39 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 1.0.3-1 |
|
| 40 |
+- Update version. |
|
| 39 | 41 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.0.2-1 |
| 40 | 42 |
- Initial build. First version |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Functions for multiple precision math |
| 2 | 2 |
Name: mpfr |
| 3 |
-Version: 3.1.2 |
|
| 3 |
+Version: 3.1.3 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://www.mpfr.org |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 |
-Distribution: Photon |
|
| 10 |
-Source0: http://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz
|
|
| 11 |
-%define sha1 mpfr=03e593cc6e26639ef5e60be1af8dc527209e5172 |
|
| 9 |
+Distribution: Photon |
|
| 10 |
+Source0: http://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz
|
|
| 11 |
+%define sha1 mpfr=383303f9de5ebe055b03b94642b03465baf9e6c7 |
|
| 12 | 12 |
Requires: gmp |
| 13 | 13 |
%description |
| 14 | 14 |
The MPFR package contains functions for multiple precision math. |
| ... | ... |
@@ -36,25 +36,27 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 36 | 36 |
%postun -p /sbin/ldconfig |
| 37 | 37 |
%files |
| 38 | 38 |
%defattr(-,root,root) |
| 39 |
-%{_libdir}/libmpfr.so.4.1.2
|
|
| 39 |
+%{_libdir}/libmpfr.so.4.1.3
|
|
| 40 | 40 |
%{_libdir}/libmpfr.so.4
|
| 41 |
-%{_docdir}/mpfr-3.1.2/NEWS
|
|
| 42 |
-%{_docdir}/mpfr-3.1.2/FAQ.html
|
|
| 43 |
-%{_docdir}/mpfr-3.1.2/examples/version.c
|
|
| 44 |
-%{_docdir}/mpfr-3.1.2/examples/rndo-add.c
|
|
| 45 |
-%{_docdir}/mpfr-3.1.2/examples/ReadMe
|
|
| 46 |
-%{_docdir}/mpfr-3.1.2/examples/sample.c
|
|
| 47 |
-%{_docdir}/mpfr-3.1.2/examples/divworst.c
|
|
| 48 |
-%{_docdir}/mpfr-3.1.2/COPYING.LESSER
|
|
| 49 |
-%{_docdir}/mpfr-3.1.2/TODO
|
|
| 50 |
-%{_docdir}/mpfr-3.1.2/BUGS
|
|
| 51 |
-%{_docdir}/mpfr-3.1.2/AUTHORS
|
|
| 52 |
-%{_docdir}/mpfr-3.1.2/COPYING
|
|
| 41 |
+%{_docdir}/mpfr-3.1.3/NEWS
|
|
| 42 |
+%{_docdir}/mpfr-3.1.3/FAQ.html
|
|
| 43 |
+%{_docdir}/mpfr-3.1.3/examples/version.c
|
|
| 44 |
+%{_docdir}/mpfr-3.1.3/examples/rndo-add.c
|
|
| 45 |
+%{_docdir}/mpfr-3.1.3/examples/ReadMe
|
|
| 46 |
+%{_docdir}/mpfr-3.1.3/examples/sample.c
|
|
| 47 |
+%{_docdir}/mpfr-3.1.3/examples/divworst.c
|
|
| 48 |
+%{_docdir}/mpfr-3.1.3/COPYING.LESSER
|
|
| 49 |
+%{_docdir}/mpfr-3.1.3/TODO
|
|
| 50 |
+%{_docdir}/mpfr-3.1.3/BUGS
|
|
| 51 |
+%{_docdir}/mpfr-3.1.3/AUTHORS
|
|
| 52 |
+%{_docdir}/mpfr-3.1.3/COPYING
|
|
| 53 | 53 |
%files devel |
| 54 | 54 |
%{_includedir}/mpf2mpfr.h
|
| 55 | 55 |
%{_includedir}/mpfr.h
|
| 56 | 56 |
%{_libdir}/libmpfr.a
|
| 57 | 57 |
%{_libdir}/libmpfr.so
|
| 58 | 58 |
%changelog |
| 59 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 3.1.3-1 |
|
| 60 |
+- Update version. |
|
| 59 | 61 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com>> 3.1.2-1 |
| 60 | 62 |
- Initial build. First version |
| ... | ... |
@@ -2,7 +2,7 @@ |
| 2 | 2 |
Summary: A module for reading .ini-style configuration files |
| 3 | 3 |
Name: perl-Config-IniFiles |
| 4 | 4 |
Version: 2.83 |
| 5 |
-Release: 1%{?dist}
|
|
| 5 |
+Release: 2%{?dist}
|
|
| 6 | 6 |
Group: Development/Libraries |
| 7 | 7 |
License: GPL+ or Artistic |
| 8 | 8 |
URL: http://search.cpan.org/dist/Config-IniFiles/ |
| ... | ... |
@@ -14,6 +14,7 @@ BuildArch: noarch |
| 14 | 14 |
BuildRequires: perl |
| 15 | 15 |
Requires: perl |
| 16 | 16 |
BuildRequires: perl-List-MoreUtils |
| 17 |
+BuildRequires: perl-Module-Build |
|
| 17 | 18 |
Requires: perl-List-MoreUtils |
| 18 | 19 |
|
| 19 | 20 |
%description |
| ... | ... |
@@ -43,5 +44,7 @@ make test |
| 43 | 43 |
%{_mandir}/man3/*
|
| 44 | 44 |
|
| 45 | 45 |
%changelog |
| 46 |
+* Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 2.83-2 |
|
| 47 |
+- Add build requirement |
|
| 46 | 48 |
* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 2.83-1 |
| 47 | 49 |
- Initial version. |
| 20 | 21 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,50 @@ |
| 0 |
+# Got the intial spec from Fedora and modified it |
|
| 1 |
+# Remove under-specified dependencies |
|
| 2 |
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((ExtUtils::Install|File::Spec|Module::Build|Module::Metadata|Perl::OSType)\\)$
|
|
| 3 |
+%global __requires_exclude %__requires_exclude|^perl\\(CPAN::Meta::YAML\\) >= 0.002$ |
|
| 4 |
+ |
|
| 5 |
+Summary: Build and install Perl modules |
|
| 6 |
+Name: perl-Module-Build |
|
| 7 |
+Version: 0.4214 |
|
| 8 |
+Release: 1%{?dist}
|
|
| 9 |
+License: GPL+ or Artistic |
|
| 10 |
+Group: Development/Libraries |
|
| 11 |
+URL: http://search.cpan.org/dist/Module-Build/ |
|
| 12 |
+Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Build-%{version}.tar.gz
|
|
| 13 |
+%define sha1 Module-Build=4da2002098518ae035a9f87e0749d9d57483d107 |
|
| 14 |
+Vendor: VMware, Inc. |
|
| 15 |
+Distribution: Photon |
|
| 16 |
+BuildArch: noarch |
|
| 17 |
+BuildRequires: perl |
|
| 18 |
+Requires: perl |
|
| 19 |
+ |
|
| 20 |
+%description |
|
| 21 |
+Module::Build is a system for building, testing, and installing Perl |
|
| 22 |
+modules. It is meant to be an alternative to ExtUtils::MakeMaker. |
|
| 23 |
+ |
|
| 24 |
+%prep |
|
| 25 |
+%setup -q -n Module-Build-%{version}
|
|
| 26 |
+ |
|
| 27 |
+%build |
|
| 28 |
+perl Build.PL installdirs=vendor |
|
| 29 |
+./Build |
|
| 30 |
+ |
|
| 31 |
+%install |
|
| 32 |
+./Build install destdir=%{buildroot} create_packlist=0
|
|
| 33 |
+%{_fixperms} %{buildroot}/*
|
|
| 34 |
+ |
|
| 35 |
+%check |
|
| 36 |
+rm t/signature.t |
|
| 37 |
+LANG=C TEST_SIGNATURE=1 MB_TEST_EXPERIMENTAL=1 ./Build test |
|
| 38 |
+ |
|
| 39 |
+%files |
|
| 40 |
+%doc Changes contrib LICENSE README |
|
| 41 |
+%{_bindir}/config_data
|
|
| 42 |
+%{perl_vendorlib}/*
|
|
| 43 |
+%{_mandir}/man1/*
|
|
| 44 |
+%{_mandir}/man3/*
|
|
| 45 |
+ |
|
| 46 |
+%changelog |
|
| 47 |
+* Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 0.4214-1 |
|
| 48 |
+- Initial version. |
|
| 49 |
+ |
| 0 | 50 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,44 @@ |
| 0 |
+# Got the intial spec from Fedora and modified it |
|
| 1 |
+ |
|
| 2 |
+Summary: Interface to create per object accessors |
|
| 3 |
+Name: perl-Object-Accessor |
|
| 4 |
+Version: 0.48 |
|
| 5 |
+Release: 1%{?dist}
|
|
| 6 |
+Group: Development/Libraries |
|
| 7 |
+License: GPL+ or Artistic |
|
| 8 |
+URL: http://search.cpan.org/dist/Object-Accessor/ |
|
| 9 |
+Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Object-Accessor-%{version}.tar.gz
|
|
| 10 |
+%define sha1 Object-Accessor=0b97227252a0551c946b9f112a577b9d59ffd4ae |
|
| 11 |
+Vendor: VMware, Inc. |
|
| 12 |
+Distribution: Photon |
|
| 13 |
+BuildArch: noarch |
|
| 14 |
+BuildRequires: perl |
|
| 15 |
+Requires: perl |
|
| 16 |
+ |
|
| 17 |
+%description |
|
| 18 |
+Object::Accessor provides an interface to create per object accessors (as |
|
| 19 |
+opposed to per Class accessors, as, for example, Class::Accessor provides). |
|
| 20 |
+ |
|
| 21 |
+%prep |
|
| 22 |
+%setup -q -n Object-Accessor-%{version}
|
|
| 23 |
+ |
|
| 24 |
+%build |
|
| 25 |
+perl Makefile.PL INSTALLDIRS=vendor |
|
| 26 |
+make %{?_smp_mflags}
|
|
| 27 |
+ |
|
| 28 |
+%install |
|
| 29 |
+make pure_install DESTDIR=$RPM_BUILD_ROOT |
|
| 30 |
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
| 31 |
+%{_fixperms} $RPM_BUILD_ROOT/*
|
|
| 32 |
+ |
|
| 33 |
+%check |
|
| 34 |
+make test |
|
| 35 |
+ |
|
| 36 |
+%files |
|
| 37 |
+%doc CHANGES README |
|
| 38 |
+%{perl_vendorlib}/*
|
|
| 39 |
+%{_mandir}/man3/*
|
|
| 40 |
+ |
|
| 41 |
+%changelog |
|
| 42 |
+* Wed Jan 13 2016 Anish Swaminathan <anishs@vmware.com> 0.48-1 |
|
| 43 |
+- Initial version. |
| ... | ... |
@@ -2,21 +2,25 @@ |
| 2 | 2 |
# unicore::Name - it's needed by perl, maybe problem of rpm |
| 3 | 3 |
# FCGI is external dependency after install of perl-CGI, remove it during RC releases |
| 4 | 4 |
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((VMS|BSD::|Win32|Tk|Mac::|Your::Module::Here|unicore::Name|FCGI)
|
| 5 |
+# Filter dependencies on private modules. Generator: |
|
| 6 |
+# for F in $(find lib -type f); do perl -e '$/ = undef; $_ = <>; if (/^package #\R([\w:]*);/m) { print qq{|^perl\\\\($1\\\\)} }' "$F"; done
|
|
| 7 |
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Locale::Codes::Country_Retired\\)|^perl\\(Locale::Codes::LangFam_Retired\\)|^perl\\(Locale::Codes::Script_Retired\\)|^perl\\(Locale::Codes::LangExt_Codes\\)|^perl\\(Locale::Codes::LangFam_Codes\\)|^perl\\(Locale::Codes::Script_Codes\\)|^perl\\(Locale::Codes::Language_Codes\\)|^perl\\(Locale::Codes::LangExt_Retired\\)|^perl\\(Locale::Codes::Currency_Codes\\)|^perl\\(Locale::Codes::LangVar_Retired\\)|^perl\\(Locale::Codes::Language_Retired\\)|^perl\\(Locale::Codes::Country_Codes\\)|^perl\\(Locale::Codes::LangVar_Codes\\)|^perl\\(Locale::Codes::Currency_Retired\\)
|
|
| 5 | 8 |
|
| 6 | 9 |
Summary: Practical Extraction and Report Language |
| 7 | 10 |
Name: perl |
| 8 |
-Version: 5.18.2 |
|
| 9 |
-Release: 2%{?dist}
|
|
| 11 |
+Version: 5.22.1 |
|
| 12 |
+Release: 1%{?dist}
|
|
| 10 | 13 |
License: GPLv1+ |
| 11 | 14 |
URL: http://www.perl.org/ |
| 12 | 15 |
Group: Development/Languages |
| 13 | 16 |
Vendor: VMware, Inc. |
| 14 | 17 |
Distribution: Photon |
| 15 | 18 |
Source0: http://www.cpan.org/src/5.0/%{name}-%{version}.tar.bz2
|
| 16 |
-%define sha1 perl=b8b87ef46630b5a2287b86b6e0c69088da36adfd |
|
| 19 |
+%define sha1 perl=29f9b320b0299577a3e1d02e9e8ef8f26f160332 |
|
| 17 | 20 |
Provides: perl >= 0:5.003000 |
| 18 | 21 |
Provides: perl(getopts.pl) |
| 19 | 22 |
Provides: /bin/perl |
| 23 |
+BuildRequires: zlib-devel, bzip2-devel |
|
| 20 | 24 |
Requires: zlib |
| 21 | 25 |
Requires: gdbm |
| 22 | 26 |
Requires: glibc |
| ... | ... |
@@ -29,12 +33,9 @@ Report Language. |
| 29 | 29 |
|
| 30 | 30 |
sed -i 's/-fstack-protector/&-all/' Configure |
| 31 | 31 |
|
| 32 |
-sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ |
|
| 33 |
- -e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \ |
|
| 34 |
- -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ |
|
| 35 |
- cpan/Compress-Raw-Zlib/config.in |
|
| 36 |
- |
|
| 37 | 32 |
%build |
| 33 |
+export BUILD_ZLIB=False |
|
| 34 |
+export BUILD_BZIP2=0 |
|
| 38 | 35 |
CFLAGS="%{_optflags}"
|
| 39 | 36 |
|
| 40 | 37 |
sh Configure -des \ |
| ... | ... |
@@ -49,6 +50,7 @@ sh Configure -des \ |
| 49 | 49 |
make VERBOSE=1 %{?_smp_mflags}
|
| 50 | 50 |
%install |
| 51 | 51 |
make DESTDIR=%{buildroot} install
|
| 52 |
+unset BUILD_ZLIB BUILD_BZIP2 |
|
| 52 | 53 |
%post -p /sbin/ldconfig |
| 53 | 54 |
%postun -p /sbin/ldconfig |
| 54 | 55 |
%files |
| ... | ... |
@@ -59,6 +61,8 @@ make DESTDIR=%{buildroot} install
|
| 59 | 59 |
%{_libdir}/perl5/%{version}/*
|
| 60 | 60 |
%{_mandir}/*/*
|
| 61 | 61 |
%changelog |
| 62 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 5.22.1-1 |
|
| 63 |
+- Update version |
|
| 62 | 64 |
* Thu Jun 4 2015 Touseef Liaqat <tliaqat@vmware.com> 5.18.2-2 |
| 63 | 65 |
- Provide /bin/perl. |
| 64 | 66 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 5.18.2-1 |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Displays information about running processes |
| 2 | 2 |
Name: psmisc |
| 3 |
-Version: 22.20 |
|
| 3 |
+Version: 22.21 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://psmisc.sourceforge.net/ |
| ... | ... |
@@ -8,7 +8,7 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://prdownloads.sourceforge.net/psmisc/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 psmisc=abdddc8d5c91251bba0f3190956ae9d05c058745 |
|
| 11 |
+%define sha1 psmisc=09fabbef4539b58b6b8738a73da3d21d5daa1a58 |
|
| 12 | 12 |
BuildRequires: ncurses-devel |
| 13 | 13 |
Requires: ncurses |
| 14 | 14 |
%description |
| ... | ... |
@@ -34,5 +34,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 34 | 34 |
%{_bindir}/*
|
| 35 | 35 |
%{_mandir}/*/*
|
| 36 | 36 |
%changelog |
| 37 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 22.21-1 |
|
| 38 |
+- Update version |
|
| 37 | 39 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 22.20-1 |
| 38 | 40 |
- Initial build. First version |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Programs for handling passwords in a secure way |
| 2 | 2 |
Name: shadow |
| 3 |
-Version: 4.1.5.1 |
|
| 4 |
-Release: 6%{?dist}
|
|
| 3 |
+Version: 4.2.1 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
URL: http://pkg-shadow.alioth.debian.org/ |
| 6 | 6 |
License: BSD |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 |
-Source0: http://cdn.debian.net/debian/pool/main/s/%{name}/%{name}_%{version}.orig.tar.gz
|
|
| 11 |
-%define sha1 shadow=6e4de75de58405d21b0377b926ae770afccd95bc |
|
| 10 |
+Source0: http://pkg-shadow.alioth.debian.org/releases/%{name}-%{version}.tar.xz
|
|
| 11 |
+%define sha1 shadow=0917cbadd4ce0c7c36670e5ecd37bbed92e6d82d |
|
| 12 | 12 |
Source1: PAM-Configuration-Files-1.1.tar.gz |
| 13 | 13 |
%define sha1 PAM=39b8f5513e8886d23e03f4d09a7cbfddb57d9d98 |
| 14 | 14 |
Patch0: chkname-allowcase.patch |
| ... | ... |
@@ -98,6 +98,8 @@ done |
| 98 | 98 |
%{_mandir}/*/*
|
| 99 | 99 |
%{_sysconfdir}/pam.d/*
|
| 100 | 100 |
%changelog |
| 101 |
+* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 4.2.1-1 |
|
| 102 |
+- Update version |
|
| 101 | 103 |
* Wed Dec 2 2015 Divya Thaluru <dthaluru@vmware.com> 4.1.5.1-6 |
| 102 | 104 |
- Fixed PAM Configuration file for passwd |
| 103 | 105 |
* Mon Oct 26 2015 Sharath George <sharathg@vmware.com> 4.1.5.1-5 |
| ... | ... |
@@ -4,7 +4,7 @@ |
| 4 | 4 |
"python2-tools", "linux-api-headers","gawk","check", "libltdl", "libltdl-devel", "pcre-devel", "glib-devel", |
| 5 | 5 |
"glibc-devel", "glibc-lang", "zlib-devel", "gettext", "git", "git-lang", "autoconf", "perl", "perl-DBI","perl-Config-IniFiles", |
| 6 | 6 |
"perl-DBIx-Simple", "perl-DBD-SQLite","perl-Exporter-Tiny","perl-JSON-XS","perl-List-MoreUtils","perl-Module-Install", |
| 7 |
- "perl-Module-ScanDeps","perl-Types-Serialiser","perl-WWW-Curl","perl-YAML-Tiny","perl-YAML","perl-common-sense","perl-libintl","tcsh", |
|
| 7 |
+ "perl-Module-ScanDeps","perl-Module-Build","perl-Object-Accessor","perl-Types-Serialiser","perl-WWW-Curl","perl-YAML-Tiny","perl-YAML","perl-common-sense","perl-libintl","tcsh", |
|
| 8 | 8 |
"gobject-introspection", "gobject-introspection-devel", "gobject-introspection-python", "procps-ng-devel", |
| 9 | 9 |
"bash-lang", "kbd", "coreutils-lang", "libxslt", "docbook-xml", "docbook-xsl", "gtk-doc", "popt-devel", "texinfo", "tar", |
| 10 | 10 |
"kubernetes", "cyrus-sasl", "openldap", "binutils", "binutils-devel", "python-iniparse", "psmisc", "etcd", "openssl-devel", |