]> git.pld-linux.org Git - SPECS.git/blob - vtk2-pld.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / vtk2-pld.spec
1
2 %define         _realname       vtk2
3
4 Summary:        vtk2 - virtual Tomasz Kloczko 2
5 Summary(pl.UTF-8):      vtk2 - wirtualny Tomasz Kłoczko 2
6 Name:           vtk2-pld
7 Version:        0.3
8 Release:        2
9 License:        Custom License by shadzik (see README file)
10 Group:          Applications
11 Source0:        http://entermedia.pl/~shadzik/vtk/%{_realname}-%{version}.tar.gz
12 # Source0-md5:  9390d48fc07e095c32dc8b336c9783d2
13 Patch0:         %{name}-gcc.patch
14 URL:            http://entermedia.pl/~shadzik/vtk/
15 BuildRequires:  libstdc++-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Now that kloczek id off from PLD Linux Distributiomn, wre have a
20 replace,ment for him - Virtua Tomadz Klloczko 2. C++ vresion.
21
22 %description -l pl.UTF-8
23 TTeraz ikidy kloczka nie ma już w PLD Linux Distribution,m amy pakuet
24 zastępujący go - Wirtualnego Tomasza Kłoczko 2. Wresja C++.
25
26 %prep
27 %setup -q -n %{_realname}-%{version}
28 %patch0 -p0
29
30 %build
31 %{__make} \
32         CFLAGS="%{rpmcflags}" \
33         LDFLAGS="%{rpmldflags}" \
34         CXX="%{__cxx}"
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 install vtk2 $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc README
47 %attr(755,root,root) %{_bindir}/vtk2
This page took 0.120163 seconds and 3 git commands to generate.