SPECS: ogre.spec - lowercase rc macro so adapter knows it
glen
glen at pld-linux.org
Sat Apr 15 15:51:30 CEST 2006
Author: glen Date: Sat Apr 15 13:51:30 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- lowercase rc macro so adapter knows it
---- Files affected:
SPECS:
ogre.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/ogre.spec
diff -u SPECS/ogre.spec:1.2 SPECS/ogre.spec:1.3
--- SPECS/ogre.spec:1.2 Sat Apr 15 15:36:58 2006
+++ SPECS/ogre.spec Sat Apr 15 15:51:25 2006
@@ -1,36 +1,40 @@
# $Revision$, $Date$
+# TODO
+# - unify ogre caps
+%define _rc RC1
+%define _rel 0.1
Summary: Ogre
Summary(pl): Ogre
Name: ogre
-Version: 1.2.0rc1
-%define _RC rc1
-Release: 0.%{_RC}_1
+Version: 1.2.0
+Release: %{_rc}.%{_rel}
License: LGPL
Group: Applications
-Source0: http://dl.sourceforge.net/ogre/%{name}-linux_osx-v1-2-0RC1.tar.bz2
+Source0: http://dl.sourceforge.net/ogre/%{name}-linux_osx-v1-2-0%{_rc}.tar.bz2
# Source0-md5: 23e17ef81f1d7e159c0ba626a27c7681
-#Patch0: %{name}-DESTDIR.patch
+#Patch0: %{name}-DESTDIR.patch
URL: http://www.ogre3d.org/
+BuildRequires: DevIL-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: zziplib-devel
-BuildRequires: DevIL-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-OGRE Library
+OGRE Library
%package examples
Summary: ogre samples
Group: Examples
+###### Unknown group!
%description examples
OGRE samples
%package devel
-Summary: Header files for ... library
-Summary(pl): Pliki nagłówkowe biblioteki ...
+Summary: Header files for OGRE library
+Summary(pl): Pliki nagłówkowe biblioteki OGRE
Group: Development/Libraries
#Requires: %{name} = %{version}-%{release}
@@ -41,10 +45,10 @@
Ten pakiet zawiera pliki nagłówkowe biblioteki OGRE
%prep
-%setup -q -n ogrenew
+%setup -q -n %{name}new
#%patch0 -p1
-find . -name CVS -print0 | xargs -0 rm -rf
+find -name CVS -print0 | xargs -0 rm -rf
%build
%{__libtoolize}
@@ -97,6 +101,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/04/15 13:51:25 glen
+- lowercase rc macro so adapter knows it
+
Revision 1.2 2006/04/15 13:36:58 blekot
- down, d4, enter ;-)
- RC macro added
@@ -104,4 +111,3 @@
Revision 1.1 2006/04/15 13:23:04 agaran
- initial, need some work and spec need work too, NFI
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ogre.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list