- BuildRequire intltool
- Add find_lang
This commit is contained in:
parent
ffb2154179
commit
1f19584731
@ -1,6 +1,6 @@
|
|||||||
Name: gnome-shell
|
Name: gnome-shell
|
||||||
Version: 2.27.1
|
Version: 2.27.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Window management and application launching for GNOME
|
Summary: Window management and application launching for GNOME
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -22,6 +22,7 @@ BuildRequires: gnome-menus-devel
|
|||||||
# for screencast recorder functionality
|
# for screencast recorder functionality
|
||||||
BuildRequires: gstreamer-devel
|
BuildRequires: gstreamer-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
|
BuildRequires: intltool
|
||||||
# temporary until GnomeThumbnailFactory => GnomeDesktopThumbnailFactory
|
# temporary until GnomeThumbnailFactory => GnomeDesktopThumbnailFactory
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: libgnomeui-devel
|
||||||
# used in unused BigThemeImage
|
# used in unused BigThemeImage
|
||||||
@ -77,10 +78,12 @@ rm -rf %{buildroot}/%{_libdir}/mutter/plugins/*.la
|
|||||||
|
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
|
desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
%{_bindir}/gnome-shell
|
%{_bindir}/gnome-shell
|
||||||
@ -113,6 +116,10 @@ gconftool-2 --makefile-install-rule \
|
|||||||
> /dev/null || :
|
> /dev/null || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-2
|
||||||
|
- BuildRequire intltool
|
||||||
|
- Add find_lang
|
||||||
|
|
||||||
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-1
|
* Fri Aug 28 2009 Owen Taylor <otaylor@redhat.com> - 2.27.1-1
|
||||||
- Update to 2.27.1
|
- Update to 2.27.1
|
||||||
- Update Requires, add desktop-effects
|
- Update Requires, add desktop-effects
|
||||||
|
Loading…
Reference in New Issue
Block a user