SUNWgnugetopt.spec revision 19612
10363N/A#
10363N/A# spec file for package SUNWgnugetopt
10363N/A#
10363N/A# includes module(s): getopt
10363N/A#
10363N/A%define owner erwannc
10363N/A#
10363N/A
10363N/A%include Solaris.inc
10363N/A
10363N/A%define OSR 1628 1439 1008 9099:1.0.8
10363N/A
10363N/A%include usr-gnu.inc
10363N/A
10363N/AName: SUNWgnugetopt
10363N/ASummary: getopt - a GNU getopt(3) compatible getopt utility
10363N/ALicense: GPL v2
10363N/AVendor: gnu.org
10363N/AVersion: 1.1.4
10363N/AURL: http://software.frodo.looijaard.name/getopt/
10363N/A#Source: http://software.frodo.looijaard.name/getopt/files/getopt-%{version}.tar.gz
10363N/ASource: http://pkgbuild.sf.net/spec-files-extra/tarballs/getopt-%{version}.tar.gz
10363N/APatch1: getopt-01-locale.h.diff
10363N/ASUNW_BaseDir: %{_basedir}
10363N/ASUNW_Copyright: %{name}.copyright
10363N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10363N/A%include default-depend.inc
10363N/A%include gnome-consolidation.inc
10363N/A
10363N/A%prep
10363N/Arm -rf %name-%version
10363N/A%setup -q -n getopt-%version
10363N/A%patch1 -p1
10363N/A
10363N/A%build
10363N/ACPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
10363N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
10363N/A CPUS=1
10363N/Afi
10363N/A
10363N/Amake -j$CPUS CC="${CC}" CFLAGS="%optflags"
10363N/A
10363N/A%install
10363N/Arm -rf $RPM_BUILD_ROOT
10363N/Amake install DESTDIR=$RPM_BUILD_ROOT prefix=%{_prefix} mandir=%{_mandir}
10363N/A
10363N/A%clean
10363N/Arm -rf $RPM_BUILD_ROOT
10363N/A
10363N/A%files
10363N/A%defattr (-, root, bin)
10363N/A%dir %attr (0755, root, bin) %{_bindir}
10363N/A%{_bindir}/*
10363N/A%dir %attr(0755, root, sys) %{_datadir}
10363N/A%dir %attr(0755, root, bin) %{_mandir}
10363N/A%dir %attr(0755, root, bin) %{_mandir}/man1
10363N/A%{_mandir}/man1/*
10363N/A%doc Changelog README
10363N/A%doc(bzip2) COPYING
10363N/A%dir %attr (0755, root, other) %{_datadir}/doc
10363N/A
10363N/A%changelog
10363N/A* Wed Sep 17 2008 - matt.keenn@sun.com
10363N/A- Update copyright
10363N/A* Tue Feb 13 2007 - laca@sun.com
10363N/A- create
10363N/A
10363N/A
10363N/A