small fixes
This commit is contained in:
parent
e490e084a3
commit
574c9ab498
@ -1,9 +1,7 @@
|
|||||||
%define gettext_package gnome-backgrounds
|
|
||||||
|
|
||||||
Summary: Desktop backgrounds packaged with the GNOME desktop
|
Summary: Desktop backgrounds packaged with the GNOME desktop
|
||||||
Name: gnome-backgrounds
|
Name: gnome-backgrounds
|
||||||
Version: 2.18.3
|
Version: 2.18.3
|
||||||
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
|
||||||
@ -42,18 +40,21 @@ mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/tiles $RPM_BUILD_ROOT%{_
|
|||||||
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/translucent $RPM_BUILD_ROOT%{_datadir}/backgrounds
|
mv $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds/gnome/translucent $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 %{gettext_package}
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{gettext_package}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc
|
%doc COPYING NEWS README
|
||||||
%{_datadir}/gnome-background-properties
|
%{_datadir}/gnome-background-properties
|
||||||
%{_datadir}/backgrounds/*
|
%{_datadir}/backgrounds/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-2
|
||||||
|
- Small fixes from package review
|
||||||
|
|
||||||
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
|
||||||
- Update to 2.18.3
|
- Update to 2.18.3
|
||||||
- Update the license field
|
- Update the license field
|
||||||
|
Loading…
Reference in New Issue
Block a user