fix license and standardize the specfile [release 5.9.0-4mamba;Sat Apr 25 2015]
This commit is contained in:
parent
ae2f0da98b
commit
7f5eaa99ec
@ -1,7 +1,8 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kcoreaddons
|
Name: kcoreaddons
|
||||||
Version: 5.9.0
|
Version: 5.9.0
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: KCoreAddons provides classes built on top of QtCore to perform various tasks
|
Summary: KCoreAddons provides classes built on top of QtCore to perform various tasks
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,7 +10,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/frameworks/%{majver}/kcoreaddons-%{version}.tar.xz
|
Source: http://download.kde.org/stable/frameworks/%{majver}/kcoreaddons-%{version}.tar.xz
|
||||||
License: GPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgamin-devel
|
BuildRequires: libgamin-devel
|
||||||
@ -17,7 +18,12 @@ BuildRequires: libgcc
|
|||||||
BuildRequires: libqt5-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
|
BuildRequires: rpm-macros-kde5
|
||||||
|
BuildRequires: shared-mime-info
|
||||||
|
BuildRequires: libQt5Core
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -40,24 +46,19 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake_kde5 -d build
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DLIB_INSTALL_DIR=%{_lib} \
|
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
|
|
||||||
-DBUILD_TESTING=OFF
|
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
%find_lang kcoreaddons5_qt --with-qt --all-name || touch kcoreaddons5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -65,25 +66,26 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name} -f kcoreaddons5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libKF5CoreAddons.so.*
|
%{_kde5_bindir}/desktoptojson
|
||||||
|
%{_kde5_libdir}/libKF5CoreAddons.so.*
|
||||||
%doc COPYING.LIB
|
%doc COPYING.LIB
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/desktoptojson
|
%{_kde5_includedir}/KCoreAddons
|
||||||
%dir %{_includedir}/KF5/KCoreAddons
|
%{_kde5_includedir}/kcoreaddons_version.h
|
||||||
%{_includedir}/KF5/KCoreAddons/*
|
%{_kde5_libdir}/cmake/KF5CoreAddons
|
||||||
%{_includedir}/KF5/kcoreaddons_version.h
|
%{_kde5_libdir}/libKF5CoreAddons.so
|
||||||
%{_libdir}/cmake/KF5CoreAddons/KF5CoreAddons*.cmake
|
%{_kde5_mkspecsdir}/qt_KCoreAddons.pri
|
||||||
%{_libdir}/libKF5CoreAddons.so
|
%{_kde5_datadir}/mime/packages/kde5.xml
|
||||||
%{_libdir}/qt5/mkspecs/modules/qt_KCoreAddons.pri
|
|
||||||
%{_datadir}/locale/*/LC_MESSAGES/kcoreaddons5_qt.qm
|
|
||||||
%{_datadir}/mime/packages/kde5.xml
|
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 5.9.0-4mamba
|
||||||
|
- fix license and standardize the specfile
|
||||||
|
|
||||||
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-3mamba
|
* Sat Apr 11 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.9.0-3mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user