SPECS (DEVEL): irrlicht.spec - up to 1.4beta
lisu
lisu at pld-linux.org
Thu Oct 4 20:20:07 CEST 2007
Author: lisu Date: Thu Oct 4 18:20:07 2007 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- up to 1.4beta
---- Files affected:
SPECS:
irrlicht.spec (1.11 -> 1.11.2.1)
---- Diffs:
================================================================
Index: SPECS/irrlicht.spec
diff -u SPECS/irrlicht.spec:1.11 SPECS/irrlicht.spec:1.11.2.1
--- SPECS/irrlicht.spec:1.11 Fri Jul 20 22:56:32 2007
+++ SPECS/irrlicht.spec Thu Oct 4 20:20:02 2007
@@ -3,15 +3,16 @@
# TODO:
# - what do do with the .NET thingy?
#
+%define _beta beta
Summary: Irrlicht - high performance realtime 3D engine
Summary(pl.UTF-8): Irrlicht - wysoko wydajny silnik 3D czasu rzeczywistego
Name: irrlicht
-Version: 1.3.1
-Release: 0.1
+Version: 1.4
+Release: 0.%{_beta}.1
License: BSD-like
Group: Libraries
-Source0: http://dl.sourceforge.net/irrlicht/%{name}-%{version}.zip
-# Source0-md5: 939b21d5fa16d7d949e4ce0c23e0b4b0
+Source0: http://dl.sourceforge.net/irrlicht/%{name}-%{version}%{_beta}.zip
+# Source0-md5: 16ead941717dd56d943ae64e101fe3d1
Patch0: %{name}-glXGetProcAddress.patch
Patch1: %{name}-system-libs.patch
URL: http://irrlicht.sourceforge.net/
@@ -76,7 +77,7 @@
Ten pakiet zawiera przykĹady uĹźycia biblioteki Irrlicht.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_beta}
%patch0 -p1
%patch1 -p1
@@ -96,10 +97,10 @@
install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir},%{_examplesdir}/%{name}-%{version}}
install lib/Linux/libIrrlicht.* $RPM_BUILD_ROOT%{_libdir}
-ln -s libIrrlicht.so.1.3.0 $RPM_BUILD_ROOT%{_libdir}/libIrrlicht.so
+ln -s libIrrlicht.so.1.4beta $RPM_BUILD_ROOT%{_libdir}/libIrrlicht.so
cp -r include $RPM_BUILD_ROOT%{_includedir}/irrlicht
ln -s irrlicht $RPM_BUILD_ROOT%{_includedir}/Irrlicht
-cp -r examples{,.net} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -r examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp doc/readme{,-docs}.txt
@@ -112,7 +113,7 @@
%files
%defattr(644,root,root,755)
%doc changes.txt readme.txt doc/*.chm doc/readme-docs.txt
-%attr(755,root,root) %{_libdir}/libIrrlicht.so.*.*.*
+%%attr(755,root,root) %{_libdir}/libIrrlicht.so.*.*
%files devel
%defattr(644,root,root,755)
@@ -134,6 +135,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11.2.1 2007/10/04 18:20:02 lisu
+- up to 1.4beta
+
Revision 1.11 2007/07/20 20:56:32 lisu
- 1.3.1
- gcc4.patch is obsolete
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/irrlicht.spec?r1=1.11&r2=1.11.2.1&f=u
More information about the pld-cvs-commit
mailing list