Author: baggins Date: Mon Aug 1 12:23:13 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial revision
---- Files affected: SPECS: starttls.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/starttls.spec diff -u /dev/null SPECS/starttls.spec:1.1 --- /dev/null Mon Aug 1 14:23:13 2005 +++ SPECS/starttls.spec Mon Aug 1 14:23:08 2005 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +# +# Conditional build: +%bcond_without emacs # Build without GNU Emacs support +%bcond_without xemacs # Build without XEmacs support +# +Summary: A simple wrapper program for STARTTLS +Summary(pl): - +Name: starttls +Version: 0.10 +Release: 0.1 +License: GPL +Group: Applications +Source0: ftp://ftp.opaopa.org/pub/elisp/%{name}-%{version}.tar.gz +# Source0-md5: 2e0d26b0db04bae813248eb5af7e9205 +BuildRequires: openssl-devel +%{?with_emacs:BuildRequires: emacs} +%{?with_xemacs:BuildRequires: xemacs} +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 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc ChangeLog README starttls.el +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/08/01 12:23:08 baggins +- initial revision + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
