[root@eGW SPECS]# cat strongswan.spec
Name: strongswan
Version: 5.1.3
Release: 1%{?dist}
Summary: ipsec server
License: GPL
#URL:
Source0: strongswan-5.1.3.tar.gz
BuildRequires: gcc
Requires: gmp-devel
%description
ipsec server
%prep
%setup -q
%build
./configure --prefix=/usr --sysconfdir=/etc --enable-eap-identity --enable-eap-aka --enable-eap-aka-3gpp2 --enable-eap-radius --enable-eap-sim --enable-eap-sim-file
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%defattr(-,root,root,-)
#%attr(0555,root,root)/usr/lib
#%attr(0555,root,root)/usr/bin
#%attr(0555,root,root)/usr/sbin
#%attr(0755,root,root)/usr/lib/systemd
#%attr(0755,root,root)/usr/lib/systemd/system
%doc
%config /etc/ipsec.conf
%config /etc/strongswan.conf
/etc/ipsec.d
/etc/strongswan.d
/usr/bin/pki
/usr/lib/ipsec
/usr/lib/systemd/system/strongswan.service
/usr/libexec/ipsec
/usr/sbin/ipsec
/usr/share/man
/usr/share/strongswan
#%exclude /usr/lib/debug
#%exclude /usr/src
%changelog
linux: strongswan.spec
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 相信很多人已经使用Linux命令很长时间了,也习惯了命令行模式,现在通过这样一个游戏对各位进行一下思维发散大挑战,...
- 这里用到的主要是XShell,SSH软件也可以,这里主要还是用XShell 首先确保XShell能连接到Linux...
- Linux命令大全(手册)_Linux常用命令行实例详解_Linux命令学习手册 Linux 命令大全 http...
- 系统调用与程序运行空间 在Linux操作系统中,为了提高系统的稳定性,保证内核的安全,程序运行时的内存空间被分为了...