# @file # $Id$ # $Revision$ # $Author$ # $Date$ # # This file is part of The iWear Framework. # In particular this file is part of the Framework Core Library # # The iWear Framework is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by the # Free Software Foundation as in version 2 of the License. # option) any later version. # # The iWear Framework is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for # more details. # # You should have received a copy of the GNU General Public License along with # The iWear Framework; if not, write to the Free Software Foundation, Inc., 59 # Temple Place, Suite 330, Boston, MA 02111-1307 USA # Summary: The iWear Framework Core Library Name: libiwear-core Group: System/Libraries License: GPL Version: 0.7.0 Release: 2 Packager: Dennis Lubert Source: iwear-core-%{version}.tar.bz2 Provides: iwear-core URL: http://iwear.tzi.de BuildRoot: %{_tmppath}/iwear-core-%{version}-build %description The iWear Framework Core Library provides the core functionality for all iwear modules. It includes Management functionality, Plugin loading as well as some often used utility functions and classes. %package devel Summary: Headers to develop on top of iWear Framework Core Library Requires: iwear-core = %{version} Group: Development/Libraries/ %description devel These headers are needed to develop programs running with the iWear Framework Core Library. %prep %setup -n iwear-core-%{version} %build ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} make make doc %install make DEST=$RPM_BUILD_ROOT install make DEST=$RPM_BUILD_ROOT doc-install %clean rm -rf $RPM_BUILD_ROOT %files %{_prefix}/lib/libiwear_core.a %{_prefix}/lib/libiwear_core.so.* %{_prefix}/share/locale/*/*/iwear_core.mo %files devel %doc %{_prefix}/share/doc/packages/iwear-core/ %{_prefix}/include/iwear/* %{_prefix}/lib/libiwear_core.so %changelog -n valgrind * Mon Dec 05 2005 - plasmahh@projectiwear.org - First packet version that should go to public