SPECS: vtk2-pld.spec (NEW) - new
shadzik
shadzik at pld-linux.org
Sun Jul 30 18:28:08 CEST 2006
Author: shadzik Date: Sun Jul 30 16:28:08 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
vtk2-pld.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/vtk2-pld.spec
diff -u /dev/null SPECS/vtk2-pld.spec:1.1
--- /dev/null Sun Jul 30 18:28:08 2006
+++ SPECS/vtk2-pld.spec Sun Jul 30 18:28:03 2006
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary: vtk2 - virtual Tomasz Kłoczko 2
+Summary(pl): vtk2 - wirtualny Tomasz Kłoczko 2
+Name: vtk2
+Version: 0.2
+Release: 1
+License: Custom License by shadzik (see README file)
+Group: Applications
+Source0: http://entermedia.pl/~shadzik/vtk/%{name}-%{version}.tar.gz
+# Source0-md5: 0bc7c4965fbc7e784562b3b210db21da
+URL: http://entermedia.pl/~shadzik/vtk/
+BuildRequires: libstdc++-devel
+BuildRequires: make
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Virtual Tomasz Kłoczko
+
+%description -l pl
+Wirtualny Tomasz Kłoczko
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+ CFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install vtk2 $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/vtk2
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/07/30 16:28:03 shadzik
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list