]> git.pld-linux.org Git - packages/aewan.git/blobdiff - aewan.spec
- tabs in preamble
[packages/aewan.git] / aewan.spec
index b6af7b9ae664be0fbd56beed85568b3c7f2cc600..8cf3ecfcecb922b5a2200e28b613e2dd5eaaf419 100644 (file)
@@ -1,15 +1,15 @@
 Summary:       Aewan Ascii Art Editor
-Summary(pl):   Edytor sztuki Ascii Aewan
+Summary(pl.UTF-8):     Edytor sztuki Ascii Aewan
 Name:          aewan
-Version:       0.9.6
+Version:       1.0.01
 Release:       1
-License:       GPL
+License:       GPL v2
 Group:         Applications/Editors
 Source0:       http://dl.sourceforge.net/aewan/%{name}-%{version}.tar.gz
-# Source0-md5: 69bdb9e30c7819bedf1fc4fdf6ea6462
+# Source0-md5: 89545338d1eba311297b520f9dc1b976
 URL:           http://aewan.sourceforge.net/
-BuildRequires: automake
 BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: ncurses-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -19,17 +19,17 @@ Aewan is a multi-layered ascii-art/animation editor that produces both
 stand-alone cat-able art files and an easy-to-parse format for
 integration in your terminal applications.
 
-%description -l pl
-Aewan jest obs³uguj±cym wiele warstw edytorem sztuki ascii/animacji,
-zdolnym do tworzenia zarówno samodzielnych cat-owalnych plików
-ascii-art, jak tak¿e plików ³atwo parsowalnych dla integracji w
+%description -l pl.UTF-8
+Aewan jest obsługującym wiele warstw edytorem sztuki ascii/animacji,
+zdolnym do tworzenia zarówno samodzielnych cat-owalnych plików
+ascii-art, jak także plików łatwo parsowalnych dla integracji w
 aplikacjach terminalowych.
 
 %prep
 %setup -q
 
 %build
-CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %{__aclocal}
 %{__autoconf}
 %configure
@@ -47,5 +47,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGELOG README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man?/*
This page took 0.072149 seconds and 4 git commands to generate.