update to 15.12.0 [release 15.12.0-1mamba;Wed Jan 06 2016]
This commit is contained in:
parent
ccfa81fb46
commit
b22ad2924d
@ -1,2 +1,4 @@
|
||||
# libkeduvocdocument
|
||||
|
||||
Class for reading from/writing to the KVTML format.
|
||||
|
||||
|
84
libkeduvocdocument.spec
Normal file
84
libkeduvocdocument.spec
Normal file
@ -0,0 +1,84 @@
|
||||
Name: libkeduvocdocument
|
||||
Version: 15.12.0
|
||||
Release: 1mamba
|
||||
Summary: Class for reading from/writing to the KVTML format
|
||||
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/applications/%{version}/src/libkeduvocdocument-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkarchive-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libkio-devel
|
||||
BuildRequires: libkservice-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Class for reading from/writing to the KVTML format.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description 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
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libKEduVocDocument.so.*
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libkeduvocdocument/
|
||||
%{_includedir}/libkeduvocdocument/*
|
||||
%{_libdir}/libKEduVocDocument.so
|
||||
%dir %{_libdir}/cmake/libkeduvocdocument
|
||||
%{_libdir}/cmake/libkeduvocdocument/LibKEduVocDocument*.cmake
|
||||
|
||||
%changelog
|
||||
* Wed Jan 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.0-1mamba
|
||||
- update to 15.12.0
|
||||
|
||||
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Mar 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.3-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user