package created using the webbuild interface [release 5.36.0-1mamba;Sun Aug 13 2017]
This commit is contained in:
parent
fe7b7affbe
commit
89b9f65316
88
prison.spec
Normal file
88
prison.spec
Normal file
@ -0,0 +1,88 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: prison
|
||||
Version: 5.36.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 barcode library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/5.36/prison-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libdmtx-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libqrencode-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 barcode library.
|
||||
|
||||
%package -n libkprison
|
||||
Group: System/Libraries
|
||||
Summary: KDE Frameworks 5 barcode library
|
||||
|
||||
%description -n libkprison
|
||||
KDE Frameworks 5 barcode library.
|
||||
This package contains shared libraries for %{name}.
|
||||
|
||||
%package -n libkprison-devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: libkprison = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n libkprison-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n libkprison
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun -n libkprison
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files -n libkprison
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_libdir}/libKF5Prison.so.*
|
||||
%doc LICENSE
|
||||
|
||||
%files -n libkprison-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_kde5_includedir}/prison
|
||||
%{_kde5_includedir}/prison/*
|
||||
%{_kde5_includedir}/prison_version.h
|
||||
%{_kde5_libdir}/libKF5Prison.so
|
||||
%dir %{_kde5_libdir}/cmake/KF5Prison
|
||||
%{_kde5_libdir}/cmake/KF5Prison/KF5Prison*.cmake
|
||||
%{_libdir}/qt5/mkspecs/modules/qt_Prison.pri
|
||||
|
||||
%changelog
|
||||
* Sun Aug 13 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 5.36.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
x
Reference in New Issue
Block a user