OBS User unknown 2009-01-27 00:57:53 +00:00 committed by Git OBS Bridge
parent b8af62a457
commit 5bb4b1c511
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 26 22:45:56 CET 2009 - crrodriguez@suse.de
- remove "la" files
-------------------------------------------------------------------
Wed Oct 22 16:17:11 CEST 2008 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package ftgl (Version 2.1.2.99.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
Name: ftgl
BuildRequires: doxygen freeglut-devel freetype2-devel gcc-c++ libdrm-devel
Version: 2.1.2.99.5
Release: 7
Release: 8
%define _version 2.1.3-rc5
%define __version 2.1.3~rc5
Url: http://ftgl.wiki.sourceforge.net/
@ -240,8 +240,8 @@ Authors:
%patch
%build
autoreconf -f -i
%configure\
autoreconf -f -i -v
%configure --with-pic \
--disable-static
make %{?jobs:-j%jobs} documentationdir=%{_docdir}/%{name}
@ -258,6 +258,8 @@ cd demo
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-demo
cp -pr *.cpp *.c *.h $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-demo
cd ..
%{__rm} -f %{buildroot}%{_libdir}/*.la
grep -r include %{buildroot}%{_includedir} | awk -F: '{print $2}'
%clean
rm -rf $RPM_BUILD_ROOT
@ -279,7 +281,6 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_defaultdocdir}/%{name}/*.txt
%{_includedir}/FTGL
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%files demo
@ -292,6 +293,8 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/FTGL-simple-demo
%changelog
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Tue Oct 14 2008 sbrabec@suse.cz