/[smeserver]/rpms/e-smith-pptpd/sme10/e-smith-pptpd.spec
ViewVC logotype

Diff of /rpms/e-smith-pptpd/sme10/e-smith-pptpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by jpp, Fri Dec 11 16:50:56 2020 UTC Revision 1.3 by jpp, Fri Dec 11 17:17:19 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-pptpd.spec,v 1.1 2016/02/05 21:58:35 stephdl Exp $  # $Id: e-smith-pptpd.spec,v 1.2 2020/12/11 16:50:56 jpp Exp $
2    
3  Summary: e-smith server and gateway - configure PPTP inbound VPN  Summary: e-smith server and gateway - configure PPTP inbound VPN
4  %define name e-smith-pptpd  %define name e-smith-pptpd
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 3  %define release 1
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: e-smith-pptpd-2.6.0-bz11112-bz11149-systemd-update.patch
14    Patch1: e-smith-pptpd-2.6.0-bz11249.patch
15    
16  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17  Requires: e-smith-base >= 4.13.16-27  Requires: e-smith-base >= 4.13.16-27
18  Requires: pptpd  Requires: pptpd
# Line 28  BuildArchitectures: noarch Line 31  BuildArchitectures: noarch
31  e-smith server and gateway - configure inbound PPTP VPN access  e-smith server and gateway - configure inbound PPTP VPN access
32    
33  %changelog  %changelog
 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme  
 - fix [SME: ]  
   
34  * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme  * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
35  - fix [SME: ]  - create -update event [SME: 11149]
36    - adapt to systemd [SME: 11112]
37    - remove pptpd support [SME: 11249]
38    
39  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
40  - Initial release to sme10  - Initial release to sme10
# Line 618  e-smith server and gateway - configure i Line 620  e-smith server and gateway - configure i
620    
621  %prep  %prep
622  %setup  %setup
623    %patch0 -p1
624    %patch1 -p1
625    
626  %build  %build
627  perl createlinks  perl createlinks
# Line 627  rm -rf $RPM_BUILD_ROOT Line 631  rm -rf $RPM_BUILD_ROOT
631  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
632  rm -f %{name}-%{version}-%{release}-filelist  rm -f %{name}-%{version}-%{release}-filelist
633  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
     --dir /var/service/pptpd 'attr(01755,root,root)' \  
     --file /var/service/pptpd/down 'attr(0644,root,root)' \  
     --file /var/service/pptpd/run 'attr(0755,root,root)' \  
     --dir /var/service/pptpd/log 'attr(0755,root,root)' \  
     --dir /var/service/pptpd/log/supervise 'attr(0700,root,root)' \  
     --dir /var/service/pptpd/supervise 'attr(0700,root,root)' \  
634      --file /var/service/pptpd/log/run 'attr(0755,root,root)' \      --file /var/service/pptpd/log/run 'attr(0755,root,root)' \
635      --dir /var/log/pptpd 'attr(2750,smelog,smelog)' \      --dir /var/log/pptpd 'attr(2750,smelog,smelog)' \
636      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed