source: projects/specs/branches/6/s/starttls/starttls-vl.spec @ 2653

Revision 2653, 2.4 KB checked in by Takemikaduchi, 13 years ago (diff)

eog-plugins,perl-Net_SSLeay,hdf5: new upstream release, others: rebuild with openssl-1.0.0c

Line 
1# ----------------------------------------------------------
2# (1) Data definition
3# ----------------------------------------------------------
4
5Summary: The starttls provides STARTTLS extensions for emacs.
6Summary(ja): emacs 用の STARTTLS 拡張パッケージ
7Name: starttls
8Version: 0.9
9Release: 2%{?_dist_release}
10Source: starttls-%{version}.tar.gz
11URL: ftp://ftp.opaopa.org/pub/elisp/
12License: GPL
13Group: Applications/Editors/Emacs
14Packager: Takashi `Muneharu' SUGIMOTO <mailto:muneharu@raug.net>
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17Prefix: %{_prefix}
18
19Requires: emacs, openssl
20BuildRequires: emacs, openssl-devel
21
22
23%description
24The starttls provides STARTTLS extensitons for emacs.
25Several elisp applications can use secure connection with openssl.
26
27%description -l ja
28starttls は emacs 用の STARTTLS 拡張を提供します。
29いくつかの elisp アプリケーションで openssl を利用した
30安全な接続を使うことができるようになります。
31
32
33
34# ----------------------------------------------------------
35# (2) Scripts
36# ----------------------------------------------------------
37
38%prep -q
39#%setup -n ${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}
40%setup -n %{name}-%{version}
41
42%build
43./configure --prefix=${RPM_BUILD_ROOT}/usr
44make
45make check
46
47%install
48rm -rf ${RPM_BUILD_ROOT}
49make install
50
51%clean
52rm -rf ${RPM_BUILD_ROOT}
53
54
55# ----------------------------------------------------------
56# (3) File Lists
57# ----------------------------------------------------------
58
59%files
60%defattr(-,root,root)
61%doc README AUTHORS COPYING INSTALL ChangeLog NEWS
62#%dir /usr/bin/
63#%dir /usr/share/emacs/site-lisp/
64%{_bindir}/starttls
65%{_datadir}/emacs/site-lisp/starttls.el
66%{_datadir}/emacs/site-lisp/starttls.elc
67#/usr/bin/starttls
68#/usr/share/emacs/site-lisp/starttls.el
69#/usr/share/emacs/site-lisp/starttls.elc
70
71
72# ----------------------------------------------------------
73# (4) Change Log
74# ----------------------------------------------------------
75
76%changelog
77* Sun Feb 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-2
78- rebuild with openssl-1.0.0c
79
80* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 0.9-1vl5
81- applied new versioning policy, spec in utf-8
82
83* Sun Jun  3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9-0vl3
84- rebuilt with openssl-0.9.8e
85
86* Tue Sep 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9-0vl2
87- changed Group to Appliations/Editors/Emacs <BTS:VineLinux:163>
88- s/Copyright/License/
89
90* Mon Aug 19 2002 Takashi `Muneharu' Sugimoto
91- 0.9-0vl1
92
Note: See TracBrowser for help on using the repository browser.