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

📄 rpm.spec.in

📁 好东东。linux下面的文件节点、文件状态的变化监听代码
💻 IN
字号:
# $Id: rpm.spec.in,v 1.4 2000/11/18 01:16:32 rusty Exp $##  DO NOT EDIT rpm.spec - edit rpm.spec.in instead.  rpm.spec is generated#  from rpm.spec.in by the configure script generated by autoconf.##  Because rpm won't let you do -bb --short-circuit, if you only want to#  fiddle with the layout of the installed files in the packages or your#  %post & %postun commands, you can do a "make DESTDIR=/tmp/foo install"#  in the top-level directory, and cd to build/rpm, and#  "make BOGO_RPM_SHORT_CIRCUIT=/tmp/foo rpm".  Instead of doing the build#  and install phases, it will copy everything from $BOGO_RPM_SHORT_CIRCUIT#  to the directory it *would* have installed into, and then assemble the#  images.  Much faster for development work!#Summary: fam, the File Alteration Monitor%define name @PACKAGE@%define version @VERSION@%define release 1%define fullname %{name}-%{version}%define source %{fullname}.tar.gzName: %{name}Version: %{version}Release: %{release}Group: System Environment/DaemonsVendor: SGI# Copyright: Copyright 

⌨️ 快捷键说明

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