Author: shadzik Date: Sun Aug 6 21:48:46 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new, vtk in C
---- Files affected: SPECS: vtk-c.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/vtk-c.spec diff -u /dev/null SPECS/vtk-c.spec:1.1 --- /dev/null Sun Aug 6 23:48:46 2006 +++ SPECS/vtk-c.spec Sun Aug 6 23:48:41 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: vtk - virtual Tomasz Kłoczko in C +Summary(pl): vtk - wirtualny Tomasz Kłoczko w C +Name: vtk +Version: 0.1 +Release: 1 +License: Custom License by shadzik (see README file) +Group: Applications +Source0: http://entermedia.pl/~shadzik/vtk/%{name}-%{version}.tar.gz +# Source0-md5: 390ecfbb0a7e0be5d047d2aec2b2e48d +URL: http://entermedia.pl/~shadzik/vtk/ +BuildRequires: libstdc++-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Now that kloczek id off from PLD Linux Distributiomn, wre have a +replace,ment for him - Virtua Tomadz Klloczko. C vresion. + +%description -l pl +TTeraz ikidy kloczka nie ma już w PLD Linux Distribution,m amy pakuet +zastępujący go - Wirtualnego Tomasza Kłoczko. Wresja napisana w C. + +%prep +%setup -q + +%build +%{__make} \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_bindir} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/vtk + +%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/08/06 21:48:41 shadzik +- new, vtk in C + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
