Commit 800540e3 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Use %distro_name macro for distribution name

parent a3de5db6
...@@ -68,7 +68,7 @@ This package contains graphics for boot process, displayed via Plymouth ...@@ -68,7 +68,7 @@ This package contains graphics for boot process, displayed via Plymouth
%package alterator %package alterator
BuildArch: noarch BuildArch: noarch
Summary: Design for alterator for %Brand %Theme Summary: Design for alterator for %distro_name
License: GPL License: GPL
Group: System/Configuration/Other Group: System/Configuration/Other
Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
...@@ -80,7 +80,7 @@ Obsoletes: design-alterator-server design-alterator-desktop design-altertor-brow ...@@ -80,7 +80,7 @@ Obsoletes: design-alterator-server design-alterator-desktop design-altertor-brow
PreReq(post,preun): alternatives >= 0.2 alterator PreReq(post,preun): alternatives >= 0.2 alterator
%description alterator %description alterator
Design for QT and web alterator for %Brand %Theme Design for QT and web alterator for %distro_name
%package graphics %package graphics
BuildArch: noarch BuildArch: noarch
...@@ -132,31 +132,31 @@ Distribution license and release notes ...@@ -132,31 +132,31 @@ Distribution license and release notes
%package kde4-settings %package kde4-settings
BuildArch: noarch BuildArch: noarch
Summary: KDE4 settings for %Brand %version %Theme Summary: KDE4 settings for %distro_name
License: Distributable License: Distributable
Group: Graphical desktop/KDE Group: Graphical desktop/KDE
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde4-settings ";done ) Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde4-settings ";done )
PreReq: %name-graphics PreReq: %name-graphics
%description kde4-settings %description kde4-settings
KDE4 settings for %Brand %version %Theme KDE4 settings for %distro_name
%package fvwm-settings %package fvwm-settings
BuildArch: noarch BuildArch: noarch
Summary: FVWM2 settings for %Brand %version %Theme Summary: FVWM2 settings for %distro_name
License: Distributable License: Distributable
Group: Graphical desktop/FVWM based Group: Graphical desktop/FVWM based
Requires: altlinux-freedesktop-menu-gnomish-menu Requires: altlinux-freedesktop-menu-gnomish-menu
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done ) Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done )
%description fvwm-settings %description fvwm-settings
FVWM2 settings for %Brand %version %Theme FVWM2 settings for %distro_name
%package mate-settings %package mate-settings
BuildArch: noarch BuildArch: noarch
Summary: MATE settings for %Brand %version %Theme Summary: MATE settings for %distro_name
License: Distributable License: Distributable
Group: Graphical desktop/GNOME Group: Graphical desktop/GNOME
Requires: gksu Requires: gksu
...@@ -167,18 +167,18 @@ PreReq(post): lightdm-gtk-greeter ...@@ -167,18 +167,18 @@ PreReq(post): lightdm-gtk-greeter
PreReq(post): libgio PreReq(post): libgio
%description mate-settings %description mate-settings
MATE settings for %Brand %version %Theme MATE settings for %distro_name
%package slideshow %package slideshow
BuildArch: noarch BuildArch: noarch
Summary: Slideshow for %Brand %version %Theme installer Summary: Slideshow for %distro_name installer
License: Distributable License: Distributable
Group: System/Configuration/Other Group: System/Configuration/Other
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done ) Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
%description slideshow %description slideshow
Slideshow for %Brand %version %Theme installer Slideshow for %distro_name installer
%package indexhtml %package indexhtml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment