]> git.pld-linux.org Git - packages/dml.git/blobdiff - dml.spec
- new %%doc, removed empty ChangeLog, added i18n files
[packages/dml.git] / dml.spec
index 67d0cdd911c567316c5ff1ed7600a21487d70061..db267ebe8f2ea9be31ee85d630feea42bb0b3e23 100644 (file)
--- a/dml.spec
+++ b/dml.spec
@@ -3,15 +3,15 @@
 Summary:       Tool for displaying dialogs from shell
 Summary(pl):   Narzêdzie do wy¶wietlania okien dialogowych z shella
 Name:          dml
-Version:       0.0.16
+Version:       0.0.17
 Release:       1
 License:       GPL
 Group:         Applications/Terminal
 Source0:       ftp://ftp.pld.org.pl/people/malekith/%{name}-%{version}.tar.gz
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: slang-devel
 BuildRequires: gettext-devel
+BuildRequires: slang-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -26,8 +26,8 @@ Narz
 %build
 autoheader
 aclocal
-autoconf
-automake -a -c -f
+%{__autoconf}
+%{__automake}
 
 %configure %{?_without_nls:--disable-nls}
 %{__make}
@@ -37,13 +37,13 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf AUTHORS TODO NEWS README ChangeLog
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS TODO NEWS README
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
This page took 0.086691 seconds and 4 git commands to generate.