SPECS: openvpn-admin.spec (NEW) - init PLD - NFY - fix TOOD's

czarny czarny at pld-linux.org
Sun Sep 17 20:19:44 CEST 2006


Author: czarny                       Date: Sun Sep 17 18:19:44 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init PLD
- NFY - fix TOOD's

---- Files affected:
SPECS:
   openvpn-admin.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/openvpn-admin.spec
diff -u /dev/null SPECS/openvpn-admin.spec:1.1
--- /dev/null	Sun Sep 17 20:19:44 2006
+++ SPECS/openvpn-admin.spec	Sun Sep 17 20:19:39 2006
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - find R and BR's (don't know how in C# :/)
+#
+Summary:	GUI for OpenVPN
+Summary(pl):	Graficzny interfejs dla OpenVPN
+Name:		openvpn-admin
+Version:	1.9.3
+Release:	0.1
+License:	LGPL
+Group:		X11/Applications
+Source0:	http://dl.sourceforge.net/openvpnadmin/%{name}-%{version}b.tar.gz
+# Source0-md5:	f107cec5cf60e6d60e458675fb0cc9e6
+URL:		http://sourceforge.net/projects/openvpnadmin/
+BuildRequires:	mono
+Requires:	gksu
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS TODO
+%{_sysconfdir}/pam.d/%{name}
+%{_sysconfdir}/security/console.apps/%{name}
+%dir %{_libdir}/%{name}/
+%{_libdir}/%{name}/
+%attr(755,root,root) %{_sbindir}/*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+
+%define date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2006/09/17 18:19:39  czarny
+- init PLD
+- NFY - fix TOOD's
+
================================================================


More information about the pld-cvs-commit mailing list