templates: kde4: Move %debug_package macro after all %description blocks
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
42c9a323e2
commit
25335bb402
@ -5,6 +5,10 @@ Changes in version 1.9.4 -
|
|||||||
* templates/{library,kde4,python} - Davide Madrisan:
|
* templates/{library,kde4,python} - Davide Madrisan:
|
||||||
Several minor fixes and improvements.
|
Several minor fixes and improvements.
|
||||||
|
|
||||||
|
+ bugfix
|
||||||
|
* templates/kde4 - Davide Madrisan:
|
||||||
|
Move %debug_package macro after all %description blocks.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.9.3 - April Fools' Day Release
|
Changes in version 1.9.3 - April Fools' Day Release
|
||||||
|
@ -19,10 +19,6 @@ BuildRequires: kdelibs-devel
|
|||||||
Requires: kde-workspace
|
Requires: kde-workspace
|
||||||
BuildRoot: @rpm_default_buildroot@
|
BuildRoot: @rpm_default_buildroot@
|
||||||
|
|
||||||
@if:debug_package
|
|
||||||
%debug_package
|
|
||||||
@fi:debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
...
|
...
|
||||||
|
|
||||||
@ -35,6 +31,10 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
@if:debug_package
|
||||||
|
%debug_package
|
||||||
|
@fi:debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user