[nepomukshell/f17] Initial import

Daniel Vrátil dvratil at fedoraproject.org
Sat Dec 22 17:31:46 UTC 2012


commit 5dd29fbfa2aeefab171c2d89a4f91da449612ea6
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Sat Dec 22 18:28:51 2012 +0100

    Initial import

 .gitignore        |    1 +
 nepomukshell.spec |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 48 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..893bbee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/nepomukshell-0.8.0.tar.bz2
diff --git a/nepomukshell.spec b/nepomukshell.spec
new file mode 100644
index 0000000..1e18eed
--- /dev/null
+++ b/nepomukshell.spec
@@ -0,0 +1,46 @@
+Name:           nepomukshell
+Version:        0.8.0
+Release:        2%{?dist}
+Summary:        Nepomuk maintenance and debugging tool for developers
+
+License:        GPLv3+
+URL:            http://www.kde.org
+Source0:        http://download.kde.org/unstable/nepomuk/%{name}-%{version}.tar.bz2
+
+BuildRequires:  cmake kdelibs-devel nepomuk-core-devel
+
+%description
+Nepomuk Swiss Army Knife is a debugging and maintenance tool aimed
+for Nepomuk developers.
+
+
+%prep
+%setup -q
+
+
+%build
+%{cmake_kde4} .
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+
+
+%files
+%doc AUTHORS COPYING ChangeLog
+%{_bindir}/nepomukshell
+%{_kde4_datadir}/applications/kde4/%{name}.desktop
+%{_kde4_datadir}/kde4/apps/%{name}/*
+%{_kde4_datadir}/doc/*
+
+
+%changelog
+* Tue Oct 23 2012 Dan Vrátil <dvratil at redhat.com> - 0.8.0-2
+- Use KDE macros
+- Add AUTHORS, COPYING and ChangeLog to documentation
+- Fixed license and typo in summary
+- Removed CMake version and "rm -rf $BUILD_ROOT"
+
+* Mon Oct 22 2012 Dan Vrátil <dvratil at redhat.com> - 0.8.0-1
+- Initial Build
diff --git a/sources b/sources
index e69de29..5072a58 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+26381e566779df117a791ce47a02b223  nepomukshell-0.8.0.tar.bz2


More information about the scm-commits mailing list