[kate-plugin-cpphelper/f19] Initial commit

Mario Blättermann mariobl at fedoraproject.org
Fri Sep 27 18:50:08 UTC 2013


commit 1d3516495753051883846b9e4c36601f80c9b6a1
Author: Mario Blättermann <mario.blaettermann at gmail.com>
Date:   Fri Sep 27 20:48:57 2013 +0200

    Initial commit

 .gitignore                 |    1 +
 kate-plugin-cpphelper.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++
 sources                    |    1 +
 3 files changed, 50 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b7fd279 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/148606-KateCppHelperPlugin-0.9.3.tar.bz2
diff --git a/kate-plugin-cpphelper.spec b/kate-plugin-cpphelper.spec
new file mode 100644
index 0000000..dbc2375
--- /dev/null
+++ b/kate-plugin-cpphelper.spec
@@ -0,0 +1,48 @@
+Name:           kate-plugin-cpphelper
+Version:        0.9.3
+Release:        2%{?dist}
+Summary:        Plugin for Kate to simplify C/C++ programming
+
+License:        GPLv3+
+URL:            https://github.com/zaufi/kate-cpp-helper-plugin
+Source0:        http://kde-apps.org/CONTENT/content-files/148606-KateCppHelperPlugin-%{version}.tar.bz2
+
+BuildRequires:  boost-devel
+BuildRequires:  clang-devel
+BuildRequires:  cmake
+BuildRequires:  kate-devel
+BuildRequires:  llvm-devel
+
+Requires:       kate
+
+%description
+This plugin is intended to simplify the hard life of C/C++ programmers who
+use Kate to write code.
+It has C++ code completion (clang based), #include files completion, smarter 
+replacement for standard Open Header plugin, and few other neat features.
+
+%prep
+%setup -q -n KateCppHelperPlugin-%{version}
+
+
+%build
+%cmake -DBUILD_TESTING=OFF
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc Changes.md README.md
+%{_kde4_datadir}/kde4/apps/kate/plugins/katecpphelperplugin/
+%{_kde4_datadir}/kde4/services/katecpphelperplugin.desktop
+%{_kde4_libdir}/kde4/katecpphelperplugin.so
+
+%changelog
+* Tue Sep 03 2013 Mario Blättermann <mariobl at fedoraproject.org> - 0.9.3-2
+- Removed unneeded cmake option 
+
+* Thu Aug 29 2013 Mario Blättermann <mariobl at fedoraproject.org> 0.9.3-1
+- Initial package
\ No newline at end of file
diff --git a/sources b/sources
index e69de29..f963c48 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c3677c422772b9f8b176be95161ba7f5  148606-KateCppHelperPlugin-0.9.3.tar.bz2


More information about the scm-commits mailing list