[gnome-shell-search-pinboard] Initial import (#815982)

Ralph Bean ralph at fedoraproject.org
Mon Sep 24 19:41:18 UTC 2012


commit 3cb7f5dc30381f4e8d0649741d413b0cdf809be7
Author: Ralph Bean <rbean at redhat.com>
Date:   Mon Sep 24 15:41:11 2012 -0400

    Initial import (#815982)

 .gitignore                       |    1 +
 gnome-shell-search-pinboard.spec |   52 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..8efba0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gnome-shell-search-pinboard-0.1.tar.gz
diff --git a/gnome-shell-search-pinboard.spec b/gnome-shell-search-pinboard.spec
new file mode 100644
index 0000000..c9b61d7
--- /dev/null
+++ b/gnome-shell-search-pinboard.spec
@@ -0,0 +1,52 @@
+%if 0%{?fedora} >= 17
+%global _gnomesearchdir %{_datadir}/gnome-shell/open-search-providers
+%else
+%global _gnomesearchdir %{_datadir}/gnome-shell/search_providers
+%endif
+
+Name:       gnome-shell-search-pinboard
+Version:    0.1
+Release:    4%{?dist}
+Summary:    Search your pinboard.in tags from the gnome-shell
+
+Group:      User Interface/Desktops
+License:    GPLv3
+URL:        http://threebean.org/%{name}-%{version}.tar.gz
+Source0:    http://threebean.org/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+
+Requires:       gnome-shell
+
+
+%description
+Search your pinboard.in tags from the gnome-shell
+
+%prep
+%setup -q -n %{name}
+
+%build
+# nothing to build
+
+%install
+
+mkdir -p $RPM_BUILD_ROOT/%{_gnomesearchdir}
+cp pinboard.xml $RPM_BUILD_ROOT/%{_gnomesearchdir}/.
+
+%files
+%{_gnomesearchdir}/pinboard.xml
+
+%changelog
+* Thu May 24 2012 Ralph Bean <rbean at redhat.com> - 0.1-4
+- Re-added mkdir -p in %%install
+- Removed BuildRequires for gnome-shell
+
+* Thu May 24 2012 Ralph Bean <rbean at redhat.com> - 0.1-3
+- Change providers_dir macro to full path _gnomesearchdir
+- Removed mkdir -p in %%install
+
+* Thu May 24 2012 Ralph Bean <rbean at redhat.com> - 0.1-2
+Support F16 with providers_dir global
+
+* Tue Apr 24 2012 Ralph Bean <rbean at redhat.com> - 0.1-1
+Initial packaging for Fedora
diff --git a/sources b/sources
index e69de29..f0dd34f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+471b36717e2d25d412edf5df77ae1b23  gnome-shell-search-pinboard-0.1.tar.gz


More information about the scm-commits mailing list