From 14c3e39c35878d2b30e1b2975f47a542e722174044544354a402343b3c408a96 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Fri, 7 Feb 2014 21:41:46 +0000 Subject: [PATCH] osc copypac from project:KDE:Unstable:Frameworks package:extra-cmake-modules revision:60 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=1 --- .gitattributes | 23 ++++++++ .gitignore | 1 + _service | 12 +++++ ...:extra-cmake-modules-0.0.10~c5cec3d.tar.xz | 3 ++ _service:set_version:extra-cmake-modules.spec | 54 +++++++++++++++++++ extra-cmake-modules.spec | 54 +++++++++++++++++++ 6 files changed, 147 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 _service:recompress:tar_scm:extra-cmake-modules-0.0.10~c5cec3d.tar.xz create mode 100644 _service:set_version:extra-cmake-modules.spec create mode 100644 extra-cmake-modules.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..3df4dac --- /dev/null +++ b/_service @@ -0,0 +1,12 @@ + + + git://anongit.kde.org/extra-cmake-modules + git + 0.0.10~%h + + + *.tar + xz + + + \ No newline at end of file diff --git a/_service:recompress:tar_scm:extra-cmake-modules-0.0.10~c5cec3d.tar.xz b/_service:recompress:tar_scm:extra-cmake-modules-0.0.10~c5cec3d.tar.xz new file mode 100644 index 0000000..f7854bd --- /dev/null +++ b/_service:recompress:tar_scm:extra-cmake-modules-0.0.10~c5cec3d.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc6bb3f372422bc5e2b12d42a59bc9734a6113e8fdd36d2cf8c31f04da6b6fa +size 85804 diff --git a/_service:set_version:extra-cmake-modules.spec b/_service:set_version:extra-cmake-modules.spec new file mode 100644 index 0000000..12d79c5 --- /dev/null +++ b/_service:set_version:extra-cmake-modules.spec @@ -0,0 +1,54 @@ +# +# spec file for package extra-cmake-modules +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: extra-cmake-modules +Summary: CMake modules +License: BSD-3-Clause +Group: Development/Tools/Other +URL: https://projects.kde.org/projects/kdesupport/extra-cmake-modules +Version: 0.0.10~c5cec3d +Release: 0 +Source0: %{name}-%{version}.tar.xz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake >= 2.8.11 +BuildRequires: gcc-c++ +Requires: kf5-filesystem +Requires: cmake >= 2.8.11 + +%description +Extra modules and scripts for CMake. + +For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey + +%prep +%setup -q -n %{name}-%{version} + +%build +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} + +%install +%makeinstall + +%files +%defattr(-,root,root,-) +%dir %{_datadir}/ECM +%{_datadir}/ECM/* + +%changelog + diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec new file mode 100644 index 0000000..7dbf59c --- /dev/null +++ b/extra-cmake-modules.spec @@ -0,0 +1,54 @@ +# +# spec file for package extra-cmake-modules +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: extra-cmake-modules +Summary: CMake modules +License: BSD-3-Clause +Group: Development/Tools/Other +URL: https://projects.kde.org/projects/kdesupport/extra-cmake-modules +Version: 0.0.10 +Release: 0 +Source0: %{name}-%{version}.tar.xz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake >= 2.8.11 +BuildRequires: gcc-c++ +Requires: kf5-filesystem +Requires: cmake >= 2.8.11 + +%description +Extra modules and scripts for CMake. + +For more information see http://community.kde.org/KDE_Core/Platform_11/Buildsystem/FindFilesSurvey + +%prep +%setup -q -n %{name}-%{version} + +%build +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} + +%install +%makeinstall + +%files +%defattr(-,root,root,-) +%dir %{_datadir}/ECM +%{_datadir}/ECM/* + +%changelog +