fix summary, use %find_lang (#225678)

This commit is contained in:
Nils Philippsen 2007-02-05 11:26:17 +00:00
parent 2b7ef7db37
commit fe9071f00f

View File

@ -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 Name: dcraw
Version: 8.53 Version: 8.53
Release: 1%{?dist} Release: 2%{?dist}
Group: Applications/Multimedia Group: Applications/Multimedia
License: GPL License: GPL
URL: http://cybercom.net/~dcoffin/dcraw 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" install -m 0644 "${manpage}" "%{buildroot}%{_mandir}/${lang}/man1/dcraw.1"
done done
%find_lang %{name}
%clean %clean
rm -rf %buildroot rm -rf %buildroot
%files %files -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)
%{_bindir}/dcraw %{_bindir}/dcraw
%{_datadir}/locale/*/LC_MESSAGES/*.mo
%{_mandir}/man1/* %{_mandir}/man1/*
%{_mandir}/*/man1/* %{_mandir}/*/man1/*
%changelog %changelog
* Mon Feb 05 2007 Nils Philippsen <nphilipp@redhat.com> - 8.53-2
- fix summary, use %%find_lang (#225678)
* Thu Feb 01 2007 Nils Philippsen <nphilipp@redhat.com> - 8.53-1 * Thu Feb 01 2007 Nils Philippsen <nphilipp@redhat.com> - 8.53-1
- upstream finally has a tarball, use that and its version (#209016) - upstream finally has a tarball, use that and its version (#209016)
- use dist tag - use dist tag