SPECS: physfs.spec - up to 1.1.1 - drop autohell, it now uses cmake - %files
duddits
duddits at pld-linux.org
Sun Mar 15 23:37:36 CET 2009
Author: duddits Date: Sun Mar 15 22:37:36 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.1.1
- drop autohell, it now uses cmake
- %files
---- Files affected:
SPECS:
physfs.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/physfs.spec
diff -u SPECS/physfs.spec:1.16 SPECS/physfs.spec:1.17
--- SPECS/physfs.spec:1.16 Mon Feb 23 23:13:35 2009
+++ SPECS/physfs.spec Sun Mar 15 23:37:31 2009
@@ -2,15 +2,14 @@
Summary: PhysicsFS file abstraction layer for games
Summary(pl.UTF-8): PhysicsFS - warstwa abstrakcji plików dla gier
Name: physfs
-Version: 1.0.1
-Release: 3
+Version: 1.1.1
+Release: 1
License: BSD-like (see LICENSE)
Group: Libraries
Source0: http://www.icculus.org/physfs/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: d0bd118c6b55fb1e020fe982d6ec6957
+# Source0-md5: 0359b67793c1c14f00de1d1bbeb8ed6a
URL: http://www.icculus.org/physfs/
-BuildRequires: autoconf
-BuildRequires: automake
+BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: ncurses-devel
@@ -108,15 +107,12 @@
%setup -q
%build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure
-# unused beos.cpp causes unnecessary using CXXLINK... workaround
-%{__make} \
- CXXLINK="\$(LINK)"
+%{__cmake} .
+
+# fix paths
+%{__sed} -i -e 's,/usr/local,/usr,g' cmake_install.cmake
+
+%{__make}
doxygen
@@ -137,7 +133,7 @@
%files
%defattr(644,root,root,755)
-%doc CHANGELOG CREDITS LICENSE TODO
+%doc CHANGELOG.txt CREDITS.txt LICENSE.txt TODO.txt
%attr(755,root,root) %{_libdir}/lib*.so.*.*
%ghost %{_libdir}/lib*.so.1
@@ -145,7 +141,6 @@
%defattr(644,root,root,755)
%doc docs/html
%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
%{_includedir}/physfs.h
%{_mandir}/man3/*
@@ -163,6 +158,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2009/03/15 22:37:31 duddits
+- up to 1.1.1
+- drop autohell, it now uses cmake
+- %files
+
Revision 1.16 2009/02/23 22:13:35 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/physfs.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list