3ddesktop.spec.in
来自「一个3D桌面的实现源码」· IN 代码 · 共 53 行
IN
53 行
Summary: GNOME OpenGL virtual desktop switcherName: 3ddesktopVersion: @VERSION@Release: 1License: GPLGroup: User Interface/DesktopsSource: http://www.systemtoolbox.com/bard/3ddesktop/dl/3ddesktop-%{version}.tar.gzURL: http://www.systemtoolbox.com/bard/3ddesktop/Requires: imlib2 >= 1.0.2BuildRoot: /var/tmp/%{name}-%{version}-root%define _prefix /usr%define _sysconfdir /etc%define _datadir %{_prefix}/share%description 3d Destkop is an OpenGL program for switching virtual desktops in aseamless 3-dimensional manner. The current desktop is mapped into a 3Dspace where you may choose other screens. When activated the currentdesktop appears to zoom out into the 3D view. Several differentvisualization modes are available.%prep%setup -q%buildCFLAGS="$MYCFLAGS" ./configure $MYARCH_FLAGS \ --prefix=%{_prefix} \ --sysconfdir=%{_sysconfdir} \ --datadir=%{_datadir}make%installrm -rf $RPM_BUILD_ROOTmake DESTDIR=$RPM_BUILD_ROOT install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(644, root, root, 755)%doc README COPYING ChangeLog TODO AUTHORS%attr(755,root,root) %{_prefix}/bin/*%{_prefix}/share/3ddesktop/digits.bmp%{_sysconfdir}/3ddesktop.conf%changelog* Tue Aug 13 2002 wiget@pld-linux.org- move 3ddesktop.spec to 3ddesktop.spec.in and make VERSION substitute automagicaly- small changes for easy future development
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?