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