]> git.pld-linux.org Git - packages/GLee.git/commitdiff
- use PIC, separated -devel, BR: libstdc++-devel
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jul 2005 12:28:26 +0000 (12:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GLee.spec -> 1.3

GLee.spec

index 198e491acc287358a01b2492bad23d8dfb6697e6..1fab4a99e04e1ae2ff1aaf0b5c44e7091304a6d5 100644 (file)
--- a/GLee.spec
+++ b/GLee.spec
@@ -11,6 +11,8 @@ URL:          http://elf-stone.com/downloads.php
 BuildRequires: OpenGL-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libstdc++-devel
+BuildRequires: rpmbuild(macros) >= 1.167
 Requires:      OpenGL
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -28,10 +30,24 @@ g
 trudów rêcznego linkowania ka¿dego wymaganego rozszerzenia i
 efektywnie czyni bibliotekê OpenGL aktualn±.
 
+%package devel
+Summary:       Header file for GLee library
+Summary(pl):   Plik nag³ówkowy biblioteki GLee
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      OpenGL-devel
+
+%description devel
+Header file for GLee library.
+
+%description devel -l pl
+Plik nag³ówkowy biblioteki GLee.
+
 %prep
 %setup -q -n glee
 
 %build
+CXXFLAGS="%{rpmcxxflags} -fPIC"
 %configure
 %{__make}
 
@@ -55,5 +71,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc extensionList.txt readme.txt
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/GL/*
+%attr(755,root,root) %{_libdir}/libGLee.so
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/GL/GLee.h
This page took 0.072288 seconds and 4 git commands to generate.