rpms/stonevpn/EL-5 import.log, NONE, 1.1 stonevpn.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Leon Keijser leon at fedoraproject.org
Tue Nov 17 16:13:00 UTC 2009


Author: leon

Update of /cvs/pkgs/rpms/stonevpn/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6608/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log stonevpn.spec 
Log Message:
Initial commit: spec file and sources



--- NEW FILE import.log ---
stonevpn-0_4_4-1_fc11:EL-5:stonevpn-0.4.4-1.fc11.src.rpm:1258474314


--- NEW FILE stonevpn.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:		stonevpn
Version:	0.4.4
Release:	1%{?dist}
Summary:	Easy OpenVPN certificate and configuration management

Group:		Applications/Internet
License:	GPLv2+
URL:		http://github.com/lkeijser/stonevpn
Source0:	http://cloud.github.com/downloads/lkeijser/%{name}/%{name}-%{version}.tar.gz

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

BuildRequires:	python-devel
Requires:	python-configobj python-IPy pyOpenSSL

%description
StoneVPN allows you to manage OpenVPN certificates and create
configurations for Windows and Linux machines based on a
template. It can package everything into a zipfile and mail
it to a user.

%prep
%setup -q 

%build
%{__python} setup.py build

%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install --root %{buildroot}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING README TODO Changelog
%dir %{python_sitelib}/StoneVPN
%{python_sitelib}/StoneVPN/app.py*
%{python_sitelib}/StoneVPN/__init__.py*
%{python_sitelib}/%{name}*.egg-info
%{_bindir}/stonevpn
%config(noreplace) %{_sysconfdir}/%{name}.conf

%changelog
* Mon Nov 09 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.4-1
- new version from upstream

* Fri Nov 06 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.3-2
- _really_ removed unnecessary files residing in /usr/share/StoneVPN

* Fri Nov 06 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.3-1
- fixed EVR: now set to 1 (Fedora standard)
- fixed license tag
- fixed SourceURL
- removed unnecessary files (specfile, patches and license files)
- ensure /etc/stonevpn.conf is present after installation

* Thu Oct 22 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.3-0
- changed for Fedora packaging release testing

* Sat Oct 17 2009 L.S. Keijser <keijser at stone-it.com> - 0.4.2-2
- fixed all rpmlint warnings/errors
- cleaned up spec file

* Fri Aug 7 2009 L.S. Keijser <keijser at stone-it.com>
- modify according to new way of installation

* Tue Jul 14 2009 L.S. Keijser <keijser at stone-it.com>
- change the way config file is installed

* Tue May 19 2009 L.S. Keijser <keijser at stone-it.com>
- bumped to version 0.4.1

* Fri Mar 27 2009 L.S. Keijser <keijser at stone-it.com>
- initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/stonevpn/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Nov 2009 17:45:42 -0000	1.1
+++ .cvsignore	17 Nov 2009 16:12:59 -0000	1.2
@@ -0,0 +1 @@
+stonevpn-0.4.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/stonevpn/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Nov 2009 17:45:42 -0000	1.1
+++ sources	17 Nov 2009 16:12:59 -0000	1.2
@@ -0,0 +1 @@
+99f121f33b1082e06af87b7a8565af88  stonevpn-0.4.4.tar.gz




More information about the fedora-extras-commits mailing list