Author: sparky                       Date: Fri Mar  4 21:44:29 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.1.28

---- Files affected:
SPECS:
   osgcal.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/osgcal.spec
diff -u SPECS/osgcal.spec:1.4 SPECS/osgcal.spec:1.5
--- SPECS/osgcal.spec:1.4       Thu Sep  2 16:36:07 2004
+++ SPECS/osgcal.spec   Fri Mar  4 22:44:24 2005
@@ -1,17 +1,16 @@
 # $Revision$, $Date$
-%define                snap 20040629
 Summary:       Cal3D adapter for OpenSceneGraph
 Summary(pl):   Adapter Cal3D dla OpenSceneGraph
 Name:          osgcal
-Version:       0.1.4
-Release:       1.%{snap}.1
+Version:       0.1.28
+Release:       1
 License:       LGPL
 Group:         Libraries
-# from cvs.gna.org/cvs/underware
-Source0:       %{name}-%{snap}.tar.gz
-# Source0-md5: d940588c9c74ab2812174cf5569c4967
-# Source0:     http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       
http://download.gna.org/underware/dists/%{name}-%{version}.tar.gz
+# Source0-md5: 8953cf2792ebf186762a879214972843
+Patch0:                %{name}-namespace.patch
 URL:           http://osgcal.sourceforge.net/
+BuildRequires: OpenSceneGraph-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: docbook-utils
@@ -42,9 +41,11 @@
 Pliki nagłówkowe biblioteki osgcal.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+%patch -p1
 
 %build
+%configure
 %{__make} \
        CXXFLAGS="-I../../include -I../include %{rpmcflags}"
 
@@ -52,7 +53,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT%{_prefix}
+       DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT%{_prefix} -name CVS -type d |xargs rm -fr
 
@@ -63,15 +64,17 @@
 
 %files
 %defattr(644,root,root,755)
-%doc Changelog *.txt
-%attr(755,root,root) %{_libdir}/lib*.so
-#%attr(755,root,root) %{_libdir}/osgPlugins/*.so
+%doc README ChangeLog
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc doc/usage.txt
 %{_includedir}/osgCal
 %{_pkgconfigdir}/*.pc
+%{_libdir}/lib*.so
+%{_libdir}/lib*.la
+
+#%{_libdir}/lib*.a
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -79,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/03/04 21:44:24  sparky
+- up to 0.1.28
+
 Revision 1.4  2004/09/02 14:36:07  snurf
 - typos / formatting / etc.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/osgcal.spec?r1=1.4&r2=1.5&f=u


_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to