📄 anfy.spec.in
字号:
%define name anfy%define version @VERSION@%define release 1%define serial 1%define prefix @prefix@Summary: Collection of Java AppletsName: %{name}Version: %{version}Release: %{release}Serial: %{serial}Copyright: GPLGroup: Applications/InternetUrl: http://www.anfyteam.comVendor: Fabio Ciucci <fabioc@anfiteatro.it>Source: http://www.anfyteam.com/%{name}-%{version}.tar.gzDistribution: Freshmeat RPMsPackager: Leonardo Zide <leonardo@centroin.com.br>BuildRoot: /tmp/%{name}-%{version}Requires: gtk+ >= 1.2.3%descriptionAnfy includes 40 Java applets for the ultimate effects and navigational menu.You can add the applets to your Web pages and use the editor to fully configureall options using a friendly GUI.%prep%setup -qCFLAGS=$RPM_OPT_FLAGS \ ./configure --prefix=%{prefix}%buildmake%installif [ -e $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fimake -e prefix=$RPM_BUILD_ROOT%{prefix} install%files%defattr(-,root,root)%doc AUTHORS COPYING INSTALL Makefile.in README TODO NEWS%{prefix}/bin/anfy%{prefix}/share/anfy%cleanrm -rf $RPM_BUILD_ROOT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -