drop unneeded translations
This commit is contained in:
parent
0e41cc7b02
commit
c0b4fd6381
@ -1,7 +1,7 @@
|
|||||||
Summary: Desktop backgrounds packaged with the GNOME desktop
|
Summary: Desktop backgrounds packaged with the GNOME desktop
|
||||||
Name: gnome-backgrounds
|
Name: gnome-backgrounds
|
||||||
Version: 2.24.0
|
Version: 2.24.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
@ -39,18 +39,22 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/images
|
|||||||
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/abstract $RPM_BUILD_ROOT%{_datadir}/backgrounds
|
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/abstract $RPM_BUILD_ROOT%{_datadir}/backgrounds
|
||||||
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/nature $RPM_BUILD_ROOT%{_datadir}/backgrounds
|
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/nature $RPM_BUILD_ROOT%{_datadir}/backgrounds
|
||||||
|
|
||||||
%find_lang %{name}
|
# all translations are merged back into xml by intltool
|
||||||
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING NEWS README
|
%doc COPYING NEWS README
|
||||||
%{_datadir}/gnome-background-properties
|
%{_datadir}/gnome-background-properties
|
||||||
%{_datadir}/backgrounds/*
|
%{_datadir}/backgrounds/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
||||||
|
- Don't ship unneeded translations
|
||||||
|
|
||||||
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
||||||
- Update to 2.24.0
|
- Update to 2.24.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user