* Tue Jun 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.02-3.sme

- import to SME 11
This commit is contained in:
Jean-Philippe Pialasse 2025-06-03 23:33:32 -04:00
parent ca7f7d8819
commit 5c03dfa954
2 changed files with 4 additions and 55 deletions

View File

@ -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 <jpp@koozali.org> 0.02-3.sme
- import to SME 11
* Tue Nov 12 2013 Daniel Berteaud <daniel@firewall-services.com> 0.02-2
- Fix INSTALLDIRS so libs are found in @INC

View File

@ -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 <brianr@koozali.org> 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 <dir> 'attr(755,user,grp)' \
#--file <file> 'attr(755,root,root)' \
%clean
cd ..
rm -rf %{name}-%{version}
%pre
%preun
%post
%postun
#uninstall
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)