Use the %{name} macro where appropriate
This commit is contained in:
parent
5239d8ac87
commit
efd567f594
@ -42,13 +42,13 @@ Conflicts: gnome-shell < 3.7.90
|
||||
|
||||
%description
|
||||
|
||||
The gnome-desktop package contains an internal library
|
||||
The %{name} package contains an internal library
|
||||
(libgnomedesktop) used to implement some portions of the GNOME
|
||||
desktop, and also some data files and other shared components of the
|
||||
GNOME user environment.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries and headers for libgnome-desktop
|
||||
Summary: Libraries and headers for %{name}
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
@ -58,13 +58,13 @@ Libraries and header files for the GNOME-internal private library
|
||||
libgnomedesktop.
|
||||
|
||||
%package tests
|
||||
Summary: Tests for the gnome-desktop3 package
|
||||
Summary: Tests for the %{name} package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tests
|
||||
The gnome-desktop3-tests package contains tests that can be used to verify
|
||||
the functionality of the installed gnome-desktop3 package.
|
||||
The %{name}-tests package contains tests that can be used to verify
|
||||
the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%setup -q -n gnome-desktop-%{version}
|
||||
|
Loading…
Reference in New Issue
Block a user