template kde4: remove Patch0 and %patch0
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
49ae2f41ac
commit
244e571a19
@ -9,6 +9,10 @@ Changes in version 1.9.4 -
|
|||||||
* templates/{gnome,kde*,library,standard,standard-daemon} - Davide Madrisan:
|
* templates/{gnome,kde*,library,standard,standard-daemon} - Davide Madrisan:
|
||||||
Move %debug_package macro after all %description blocks.
|
Move %debug_package macro after all %description blocks.
|
||||||
|
|
||||||
|
+ update
|
||||||
|
* templates/kde4 - Davide Madrisan:
|
||||||
|
Remove 'Patch0' and '#%patch0 -p1' directives.
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Changes in version 1.9.3 - April Fools' Day Release
|
Changes in version 1.9.3 - April Fools' Day Release
|
||||||
|
@ -8,7 +8,6 @@ Distribution: @DISTRO@
|
|||||||
Packager: @packager_fullname@ <@packager_email@>
|
Packager: @packager_fullname@ <@packager_email@>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: ...
|
Source: ...
|
||||||
#Patch0: %{name}-<pck-version>-<patch-description>.patch
|
|
||||||
License: ...
|
License: ...
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
@ -37,7 +36,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user