# @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.1.0 Release: 1 Packager: Dennis Lubert Source: iwear-core-%{version}.tar.bz2 Provides: iwear-core URL: http://iwear.tzi.de %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 %build ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} make lnk make make doc %install make install make doc-install %clean rm -rf $RPM_BUILD_ROOT %files %doc %{_prefix}/share/doc/packages/iwear-core/ %{_prefix}/lib/libiwear_core* %files devel %{_prefix}/include/iwear/* %{_prefix}/lib/libiwear_core.so