]> git.pld-linux.org Git - packages/zile.git/blame - zile.spec
- updated to 2.6.2
[packages/zile.git] / zile.spec
CommitLineData
db823aff
JB
1Summary: Zile - lightweight Emacs clone
2Summary(pl.UTF-8): Zile - lekki klon Emacsa
3af8c10a 3Name: zile
4d9513cd 4Version: 2.6.2
dbca9a8e 5Release: 1
db823aff 6License: GPL v3+
3af8c10a 7Group: Applications/Editors
5fad2f51 8Source0: https://ftp.gnu.org/gnu/zile/%{name}-%{version}.tar.gz
4d9513cd 9# Source0-md5: a35f44ac31e2d38f0d5920a36feb7583
59099f37 10URL: http://www.gnu.org/software/zile/
db823aff 11BuildRequires: acl-devel
99ab79ef 12BuildRequires: glib2-devel >= 2.0
db823aff 13BuildRequires: help2man
99ab79ef 14BuildRequires: libgee-devel >= 0.8
3af8c10a 15BuildRequires: ncurses-devel >= 5.0
99ab79ef 16BuildRequires: perl-base
db823aff 17BuildRequires: pkgconfig
74e84199 18BuildRequires: texinfo
99ab79ef
JB
19BuildRequires: vala >= 2:0.52
20BuildRequires: vala-libgee >= 0.8
3af8c10a 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
595800de 24Zile is another Emacs-clone. Zile is a customizable, self-documenting
25real-time display editor. Zile was written to be as similar as
26possible to Emacs; every Emacs user should feel at home with Zile.
3af8c10a 27
df251ec5 28%description -l pl.UTF-8
ee669385 29Zile jest kolejnym klonem Emacsa. Jest konfigurowanym,
df251ec5
JR
30samo-dokumentującym się edytorem. Był pisany tak, aby być podobnym do
31Emacsa jak to tylko możliwe.
ee669385 32
3af8c10a 33%prep
34%setup -q
3af8c10a 35
36%build
23d07872 37CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
db823aff
JB
38%configure \
39 --disable-silent-rules
3af8c10a 40%{__make}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
595800de 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
3af8c10a 47
3af8c10a 48%clean
49rm -rf $RPM_BUILD_ROOT
50
c4daa27f 51%files
3af8c10a 52%defattr(644,root,root,755)
db823aff
JB
53%doc AUTHORS ChangeLog FAQ NEWS README THANKS
54%attr(755,root,root) %{_bindir}/zile
55%{_docdir}/%{name}
56%{_mandir}/man1/zile.1*
This page took 0.070885 seconds and 4 git commands to generate.