]> git.pld-linux.org Git - packages/openvpn.git/commitdiff
- partial check-files cleanup, verbose man,include files
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Mar 2013 13:33:28 +0000 (15:33 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 31 Mar 2013 13:33:28 +0000 (15:33 +0200)
openvpn.spec

index a8bc82486ded9ed1bd4f0fb773568bd035114496..98db7ba27ced93fafc827ace2c66780ff18f011d 100644 (file)
@@ -93,6 +93,8 @@ install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 install %{SOURCE3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -117,11 +119,11 @@ fi
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/plugins
 %attr(755,root,root) %{_libdir}/%{name}/plugins/*.so
-%{_mandir}/man?/*
+%{_mandir}/man8/openvpn.8*
 %dir /var/run/openvpn
 /usr/lib/tmpfiles.d/%{name}.conf
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/README.plugins sample/sample-plugins
-%{_includedir}/*.h
+%{_includedir}/openvpn-plugin.h
This page took 0.410463 seconds and 4 git commands to generate.