tweak description
This commit is contained in:
parent
24710caf31
commit
b5794a7907
@ -1,7 +1,7 @@
|
||||
Summary: Metacity window manager
|
||||
Summary: Unobtrusive window manager
|
||||
Name: metacity
|
||||
Version: 2.25.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: http://download.gnome.org/sources/metacity/
|
||||
Source0: http://download.gnome.org/sources/metacity/2.25/metacity-%{version}.tar.bz2
|
||||
Patch0: default-theme.patch
|
||||
@ -47,19 +47,18 @@ Requires(pre): GConf2 >= 2.14
|
||||
Requires(preun): GConf2 >= 2.14
|
||||
|
||||
%description
|
||||
|
||||
Metacity is a simple window manager that integrates nicely with
|
||||
GNOME 2.
|
||||
Metacity is a window manager that integrates nicely with the GNOME desktop.
|
||||
It strives to be quiet, small, stable, get on with its job, and stay out of
|
||||
your attention.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Headers and libraries for metacity
|
||||
Summary: Development files for metacity
|
||||
Requires: gtk2-devel, libX11-devel
|
||||
Requires: pkgconfig
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
|
||||
This package contains the files needed for compiling programs using
|
||||
the metacity-private library. Note that you are not supposed to write
|
||||
programs using the metacity-private library, since it is a private
|
||||
@ -79,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
CPPFLAGS="$CPPFLAGS -I$RPM_BUILD_ROOT%{_includedir}"
|
||||
export CPPFLAGS
|
||||
|
||||
libtoolize --force --copy
|
||||
intltoolize --force
|
||||
autoreconf
|
||||
|
||||
@ -161,8 +161,10 @@ fi
|
||||
%{_datadir}/gnome-control-center/keybindings/*
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_mandir}/man1/metacity.1.gz
|
||||
%{_mandir}/man1/metacity-message.1.gz
|
||||
%{_datadir}/applications/metacity.desktop
|
||||
%{_datadir}/gnome/wm-properties/metacity-wm.desktop
|
||||
%{_datadir}/gnome/help/creating_metacity_themes
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -175,6 +177,9 @@ fi
|
||||
%{_mandir}/man1/metacity-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.5-2
|
||||
- Tweak %%summary and %%description
|
||||
|
||||
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
|
||||
- Update to 2.25.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user