From 5c03dfa9540503097928daeb33ac6f7a35c97be8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Tue, 3 Jun 2025 23:33:32 -0400 Subject: [PATCH] * Tue Jun 03 2025 Jean-Philippe Pialasse 0.02-3.sme - import to SME 11 --- Net-OpenVPN-Manage.spec | 5 +++- perl-Net-OpenVPN-Manage.spec | 54 ------------------------------------ 2 files changed, 4 insertions(+), 55 deletions(-) delete mode 100644 perl-Net-OpenVPN-Manage.spec diff --git a/Net-OpenVPN-Manage.spec b/Net-OpenVPN-Manage.spec index 1d6833c..1c94940 100644 --- a/Net-OpenVPN-Manage.spec +++ b/Net-OpenVPN-Manage.spec @@ -10,7 +10,7 @@ name: perl-Net-OpenVPN-Manage summary: Net-OpenVPN-Manage - Manage an OpenVPN process via it's management port version: 0.02 -release: 2%{?dist} +release: 3%{?dist} license: Artistic group: Applications/CPAN url: http://www.cpan.org @@ -115,6 +115,9 @@ find %{buildroot}%{_prefix} \ %defattr(-,root,root) %changelog +* Tue Jun 03 2025 Jean-Philippe Pialasse 0.02-3.sme +- import to SME 11 + * Tue Nov 12 2013 Daniel Berteaud 0.02-2 - Fix INSTALLDIRS so libs are found in @INC diff --git a/perl-Net-OpenVPN-Manage.spec b/perl-Net-OpenVPN-Manage.spec deleted file mode 100644 index 143fc22..0000000 --- a/perl-Net-OpenVPN-Manage.spec +++ /dev/null @@ -1,54 +0,0 @@ -%define name perl-Net-OpenVPN-Manage -%define version 1.0 -%define release 1 -Summary: This is what perl-Net-OpenVPN-Manage does. -Name: %{name} -Version: %{version} -Release: %{release}%{?dist} -Source: %{name}-%{version}.tar.gz -License: GNU GPL version 2 -Group: SMEserver/addon -BuildRoot: %{_tmppath}/%{name}-buildroot -Prefix: %{_prefix} -BuildArchitectures: noarch -BuildRequires: smeserver-devtools -Requires: smeserver-release >= 11.0 -AutoReqProv: no - -%description -This module connects to the OpenVPN management interface, executes : commands on the interface and returns the results or errors that result. - -%changelog -* Day MMMM DD YYYY 1.0-1.sme -- Initial code - create RPM [SME:99999] - -%prep - -%setup -q - -%build - -%install -rm -rf $RPM_BUILD_ROOT -(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) -rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ -> %{name}-%{version}-filelist -#echo "%doc COPYING" >> %{name}-%{version}-filelist -#--dir 'attr(755,user,grp)' \ -#--file 'attr(755,root,root)' \ - -%clean -cd .. -rm -rf %{name}-%{version} - -%pre - -%preun - -%post - -%postun -#uninstall -%files -f %{name}-%{version}-filelist -%defattr(-,root,root)