⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 libfbx.spec.in

📁 libfxb是linux下只写操作framebuffer的一个轻量级的库。
💻 IN
字号:
## libfbx.spec -- libfbx Spec file# (C)opyright 2000-2001 U4X Labs## Written by: Paul Mundt <lethal@u4x.org>## $Id: libfbx.spec.in,v 1.17 2001/03/03 06:16:33 lethal Exp $## This file is distributed under the terms of the U4X Public# License; either version 1.1 of this license, or (at your# option) any subsequent version.  You should have recieved# a copy of the U4X Public License with this file; if not, the# current version can be found at http://www.u4x.org/upl.txt.## This file is provided by U4X Labs and contributors ``as is''# and is distributed WITHOUT ANY WARRANTY.  See the U4X Public# License for more details.#%define moddir  @MODULEDIR@%define imgdir  @IMAGEDIR@Vendor:       U4X LabsPackager:     Paul Mundt <lethal@u4x.org>Summary:      libfbx framebuffer drawing libraryName:         @PACKAGE@Version:      @VERSION@Release:      1Copyright:    LGPLGroup:        Development/LibrariesSource:       ftp://ftp.u4x.org/pub/u4x/projects/%{name}/%{name}-%{version}.tar.gzURL:          http://developer.u4x.org/%{name}/BuildRoot:    /usr/src/build-root/%{name}-%{version}%descriptionlibfbx is a library of extensions to the linux framebuffer system (as the namesuggests). It provides a number of drawing primitives, and very basic textdrawing. It has no input routines (as those don't belong in a graphicslibrary). Its purpose is to provide a low-level access layer for the creationof higher-level libraries, such as a windowing library, embedded graphicssoftware, or other graphics applications that need or want to be independantof X.%prep%setup%build%configure --prefix=%{_prefix} --with-moduledir=%{moddir}makemake -C tests%installmake DESTDIR=$RPM_BUILD_ROOT installmake -C tests DESTDIR=$RPM_BUILD_ROOT install%files%defattr (-,root,root)%doc AUTHORS BUGS COPYING CREDITS ChangeLog README TODO%doc docs/libfbx-api.sgml%{_bindir}/libfbx-config%{_includedir}/libfbx%{_libdir}/libfbx-gui-@LIBFBX_GUI_RELEASE@.so.@LIBFBX_GUI_MINOR_VERSION@%{_libdir}/libfbx-gui-@LIBFBX_GUI_RELEASE@.so.@LIBFBX_GUI_MINOR_VERSION@.@LIBFBX_GUI_MAJOR_VERSION@.@LIBFBX_GUI_MICRO_VERSION@%{_libdir}/libfbx-gui.a%{_libdir}/libfbx-gui.la%{_libdir}/libfbx-gui.so%{_libdir}/libfbx-@LIBFBX_RELEASE@.so.@LIBFBX_MINOR_VERSION@%{_libdir}/libfbx-@LIBFBX_RELEASE@.so.@LIBFBX_MINOR_VERSION@.@LIBFBX_MAJOR_VERSION@.@LIBFBX_MICRO_VERSION@%{_libdir}/libfbx.a%{_libdir}/libfbx.la%{_libdir}/libfbx.so%{moddir}%{_datadir}/aclocal/libfbx.m4%package testsVersion:      1.0Summary:      Test programs for libfbxGroup:        Applications/MultimediaCopyright:    GPL%description testslibfbx-tests is a small testsuite for libfbx. Its only purpose is to allowfor a variety of tests to be performed on the libfbx install to validatethat things are infact working properly.%files tests%defattr (-,root,root)%{imgdir}%{_bindir}/fbxid%{_bindir}/fbxmask%{_bindir}/fbxmove%{_bindir}/fbxmove_mask%{_bindir}/vtswitch%{_bindir}/fbxbench%{_bindir}/bounce%changelog* Sat Mar  3 2001 Paul Mundt <lethal@u4xlabs.com>- Removed %make's, these were causing build problems.* Fri Mar  2 2001 Paul Mundt <lethal@u4xlabs.com>- Initial implementation of fascist changelog spacing.* Fri Mar  2 2001 Dean Scott <dean@u4x.org>- More macros.* Thu Mar  1 2001 Dean Scott <dean@u4x.org>- Cleaned up specfile a bit further.* Sun Feb 25 2001 Paul Mundt <lethal@u4xlabs.com>- Shoved testsuite into tests package.- Various cleanups, initial usage of changelog directive.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -