forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
71 changed files
with
3,535 additions
and
1,642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Summary: Ant contrib | ||
Name: ant-contrib | ||
Version: 1.0b3 | ||
Release: 0%{?dist} | ||
License: Apache | ||
URL: http://ant-contrib.sourceforget.net | ||
Group: Applications/System | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
BuildArch: noarch | ||
Source0: http://dl.bintray.com/vmware/photon_release_1.0_TP1_x86_64/%{name}-%{version}-src.tar.gz | ||
Requires: openjdk >= 1.8.0.45, apache-ant >= 1.9.4 | ||
BuildRequires: openjdk >= 1.8.0.45, apache-ant >= 1.9.4 | ||
|
||
%define _prefix /opt/ant-contrib | ||
|
||
%description | ||
The Ant Contrib project is a collection of tasks for Apache Ant. | ||
|
||
%prep | ||
|
||
%setup -n %{name} | ||
%build | ||
ANT_HOME=/opt/apache-ant-1.9.4 | ||
export JAVA_HOME=/opt/OpenJDK-1.8.0.45-bin | ||
mkdir -p -m 700 %{_prefix} | ||
$ANT_HOME/bin/ant -Ddist.dir="%{_prefix}" -Dproject.version="1.0b3" dist | ||
%install | ||
ANT_HOME=/opt/apache-ant-1.9.4 | ||
ANT_CONTRIB_DIST_DIR=%{buildroot}%{name}-%{version} | ||
[ %{buildroot} != "/" ] && rm -rf %{buildroot}/* | ||
mkdir -p -m 700 %{buildroot}/opt | ||
cd %{buildroot}/opt && tar xvzf %{_prefix}/ant-contrib-1.0b3-bin.tar.gz --wildcards "*.jar" | ||
%files | ||
%defattr(-,root,root) | ||
%{_prefix}/*.jar | ||
%{_prefix}/lib/*.jar | ||
|
||
%changelog | ||
* Fri Jun 9 2015 Sriram Nambakam <[email protected]> 1.0b3.0-0 | ||
- Initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Summary: AsciiDoc is a human readable text document format | ||
Name: asciidoc | ||
Version: 8.6.9 | ||
Release: 1 | ||
License: GPLv2 | ||
URL: http://asciidoc.org/ | ||
Group: System Environment/Development | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://sourceforge.net/projects/asciidoc/files/asciidoc/%{version}/%{name}-%{version}.tar.gz | ||
|
||
%description | ||
AsciiDoc is a human readable text document format that can be easily converted to other document formats. | ||
|
||
%prep | ||
%setup -q | ||
|
||
%build | ||
export CFLAGS="%{optflags}" | ||
./configure --prefix=%{_prefix} | ||
|
||
make %{?_smp_mflags} | ||
|
||
%install | ||
rm -rf %{buildroot}%{_infodir} | ||
make DESTDIR=%{buildroot} install | ||
|
||
%post -p /sbin/ldconfig | ||
%postun -p /sbin/ldconfig | ||
|
||
%files | ||
%defattr(-,root,root) | ||
/usr/bin/* | ||
/usr/etc/* | ||
/usr/share/man/* | ||
|
||
%changelog | ||
* Fri Jun 5 2015 Touseef Liaqat <[email protected]> 8.6.9-1 | ||
- Initial build. First version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
Summary: The package automatically configure source code | ||
Name: autoconf | ||
Version: 2.69 | ||
Release: 1%{?dist} | ||
Release: 3%{?dist} | ||
License: GPLv2 | ||
URL: http://www.gnu.org/software/autoconf | ||
Group: System Environment/Base | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz | ||
Requires: perl | ||
BuildRequires: m4 | ||
Requires: m4 | ||
%description | ||
The package contains programs for producing shell scripts that can | ||
automatically configure source code. | ||
|
@@ -27,5 +30,9 @@ rm -rf %{buildroot}%{_infodir} | |
%{_mandir}/*/* | ||
%{_datarootdir}/autoconf/* | ||
%changelog | ||
* Fri Jun 5 2015 Divya Thaluru <[email protected]> 2.69-3 | ||
- Adding m4 package to build and run time required package | ||
* Wed Jun 3 2015 Divya Thaluru <[email protected]> 2.69-2 | ||
- Adding perl packages to required packages | ||
* Wed Nov 5 2014 Divya Thaluru <[email protected]> 2.69-1 | ||
- Initial build. First version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Summary: Programs for generating Makefiles | ||
Name: automake | ||
Version: 1.14.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv2+ | ||
URL: http://www.gnu.org/software/automake/ | ||
Group: System Environment/Base | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.xz | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.xz | ||
BuildRequires: autoconf | ||
%description | ||
Contains programs for generating Makefiles for use with Autoconf. | ||
%prep | ||
|
@@ -33,5 +34,7 @@ rm -rf %{buildroot}%{_infodir} | |
%{_defaultdocdir}/%{name}-%{version}/* | ||
%{_mandir}/*/* | ||
%changelog | ||
* Wed Jun 3 2015 Divya Thaluru <[email protected]> 1.14.1-2 | ||
- Adding autoconf package to build time requires packages | ||
* Wed Nov 5 2014 Divya Thaluru <[email protected]> 1.14.1-1 | ||
- Initial build. First version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
Summary: Contains a parser generator | ||
Name: bison | ||
Version: 3.0.2 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv3+ | ||
URL: http://www.gnu.org/software/bison | ||
Group: System Environment/Base | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/bison/%{name}-%{version}.tar.xz | ||
BuildRequires: m4 | ||
Requires: m4 | ||
BuildRequires: flex | ||
Requires: flex | ||
%description | ||
This package contains a parser generator | ||
%prep | ||
|
@@ -69,5 +73,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck} | |
%lang(zh_TW) %{_datarootdir}/locale/zh_TW/LC_MESSAGES/bison-runtime.mo | ||
%{_mandir}/*/* | ||
%changelog | ||
* Fri Jun 5 2015 Divya Thaluru <[email protected]> 3.0.2-2 | ||
- Adding m4, flex package to build and run time required package | ||
* Wed Nov 5 2014 Divya Thaluru <[email protected]> 3.0.2-1 | ||
- Initial build. First version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Contains programs for compressing and decompressing files | ||
Name: bzip2 | ||
Version: 1.0.6 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
License: BSD | ||
URL: http://www.bzip.org/ | ||
Group: System Environment/Base | ||
|
@@ -15,6 +15,7 @@ decompressing files. Compressing text files with bzip2 yields a much better | |
compression percentage than with the traditional gzip. | ||
%package devel | ||
Summary: Header and development files for bzip2 | ||
Requires: bzip2 | ||
%description devel | ||
It contains the libraries and header files to create applications | ||
%prep | ||
|
@@ -72,7 +73,9 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck} | |
%files devel | ||
%{_includedir}/bzlib.h | ||
%changelog | ||
* Mon May 18 2015 Touseef Liaqat <[email protected]> 1.0.6-2 | ||
- Update according to UsrMove. | ||
* Fri Jun 5 2015 Divya Thaluru <[email protected]> 1.0.6-3 | ||
- Adding bzip2 package run time required package for bzip2-devel package | ||
* Mon May 18 2015 Touseef Liaqat <[email protected]> 1.0.6-2 | ||
- Update according to UsrMove. | ||
* Wed Nov 5 2014 Divya Thaluru <[email protected]> 1.0.6-1 | ||
- Initial build. First version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
Summary: Programs that show the differences between files or directories | ||
Name: diffutils | ||
Version: 3.3 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
License: GPLv3+ | ||
URL: http://www.gnu.org/software/diffutils | ||
Group: System Environment/Base | ||
Vendor: VMware, Inc. | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.xz | ||
Distribution: Photon | ||
Source0: http://ftp.gnu.org/gnu/diffutils/%{name}-%{version}.tar.xz | ||
BuildRequires: coreutils | ||
%description | ||
The Diffutils package contains programs that show the | ||
differences between files or directories. | ||
|
@@ -30,5 +31,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck} | |
%{_bindir}/* | ||
%{_mandir}/*/* | ||
%changelog | ||
* Wed Jun 3 2015 Divya Thaluru <[email protected]> 3.3-2 | ||
- Adding coreutils package to build requires | ||
* Wed Nov 5 2014 Divya Thaluru <[email protected]> 3.3-1 | ||
- Initial build. First version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.