]> git.pld-linux.org Git - packages/SimGear.git/blob - SimGear.spec
- more improvements
[packages/SimGear.git] / SimGear.spec
1 Summary:        a set of libraries to build 3d simulations, games etc.
2 Summary(pl):    zestaw bibliotek do budowania trójwymiarowych symulacji, gier itp.
3 Name:           SimGear
4 Version:        0.0.14
5 Release:        1
6 Group:          Libraries
7 Group(de):      Libraries
8 Group(es):      Bibliotecas
9 Group(fr):      Librairies
10 Group(pl):      Biblioteki
11 License:        GPL
12 Source0:        ftp://ftp.simgear.org/pub/simgear/Source/%{name}-%{version}.tar.gz
13 Patch0:         %{name}-DESTDIR.patch
14 URL:            http://www.simgear.org
15 BuildRequires:  OpenGL-devel
16 BuildRequires:  XFree86-devel
17 BuildRequires:  libstdc++-devel
18 BuildRequires:  glut-devel
19 BuildRequires:  automake
20 BuildRequires:  autoconf
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 SimGear is a set of open-source libraries designed to be used as
25 building blocks for quickly assembling 3d simulations, games, and
26 visualization applications.
27
28 The term "Simulation Kernel" is a bit presumptuous for us at this
29 point, but this is the direction we are heading with SimGear.
30
31 %description -l pl
32 SimGear to zestaw bibliotek zaprojektowanych do wykorzystania jako
33 klocki do szybkiego zestawiania trójwymiarowych symulacji, gier...
34
35 W tej chwili jest jeszcze trochê za wcze¶nie na u¿ywanie terminu
36 "J±dro Symulacji", ale to jest kierunek w którym zmierza SimGear
37
38 %package devel
39 Summary:        header files for SimGear
40 Group:          Development/Libraries
41 Group(de):      Entwicklung/Libraries
42 Group(fr):      Development/Librairies
43 Group(pl):      Programowanie/Biblioteki
44
45 %description devel
46 Header files neccessary to build SimGear applications
47
48 %description devel -l pl
49 Pliki nag³ówkowe potrzebne do budowania aplikacji z SimGearem
50
51 %package static
52 Summary:        static SimGear libraries
53 Group:          Development/Libraries
54 Group(de):      Entwicklung/Libraries
55 Group(fr):      Development/Librairies
56 Group(pl):      Programowanie/Biblioteki
57
58 %description static
59 Static SimGear libraries
60
61 %description static -l pl
62 Statyczne biblioteki SimGear
63
64 %prep
65 %setup -q
66 %patch0 -p1
67
68 %build
69 aclocal
70 autoconf
71 automake -a -c
72 %configure \
73         --with-x
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 install -d $RPM_BUILD_ROOT
79 %{__make} DESTDIR="$RPM_BUILD_ROOT" install
80
81 %post devel -p /sbin/ldconfig
82
83 %postun devel -p /sbin/ldconfig
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/*.so.*.*
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/*.so
95 %attr(755,root,root) %{_libdir}/*.la
96 %{_includedir}/*
97
98 %files static
99 %defattr(644,root,root,755)
100 %{_libdir}/*.a
This page took 0.084424 seconds and 3 git commands to generate.