[pinpoint] Initial import (#712682)

Paul W. Frields pfrields at fedoraproject.org
Mon Jun 13 18:27:50 UTC 2011


commit 1567eb0339f3e1bce814e551873552d520c718ab
Author: Paul W. Frields <stickster at gmail.com>
Date:   Mon Jun 13 14:27:31 2011 -0400

    Initial import (#712682)

 .gitignore    |    1 +
 pinpoint.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5dba0bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pinpoint-0.1.2.tar.gz
diff --git a/pinpoint.spec b/pinpoint.spec
new file mode 100644
index 0000000..3ef6e89
--- /dev/null
+++ b/pinpoint.spec
@@ -0,0 +1,43 @@
+Name:           pinpoint
+Version:        0.1.2
+Release:        1%{?dist}
+Summary:        A tool for making hackers do excellent presentations
+
+License:        LGPLv2+
+URL:            https://live.gnome.org/Pinpoint
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/pinpoint/0.1/pinpoint-%{version}.tar.gz
+
+BuildRequires:  glib2-devel
+BuildRequires:  clutter-devel >= 1.4
+BuildRequires:  clutter-gst-devel
+BuildRequires:  cairo-devel
+BuildRequires:  gdk-pixbuf2-devel
+
+%description
+Pinpoint a simple presentation tool that hopes to avoid audience death
+by bullet point and instead encourage presentations containing
+beautiful images and small amounts of concise text in slides.
+
+%prep
+%setup -q
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_bindir}/pinpoint
+%{_datadir}/pinpoint
+
+
+%changelog
+* Sat Jun 11 2011 Paul W. Frields <stickster at gmail.com> - 0.1.2-1
+- Initial RPM package
+
diff --git a/sources b/sources
index e69de29..df1db7d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+50dca7a5fb5c55d303a79876c0444be3  pinpoint-0.1.2.tar.gz


More information about the scm-commits mailing list