anfy.spec.in
来自「ANFY特效」· IN 代码 · 共 48 行
IN
48 行
%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 + =
减小字号Ctrl + -
显示快捷键?