summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <msalim@cs.indiana.edu>2009-02-06 12:52:25 -0500
committerMichel Alexandre Salim <msalim@cs.indiana.edu>2009-02-06 12:52:25 -0500
commit720172374f5adeaaf36ace7335c2b98b46fc8aec (patch)
tree77f81394d96891201bbb6b711080c20f7c111599
parent0fb6e9689b558d218f5ff54655e6ab765654f145 (diff)
netbook-launcher
-rw-r--r--gnome/netbook-launcher.spec70
1 files changed, 70 insertions, 0 deletions
diff --git a/gnome/netbook-launcher.spec b/gnome/netbook-launcher.spec
new file mode 100644
index 0000000..e795881
--- /dev/null
+++ b/gnome/netbook-launcher.spec
@@ -0,0 +1,70 @@
+Name: netbook-launcher
+Version: 1.2
+Release: 1%{?dist}
+Summary: A clutter-based desktop launcher
+
+Group: User Interface/Desktops
+License: GPLv3
+URL: https://launchpad.net/netbook-remix
+Source0: http://launchpad.net/netbook-remix/trunk/1.0/+download/netbook-launcher-%{version}.tar.gz
+Patch0: netbook-launcher-1.2-missing-deps.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: clutter-gtk-devel
+BuildRequires: GConf2-devel
+BuildRequires: gnome-menus-devel
+BuildRequires: intltool
+BuildRequires: gnome-desktop-devel
+BuildRequires: libwnck-devel
+BuildRequires: startup-notification-devel
+BuildRequires: dbus-glib-devel
+#Requires:
+
+%description
+Netbook Launcher is a desktop launcher that uses the clutter UI
+library. It is commonly being used on netbook desktops with a
+resolution of 1024x600 pixels and also supposed to support usage on
+touchscreens. It follows the xdg spec standards from freedesktop.org
+for the Desktop menu layout.
+
+
+%prep
+%setup -q
+%patch0 -p1 -b .missing-deps
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+%find_lang %{name}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING TODO
+%{_bindir}/netbook-launcher
+%{_datadir}/desktop-directories/Favorites.directory
+%{_datadir}/netbook-launcher
+
+%changelog
+* Fri Feb 6 2009 Michel Salim <salimma@fedoraproject.org> - 1.2-1
+- ume-launcher renamed to netbook-launcher
+- Updated build dependencies (add clutter-gtk-devel, drop redundant ones)
+
+* Mon Oct 28 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-2
+- Fix dep and rebuild
+
+* Thu Oct 02 2008 Jonathan Roberts <jonrob@fedoraproject.org> 0.6.3-1
+- Updated spec file to fix comments from review, and updated to latest upstream
+
+* Thu Sep 18 2008 Jonathan Roberts <jonrob@fedoraproject.org> 0.5.18-1
+- Created initial spec file