handle locales properly

This commit is contained in:
Matthias Clasen 2008-10-09 05:52:31 +00:00
parent a5c9c90cce
commit ab7e4fc069

View File

@ -1,6 +1,6 @@
Name: pavucontrol
Version: 0.9.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Volume control for PulseAudio
Group: Applications/Multimedia
@ -42,20 +42,23 @@ desktop-file-install \
--add-category="X-Fedora" --vendor="" \
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc LICENSE doc/README
%{_bindir}/pavucontrol
%{_datadir}/pavucontrol
%{_datadir}/applications/pavucontrol.desktop
%{_datadir}/locale/*
%changelog
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> 0.9.7-3
- Handle locales properly
* Tue Sep 9 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.7-2
- Add intltool to deps