Accepting request 233136 from KDE:Frameworks5
Update to 0.0.13 OBS-URL: https://build.opensuse.org/request/show/233136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/extra-cmake-modules?expand=0&rev=4
This commit is contained in:
commit
5494f923b4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11ef5f3b580bc4033802ce11ef40d7f9b190c893cb9b697881591382c38ba2b9
|
|
||||||
size 92144
|
|
3
extra-cmake-modules-0.0.13.tar.xz
Normal file
3
extra-cmake-modules-0.0.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ae8acca088c4b1838439c5d15f7a6b46fe57be87d8a06ee7b68445de7fce7cd
|
||||||
|
size 123768
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 4 01:08:25 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 0.0.13
|
||||||
|
* Further buildsystem improvements
|
||||||
|
- Added python-Sphinx BuildRequires to build docs
|
||||||
|
- Provide doc subpackage
|
||||||
|
- Added kf5-filesystem >= 4.99.0 and libqt5-linguist-devel >= 5.2.0
|
||||||
|
Requires
|
||||||
|
- Obsolete and provide kf5umbrella (e-c-m now provides KF5Config)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 19:25:50 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Added pkgconfig(Qt5Core) to e-c-m Requires, every user of the
|
||||||
|
package always needs it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 29 19:57:28 UTC 2014 - hrvoje.senjan@gmail.com
|
Sat Mar 29 19:57:28 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -21,22 +21,39 @@ Summary: CMake modules
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
Url: https://projects.kde.org/projects/kdesupport/extra-cmake-modules
|
||||||
Version: 0.0.12
|
Version: 0.0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem >= 4.99.0
|
||||||
|
BuildRequires: python-Sphinx
|
||||||
Requires: cmake >= 2.8.12
|
Requires: cmake >= 2.8.12
|
||||||
Requires: kf5-filesystem
|
Requires: kf5-filesystem
|
||||||
|
Requires: libqt5-linguist-devel >= 5.2.0
|
||||||
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
Provides: kf5umbrella = 4.99.0
|
||||||
|
Obsoletes: kf5umbrella < 4.99.0
|
||||||
|
Recommends: %{name}-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Extra modules and scripts for CMake.
|
Extra modules and scripts for CMake.
|
||||||
|
|
||||||
For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
|
For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for extra-cmake-modules
|
||||||
|
Group: Documentation/Other
|
||||||
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
Extra modules and scripts for CMake.
|
||||||
|
|
||||||
|
For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey
|
||||||
|
This package provides documentation for extra-cmake-modules
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -49,7 +66,11 @@ For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsyst
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/ECM
|
%{_datadir}/ECM/
|
||||||
%{_datadir}/ECM/*
|
%{_mandir}/man7/ecm*.7*
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc %{_datadir}/doc/ECM/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user