* Tue Jun 03 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.02-3.sme
- import to SME 11
This commit is contained in:
parent
ca7f7d8819
commit
5c03dfa954
@ -10,7 +10,7 @@
|
|||||||
name: perl-Net-OpenVPN-Manage
|
name: perl-Net-OpenVPN-Manage
|
||||||
summary: Net-OpenVPN-Manage - Manage an OpenVPN process via it's management port
|
summary: Net-OpenVPN-Manage - Manage an OpenVPN process via it's management port
|
||||||
version: 0.02
|
version: 0.02
|
||||||
release: 2%{?dist}
|
release: 3%{?dist}
|
||||||
license: Artistic
|
license: Artistic
|
||||||
group: Applications/CPAN
|
group: Applications/CPAN
|
||||||
url: http://www.cpan.org
|
url: http://www.cpan.org
|
||||||
@ -115,6 +115,9 @@ find %{buildroot}%{_prefix} \
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 12 2013 Daniel Berteaud <daniel@firewall-services.com> 0.02-2
|
||||||
- Fix INSTALLDIRS so libs are found in @INC
|
- Fix INSTALLDIRS so libs are found in @INC
|
||||||
|
|
||||||
|
@ -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)
|
|
Loading…
x
Reference in New Issue
Block a user