]> git.pld-linux.org Git - packages/accel-ppp.git/commitdiff
- added logdir, adaptarized
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Tue, 17 Apr 2012 09:41:47 +0000 (09:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    accel-ppp.spec -> 1.2

accel-ppp.spec

index d86336c06f6ae33011f750dd8c60ec828a1962a4..5a1198ace1e36261cb4e3555dd93944706ac2b9b 100644 (file)
@@ -18,13 +18,13 @@ Source1:    %{name}.tmpfiles
 Patch0:                %{name}-cmake.patch
 BuildRequires: cmake >= 2.6
 BuildRequires: libnl1-devel
+BuildRequires: net-snmp-devel >= 5.0
 BuildRequires: openssl-devel
 BuildRequires: pcre-devel
-BuildRequires: net-snmp-devel >= 5.0
 
 %description
-The ACCEL-PPP is completly new implementation of PPTP/PPPoE/L2TP
-which was written from scratch. Userspace daemon has its own PPP
+The ACCEL-PPP is completly new implementation of PPTP/PPPoE/L2TP which
+was written from scratch. Userspace daemon has its own PPP
 implementation, so it does not uses pppd and one process
 (multi-threaded) manages all connections. ACCEL-PPP uses only
 kernel-mode implementations of pptp/l2tp/pppoe.
@@ -50,7 +50,7 @@ cd build
 %{cmake} \
          -DSHAPER=TRUE \
          -DRADIUS=TRUE \
-          -DNETSNMP=TRUE \
+                 -DNETSNMP=TRUE \
          -DLOG_PGSQL=FALSE \
          ../
 %{__make}
@@ -74,9 +74,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README
 %{_sysconfdir}/accel-ppp.conf.dist
 %attr(755,root,root) %{_sbindir}/accel-pppd
-/usr/lib/accel-ppp
+%{_prefix}/lib/accel-ppp
 %dir /var/run/%{name}
 /var/run/%{name}/seq
 %{systemdtmpfilesdir}/%{name}.conf
 %{_datadir}/accel-ppp/
 %{_mandir}/man5/accel-ppp.conf.5*
+%dir /var/log/accel-ppp
This page took 0.077463 seconds and 4 git commands to generate.