]> git.pld-linux.org Git - packages/kf5-plasma-wayland-protocols.git/commitdiff
- adapterized, no debugsource packages auto/th/kf5-plasma-wayland-protocols-1.1.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 3 Apr 2021 11:55:45 +0000 (13:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 3 Apr 2021 11:55:45 +0000 (13:55 +0200)
- rel 1

kf5-plasma-wayland-protocols.spec

index 4786c070d0fa35e652f407f756f6cb5956eb4806..481d35eb37ea18975b15aa0ab70d9b41a23959c6 100644 (file)
@@ -2,32 +2,31 @@
 %define         qtver           5.9.0
 %define         kfname          plasma-wayland-protocols
 
+Summary:       Plasma Specific Protocols for Wayland
 Name:          kf5-%{kfname}
-Group:         Library
 Version:       1.1.1
-Release:       0.1
-Summary:       Plasma Specific Protocols for Wayland
-
-License:       GPLv2+
-URL:           https://invent.kde.org/libraries/%{kfname}.git
+Release:       1
+License:       GPL v2+
+Group:         Libraries
 Source0:       https://download.kde.org/stable/%{kfname}/%{version}/%{kfname}-%{version}.tar.xz
 # Source0-md5: 82207f4df5e4a91452339bcf7b983d7e
-
+URL:           https://invent.kde.org/libraries/%{kfname}.git
 BuildRequires: kf5-extra-cmake-modules
-#BuildRequires:        qt5-qtbase-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _debugsource_packages   0
 
 %description
 Plasma Specific Protocols for Wayland
 
-%package       devel
+%package devel
 Summary:       Development files for %{name}
 Requires:      %{name} = %{version}-%{release}
 
-%description   devel
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
-
 %prep
 %setup -q -n %{kfname}-%{version}
 
@@ -35,14 +34,17 @@ developing applications that use %{name}.
 install -d build
 cd build
 %cmake -G Ninja \
-        -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-        ../
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+               ../
 %ninja_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %files
 %defattr(644,root,root,755)
 %{_datadir}/plasma-wayland-protocols/
@@ -50,4 +52,3 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_libdir}/cmake/PlasmaWaylandProtocols/
-
This page took 0.196967 seconds and 4 git commands to generate.