]> git.pld-linux.org Git - packages/gnome-shell.git/commitdiff
Moved dbus interfaces to -devel subpackage. Release 2 auto/th/gnome-shell-3.12.0-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 1 Apr 2014 20:06:18 +0000 (22:06 +0200)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 1 Apr 2014 20:06:18 +0000 (22:06 +0200)
gnome-shell.spec

index eb4685f9ae09221de62fdd72a1535f5966b27514..4ecedc04212c3ecc6ed21c580e302b0796cc2d42 100644 (file)
@@ -23,7 +23,7 @@
 Summary:       Window manager and application launcher for GNOME
 Name:          gnome-shell
 Version:       3.12.0
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         X11/Window Managers
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.12/%{name}-%{version}.tar.xz
@@ -116,6 +116,17 @@ capabilities of modern graphics hardware and introduces innovative
 user interface concepts to provide a delightful and easy to use
 experience.
 
+%package devel
+Summary:       Development files for GNOME Shell
+Summary(pl.UTF-8):     Pliki programistyczne dla GNOME Shell
+Group:         Development/Libraries
+
+%description devel
+This package provides development files for GNOME Shell.
+
+%description devel -l pl.UTF-8
+Ten pakiet dostarcza pliki programistyczne dla GNOME Shell.
+
 %package apidocs
 Summary:       GNOME Shell API documentation
 Summary(pl.UTF-8):     Dokumentacja API GNOME Shell
@@ -215,10 +226,6 @@ fi
 %{_libdir}/gnome-shell/St-1.0.typelib
 %{_libdir}/gnome-shell/ShellMenu-0.1.typelib
 %{_datadir}/GConf/gsettings/gnome-shell-overrides.convert
-%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
-%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
-%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
-%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
 %{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
@@ -228,6 +235,13 @@ fi
 %{_desktopdir}/gnome-shell-extension-prefs.desktop
 %{_mandir}/man1/gnome-shell.1*
 
+%files devel
+%defattr(644,root,root,755)
+%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
+%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
+%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
+%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
+
 %files apidocs
 %defattr(644,root,root,755)
 %{_gtkdocdir}/shell
This page took 0.040746 seconds and 4 git commands to generate.