]> git.pld-linux.org Git - packages/emacs-mew-pkg.git/blob - emacs-mew-pkg.spec
- converted to UTF-8
[packages/emacs-mew-pkg.git] / emacs-mew-pkg.spec
1 Summary:        Great MIME mail reader for Emacs/XEmacs
2 Summary(pl.UTF-8):   Wspaniały czytnik poczty MIME dla Emacs/XEmacs
3 Name:           emacs-mew-pkg
4 %define         srcname mew
5 Version:        4.2
6 Release:        1
7 License:        BSD
8 Group:          Applications/Editors/Emacs
9 Source0:        http://www.mew.org/Release/mew-%{version}.tar.gz
10 # Source0-md5:  713e45d6358330309414adbaad3944f5
11 Patch0:         %{name}-DESTDIR.patch
12 URL:            http://www.mew.org/
13 BuildRequires:  emacs
14 Requires:       emacs >= 20.7
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Messaging in an Emacs World.
19
20 %description -l pl.UTF-8
21 Komunikowanie w Świecie Emacsa.
22
23 %prep
24 %setup -q -n %{srcname}-%{version}
25 %patch0 -p0
26
27 %build
28 cd bin
29 %{__autoconf}
30 %{__autoheader}
31 %configure
32 cd ..
33 %{__autoconf}
34 %configure
35
36 %{__make} 
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -fr $RPM_BUILD_ROOT
46
47 %post
48 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
49
50 %postun
51 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
52
53 %files
54 %defattr(644,root,root,755)
55 %doc 00* contrib
56 %attr(755,root,root) %{_bindir}/*
57 %{_emacs_lispdir}/mew
58 %{_mandir}/man?/*
59 %{_infodir}/*.info*
This page took 0.051975 seconds and 3 git commands to generate.