From fe9071f00fe70a6d4c30505175356db3f1d9dc71 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Feb 05 2007 11:26:17 +0000 Subject: fix summary, use %find_lang (#225678) --- diff --git a/dcraw.spec b/dcraw.spec index d3b56be..38f7efa 100644 --- a/dcraw.spec +++ b/dcraw.spec @@ -1,7 +1,7 @@ -Summary: A tool for decoding raw image data from digital cameras. +Summary: Tool for decoding raw image data from digital cameras Name: dcraw Version: 8.53 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia License: GPL URL: http://cybercom.net/~dcoffin/dcraw @@ -50,17 +50,21 @@ for manpage in dcraw_*.1; do install -m 0644 "${manpage}" "%{buildroot}%{_mandir}/${lang}/man1/dcraw.1" done +%find_lang %{name} + %clean rm -rf %buildroot -%files +%files -f %{name}.lang %defattr(-, root, root) %{_bindir}/dcraw -%{_datadir}/locale/*/LC_MESSAGES/*.mo %{_mandir}/man1/* %{_mandir}/*/man1/* %changelog +* Mon Feb 05 2007 Nils Philippsen - 8.53-2 +- fix summary, use %%find_lang (#225678) + * Thu Feb 01 2007 Nils Philippsen - 8.53-1 - upstream finally has a tarball, use that and its version (#209016) - use dist tag