Author: arekm Date: Sat May 6 19:25:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - raw
---- Files affected: SPECS: nxc.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/nxc.spec diff -u /dev/null SPECS/nxc.spec:1.1 --- /dev/null Sat May 6 21:25:47 2006 +++ SPECS/nxc.spec Sat May 6 21:25:42 2006 @@ -0,0 +1,59 @@ +# $Revision$, $Date$ +# TODO: +# - fixme +# - -devel subpackage +Summary: nxc +Name: nxc +Version: 0.1.1 +Release: 1 +License: GPL +Group: Applications/Networking +Source0: http://vm.gwright.org.uk/nxc-0.1.1.tar.bz2 +# Source0-md5: 1688999d3d3a4fc01593214c0bcc9ea0 +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +nxc + +%prep +%setup -q + +%build +cp -f /usr/share/automake/config.sub admin +%{__make} -f admin/Makefile.common cvs + +%configure \ + --enable-new-ldflags \ + --enable-final +%if "%{_lib}" == "lib64" + --enable-libsuffix=64 \ +%endif + --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files -f %{name}.lang +%defattr(644,root,root,755) + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/05/06 19:25:42 arekm +- raw + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
