automatic version update by autodist [release 5.9.0-1mamba;Wed Apr 15 2015]

This commit is contained in:
Automatic Build System 2024-01-06 00:53:24 +01:00
parent 5b456bfafb
commit 12545608ed
2 changed files with 96 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# kcrash
KCrash provides support for intercepting and handling application crashes.

94
kcrash.spec Normal file
View File

@ -0,0 +1,94 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kcrash
Version: 5.9.0
Release: 1mamba
Summary: KCrash provides support for intercepting and handling application crashes
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{majver}/kcrash-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libICE-devel
BuildRequires: libSM-devel
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libgcc
BuildRequires: libkcoreaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
KCrash provides support for intercepting and handling application crashes.
%package -n lib%{name}
Group: System/Libraries
Summary: KCrash provides support for intercepting and handling application crashes
%description -n lib%{name}
KCrash provides support for intercepting and handling application crashes.
%package -n lib%{name}-devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libKF5Crash.so.*
%doc COPYING.LIB
%files -n lib%{name}-devel
%defattr(-,root,root)
%dir %{_includedir}/KF5/KCrash
%{_includedir}/KF5/KCrash/*
%{_includedir}/KF5/kcrash_version.h
%dir %{_libdir}/cmake/KF5Crash
%{_libdir}/cmake/KF5Crash/KF5Crash*.cmake
%{_libdir}/libKF5Crash.so
/usr/mkspecs/modules/qt_KCrash.pri
%doc README.md
%changelog
* Wed Apr 15 2015 Automatic Build System <autodist@mambasoft.it> 5.9.0-1mamba
- automatic version update by autodist
* Sat Mar 21 2015 Automatic Build System <autodist@mambasoft.it> 5.8.0-1mamba
- automatic version update by autodist
* Mon Feb 23 2015 Automatic Build System <autodist@mambasoft.it> 5.7.0-1mamba
- automatic version update by autodist
* Sat Feb 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-1mamba
- package created using the webbuild interface