[presence] Initial SRPM imported.

Fabian Deutsch fabiand at fedoraproject.org
Tue Nov 22 16:46:22 UTC 2011


commit d4934a40b4987816bdd7563f89014cb26e1d91ff
Author: Fabian Deutsch <fabian.deutsch at gmx.de>
Date:   Tue Nov 22 17:45:42 2011 +0100

    Initial SRPM imported.
    
    Closes https://bugzilla.redhat.com/show_bug.cgi?id=754554
    
    Signed-off-by: Fabian Deutsch <fabian.deutsch at gmx.de>

 .gitignore    |    1 +
 presence.spec |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources       |    1 +
 3 files changed, 80 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fc9d461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/presence-0.4.4.tar.xz
diff --git a/presence.spec b/presence.spec
new file mode 100644
index 0000000..06b2ab6
--- /dev/null
+++ b/presence.spec
@@ -0,0 +1,78 @@
+Name:           presence
+Version:        0.4.4
+Release:        2%{?dist}
+Summary:        Bi-directional audio/video connections
+
+License:        GPLv2+
+URL:            http://gitorious.org/valastuff/presence
+# Source0 taken from: https://gitorious.org/valastuff/presence
+# ./package-source.sh %{version} (provided by the repo)
+Source0:        presence-%{version}.tar.xz
+
+BuildRequires:  vala, vala-devel, desktop-file-utils, libtool
+BuildRequires:  clutter-devel, clutter-gtk-devel, clutter-gst-devel, libmx-devel >= 1.4.0
+BuildRequires:  gstreamer-devel, gstreamer-plugins-bad-free-devel, gstreamer-rtsp-devel >= 0.10.8-1, gstreamer-rtsp-vala
+BuildRequires:  avahi-gobject-devel
+BuildRequires:  libnotify-devel
+BuildRequires:  libgudev1-devel
+BuildRequires:  desktop-file-utils
+#BuildRequires:  libnice-devel
+#BuildRequires:  libupnp-devel
+Requires:       gnome-icon-theme, gnome-icon-theme-symbolic
+
+%description
+A simple tool to establish a bi-directional audio/video connection in simple 
+networks (aka LAN).
+
+%prep
+%setup -q
+
+
+%build
+./autogen.sh
+%configure
+make clean
+make %{?_smp_mflags}
+
+
+%install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
+
+desktop-file-validate %{buildroot}/%{_datadir}/applications/presence.desktop
+
+
+%files
+%doc README COPYING
+%{_bindir}/presence
+%{_datadir}/presence
+%{_datadir}/presence/*
+%{_datadir}/applications/presence.desktop
+
+
+%changelog
+* Fri Nov 18 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.4-2
+- Own _datadir/presence
+- Depend on icon themes
+- Fix comments on how the source was gathered
+
+* Fri Nov 18 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.4-1
+- Update to 0.4.4
+
+* Thu Nov 17 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+
+* Wed Nov 16 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4.1-1
+- Update to 0.4.1
+
+* Thu Nov 14 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.4-1
+- Update to 0.4
+
+* Thu Oct 18 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.3-1
+- Update to 0.3
+
+* Wed Oct 12 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.2-1
+- Update to 0.2
+
+* Wed Oct 12 2011 Fabian Deutsch <fabiand at fedoraproject.org> - 0.1-1
+- Initial package.
diff --git a/sources b/sources
index e69de29..9b654a0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+7d3b9be502690752ee443e4434b657ee  presence-0.4.4.tar.xz


More information about the scm-commits mailing list