summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2015-02-02 09:51:37 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2015-02-02 09:51:37 -0600
commit7ce41d38579208373934ad239394d924e746b90a (patch)
treed975a63d1d8f4744e5c91b5ecb9cbc79b0532bb7
downloadgnome-flashback-7ce41d38579208373934ad239394d924e746b90a.tar.gz
gnome-flashback-7ce41d38579208373934ad239394d924e746b90a.tar.xz
gnome-flashback-7ce41d38579208373934ad239394d924e746b90a.zip
gnome-flashback 3.10.0
-rw-r--r--gnome-flashback.spec56
1 files changed, 56 insertions, 0 deletions
diff --git a/gnome-flashback.spec b/gnome-flashback.spec
new file mode 100644
index 0000000..a5ac54a
--- /dev/null
+++ b/gnome-flashback.spec
@@ -0,0 +1,56 @@
+Name: gnome-flashback
+Version: 3.10.0
+Release: 1%{?dist}
+Summary: Classic GNOME session
+
+License: GPLv3+
+URL: https://wiki.gnome.org/Projects/GnomeFlashback
+Source: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
+
+BuildRequires: gnome-common
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
+BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.8.0
+BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.13
+BuildRequires: pkgconfig(libpulse)
+BuildRequires: pkgconfig(libpulse-mainloop-glib)
+BuildRequires: pkgconfig(x11)
+BuildRequires: pkgconfig(xext)
+Requires: gnome-panel
+Requires: gnome-applets
+Requires: metacity
+Requires: notification-daemon
+Requires: gnome-keyring-daemon
+Requires: gnome-settings-daemon
+Requires: gnome-session
+
+%description
+GNOME Flashback is a session for GNOME 3 which was initially called
+"GNOME Fallback". It provides a similar user experience to the GNOME 2.x
+series sessions. The differences to the MATE project is that GNOME
+Flashback uses Gtk+3 and tries to follow the current GNOME development
+by integrating recent changes of the GNOME libraries.
+
+
+%prep
+%setup -q -n1
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+%make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc
+
+
+
+%changelog
+* Mon Jan 12 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 3.10.0-1
+- Initial release.