]> git.pld-linux.org Git - packages/zile.git/blame - zile.spec
- updated to 1.3.2
[packages/zile.git] / zile.spec
CommitLineData
595800de 1Summary: Zile is another Emacs-clone
1bf8fc89 2Summary(pl.UTF-8): Zile jest jeszcze jednym klonem Emacsa
3af8c10a 3Name: zile
24f9eff8 4Version: 2.3.0
59099f37 5Release: 1
c4daa27f 6License: distributable
3af8c10a 7Group: Applications/Editors
59099f37 8Source0: http://ftp.gnu.org/gnu/zile/%{name}-%{version}.tar.gz
24f9eff8 9# Source0-md5: c35fd88c9045eaffb83aa46abe7e9d27
74e84199 10Patch0: %{name}-info.patch
59099f37 11URL: http://www.gnu.org/software/zile/
ee669385
JB
12BuildRequires: autoconf
13BuildRequires: automake
3af8c10a 14BuildRequires: ncurses-devel >= 5.0
74e84199 15BuildRequires: texinfo
3af8c10a 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
595800de 19Zile is another Emacs-clone. Zile is a customizable, self-documenting
20real-time display editor. Zile was written to be as similar as
21possible to Emacs; every Emacs user should feel at home with Zile.
3af8c10a 22
df251ec5 23%description -l pl.UTF-8
ee669385 24Zile jest kolejnym klonem Emacsa. Jest konfigurowanym,
df251ec5
JR
25samo-dokumentującym się edytorem. Był pisany tak, aby być podobnym do
26Emacsa jak to tylko możliwe.
ee669385 27
3af8c10a 28%prep
29%setup -q
74e84199 30%patch0 -p1
3af8c10a 31
32%build
23d07872 33CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
19968319 34%{__aclocal}
bb4e5a43 35%{__autoconf}
3af8c10a 36%configure
37%{__make}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
595800de 42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
3af8c10a 44
3af8c10a 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
6a29ac59
ER
49%post -p /sbin/postshell
50-/usr/sbin/fix-info-dir -c %{_infodir}
e5d0caa2 51
6a29ac59
ER
52%postun -p /sbin/postshell
53-/usr/sbin/fix-info-dir -c %{_infodir}
e5d0caa2 54
c4daa27f 55%files
3af8c10a 56%defattr(644,root,root,755)
59099f37 57%doc AUTHORS ChangeLog NEWS README THANKS
3af8c10a 58%attr(755,root,root) %{_bindir}/%{name}
e5d0caa2
PG
59%dir %{_datadir}/%{name}
60%{_datadir}/%{name}/*
3af8c10a 61%{_mandir}/man1/*
62%{_infodir}/%{name}*
This page took 0.101237 seconds and 4 git commands to generate.