From fa8420dd915928d891900a7ef136b9cb615881aa Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Sat, 21 Apr 2001 21:40:49 +0000 Subject: [PATCH] - initial release Changed files: SimGear.spec -> 1.1 --- SimGear.spec | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 SimGear.spec diff --git a/SimGear.spec b/SimGear.spec new file mode 100644 index 0000000..f3e7480 --- /dev/null +++ b/SimGear.spec @@ -0,0 +1,93 @@ +Summary: a set of libraries to build 3d simulations, games etc. +Name: SimGear +Version: 0.0.14 +Release: 1 +Group: Libraries +Group(de): Libraries +Group(es): Bibliotecas +Group(fr): Librairies +Group(pl): Biblioteki +License: GPL +Source0: ftp://ftp.simgear.org/pub/simgear/Source/%{name}-%{version}.tar.gz +Patch0: %{name}-DESTDIR.patch +BuildRequires: OpenGL-devel +BuildRequires: XFree86-devel +BuildRequires: libstdc++-devel +BuildRequires: glut-devel +BuildRequires: gcc-c++ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +SimGear is a set of open-source libraries designed to be used as +building blocks for quickly assembling 3d simulations, games, and +visualization applications. + +The term "Simulation Kernel" is a bit presumptuous for us at this +point, but this is the direction we are heading with SimGear. + +%description -l pl +SimGear to zestaw bibliotek zaprojektowanych do wykorzystania jako +klocki do szybkiego zestawiania trójwymiarowych symulacji, gier... + +W tej chwili jest jeszcze trochê za wcze¶nie na u¿ywanie terminu +"J±dro Symulacji", ale to jest kierunek w którym zmierza SimGear + +%package devel +Summary: header files for SimGear +Group: Development/Libraries +Group(de): Entwicklung/Libraries +Group(fr): Development/Librairies +Group(pl): Programowanie/Biblioteki + +%description devel +Header files neccessary to build SimGear applications + +%description devel -l pl +Pliki nag³ówkowe potrzebne do budowania aplikacji z SimGearem + +%package static +Summary: static SimGear libraries +Group: Development/Libraries +Group(de): Entwicklung/Libraries +Group(fr): Development/Librairies +Group(pl): Programowanie/Biblioteki + +%description static +Static SimGear libraries + +%description static -l pl +Statyczne biblioteki SimGear + +%prep +%setup -q +%patch0 -p1 + +%clean +rm -rf $RPM_BUILD_ROOT + +%build +aclocal +autoconf +automake -a -c +%configure \ + --with-x +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT +%{__make} DESTDIR="$RPM_BUILD_ROOT" install + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/*.so.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/*.so +%attr(755,root,root) %{_libdir}/*.la +%{_includedir}/* + +%files static +%defattr(644,root,root,755) +%{_libdir}/*.a -- 2.43.0