Accepting request 312148 from X11:Unity
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/312148 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbusmenu?expand=0&rev=3
This commit is contained in:
parent
b999c5be34
commit
125622bac6
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 5 13:47:23 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 12.10.3+bzr20150410 (changes since 12.10.3+bzr20140610):
|
||||||
|
* Use the configure-generated libtool script instead of
|
||||||
|
/usr/bin/libtool, which might not match what we have.
|
||||||
|
* Use gi's typelibdir pkgconfig variable and install into this
|
||||||
|
directory, now that gi supports multiarch.
|
||||||
|
* Parser: don't override the label for stock items if a custom
|
||||||
|
one is provided.
|
||||||
|
- Minor spec cleanup.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 26 13:19:05 UTC 2014 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 12.10.3+14.10.20140610
|
||||||
|
+ No changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 10 20:06:16 UTC 2014 - cfarrell@suse.com
|
Mon Mar 10 20:06:16 UTC 2014 - cfarrell@suse.com
|
||||||
|
|
||||||
|
226
libdbusmenu.spec
226
libdbusmenu.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdbusmenu
|
# spec file for package libdbusmenu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,25 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _soname_glib 4
|
%define soname_glib 4
|
||||||
%define _soname_gtk2 4
|
%define soname_gtk2 4
|
||||||
%define _soname_gtk3 4
|
%define soname_gtk3 4
|
||||||
%define _soname_jsonloader 4
|
%define soname_jsonloader 4
|
||||||
|
%define _version 12.10.3+15.04.20150410.2
|
||||||
Name: libdbusmenu
|
Name: libdbusmenu
|
||||||
Version: 12.10.3+14.04.20140217.1
|
Version: 12.10.3+bzr20150410
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Small library that passes a menu structure across DBus
|
Summary: Small library that passes a menu structure across DBus
|
||||||
License: GPL-3.0 and (LGPL-2.1 or LGPL-3.0)
|
License: GPL-3.0 and (LGPL-2.1 or LGPL-3.0)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://launchpad.net/dbusmenu
|
Url: https://launchpad.net/dbusmenu
|
||||||
Source: http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu/%{name}_%{version}.orig.tar.gz
|
Source: http://archive.ubuntu.com/ubuntu/pool/main/libd/%{name}/%{name}_%{_version}.orig.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: gtk2-devel
|
|
||||||
BuildRequires: gtk3-devel
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -44,125 +42,114 @@ BuildRequires: pkgconfig(dbus-glib-1)
|
|||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(gnome-doc-utils)
|
BuildRequires: pkgconfig(gnome-doc-utils)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(valgrind)
|
BuildRequires: pkgconfig(valgrind)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A small little library that was created by pulling out some comon code out of
|
A small little library that was created by pulling out some common
|
||||||
indicator-applet. It passes a menu structure across DBus so that a program can
|
code out of mate-indicator-applet. It passes a menu structure
|
||||||
create a menu simply without worrying about how it is displayed on the other
|
across D-Bus so that a program can create a menu simply without
|
||||||
side of the bus.
|
worrying about how it is displayed on the other side of the bus.
|
||||||
|
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Development tools for the dbusmenu libraries
|
Summary: Development tools for the dbusmenu libraries
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name}-glib%{_soname_glib} = %{version}
|
Requires: %{name}-glib%{soname_glib} = %{version}
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
This packages contains the development tools for the dbusmenu libraries.
|
This packages contains the development tools for the dbusmenu libraries.
|
||||||
|
|
||||||
|
%package glib%{soname_glib}
|
||||||
%package glib%{_soname_glib}
|
Summary: Small library that passes a menu structure across D-Bus
|
||||||
Summary: Small library that passes a menu structure across DBus
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description glib%{_soname_glib}
|
%description glib%{soname_glib}
|
||||||
This package contains the shared libraries for the dbusmenu-glib library.
|
This package contains the shared libraries for the dbusmenu-glib library.
|
||||||
|
|
||||||
|
|
||||||
%package -n typelib-1_0-Dbusmenu-0_4
|
%package -n typelib-1_0-Dbusmenu-0_4
|
||||||
Summary: Small library that passes a menu structure across DBus - Introspection bindings
|
Summary: Small library that passes a menu structure across D-Bus -- Introspection bindings
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Dbusmenu-0_4
|
%description -n typelib-1_0-Dbusmenu-0_4
|
||||||
This package contains the GObject Introspection bindings for the dbusmenu
|
This package contains the GObject Introspection bindings for the dbusmenu
|
||||||
library.
|
library.
|
||||||
|
|
||||||
|
|
||||||
%package glib-devel
|
%package glib-devel
|
||||||
Summary: Development files for libdbusmenu-glib
|
Summary: Development files for libdbusmenu-glib
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-glib%{_soname_glib} = %{version}
|
Requires: %{name}-glib%{soname_glib} = %{version}
|
||||||
Requires: gtk2-devel
|
|
||||||
Requires: pkgconfig(dbus-glib-1)
|
Requires: pkgconfig(dbus-glib-1)
|
||||||
|
Requires: pkgconfig(gtk+-2.0)
|
||||||
|
|
||||||
%description glib-devel
|
%description glib-devel
|
||||||
This package contains the development files for the dbusmenu-glib library.
|
This package contains the development files for the dbusmenu-glib library.
|
||||||
|
|
||||||
|
|
||||||
%package glib-doc
|
%package glib-doc
|
||||||
Summary: Documentation for libdbusmenu-glib%{_soname_glib}
|
Summary: Documentation for libdbusmenu-glib%{soname_glib}
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description glib-doc
|
%description glib-doc
|
||||||
This package includes the documentation for the dbusmenu-glib library.
|
This package includes the documentation for the dbusmenu-glib library.
|
||||||
|
|
||||||
|
%package gtk%{soname_gtk2}
|
||||||
%package gtk%{_soname_gtk2}
|
Summary: Small library that passes a menu structure across D-Bus -- GTK+ 2 version
|
||||||
Summary: Small library that passes a menu structure across DBus - GTK2 version
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: gtk2
|
Requires: gtk2
|
||||||
|
|
||||||
%description gtk%{_soname_gtk2}
|
%description gtk%{soname_gtk2}
|
||||||
This package contains the shared libraries for the dbusmenu-gtk2 library.
|
This package contains the shared libraries for the dbusmenu-gtk2 library.
|
||||||
|
|
||||||
|
|
||||||
%package -n typelib-1_0-DbusmenuGtk-0_4
|
%package -n typelib-1_0-DbusmenuGtk-0_4
|
||||||
Summary: Small library that passes a menu structure across DBus - Introspection bindings
|
Summary: Small library that passes a menu structure across D-Bus -- Introspection bindings
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-DbusmenuGtk-0_4
|
%description -n typelib-1_0-DbusmenuGtk-0_4
|
||||||
This package contains the GObject Introspection bindings for the GTK 2 version
|
This package contains the GObject Introspection bindings for the GTK+ 2 version
|
||||||
of the dbusmenu-gtk library.
|
of the dbusmenu-gtk library.
|
||||||
|
|
||||||
|
|
||||||
%package gtk-devel
|
%package gtk-devel
|
||||||
Summary: Development files for libdbusmenu-gtk%{_soname_gtk2}
|
Summary: Development files for libdbusmenu-gtk%{soname_gtk2}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-glib-devel = %{version}
|
Requires: %{name}-glib-devel = %{version}
|
||||||
Requires: %{name}-gtk%{_soname_gtk2} = %{version}
|
Requires: %{name}-gtk%{soname_gtk2} = %{version}
|
||||||
Requires: gtk2-devel
|
|
||||||
Requires: pkgconfig(dbus-glib-1)
|
Requires: pkgconfig(dbus-glib-1)
|
||||||
|
Requires: pkgconfig(gtk+-2.0)
|
||||||
|
|
||||||
%description gtk-devel
|
%description gtk-devel
|
||||||
This package contains the development files for the dbusmenu-gtk2 library.
|
This package contains the development files for the dbusmenu-gtk2 library.
|
||||||
|
|
||||||
|
%package gtk3-%{soname_gtk3}
|
||||||
%package gtk3-%{_soname_gtk3}
|
Summary: Small library that passes a menu structure across DBus -- GTK+ 3 version
|
||||||
Summary: Small library that passes a menu structure across DBus - GTK3 version
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description gtk3-%{_soname_gtk3}
|
%description gtk3-%{soname_gtk3}
|
||||||
This package contains the shared libraries for the dbusmenu-gtk3 library.
|
This package contains the shared libraries for the dbusmenu-gtk3 library.
|
||||||
|
|
||||||
|
|
||||||
%package -n typelib-1_0-DbusmenuGtk3-0_4
|
%package -n typelib-1_0-DbusmenuGtk3-0_4
|
||||||
Summary: Small library that passes a menu structure across DBus - Introspection bindings
|
Summary: Small library that passes a menu structure across D-Bus -- Introspection bindings
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-DbusmenuGtk3-0_4
|
%description -n typelib-1_0-DbusmenuGtk3-0_4
|
||||||
This package contains the GObject Introspection bindings for the GTK 3 version
|
This package contains the GObject Introspection bindings for the GTK+ 3 version
|
||||||
of the dbusmenu-gtk library.
|
of the dbusmenu-gtk library.
|
||||||
|
|
||||||
|
|
||||||
%package gtk3-devel
|
%package gtk3-devel
|
||||||
Summary: Development files for libdbusmenu-gtk3-%{_soname_gtk3}
|
Summary: Development files for libdbusmenu-gtk3-%{soname_gtk3}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-glib-devel = %{version}
|
Requires: %{name}-glib-devel = %{version}
|
||||||
Requires: %{name}-gtk3-%{_soname_gtk3} = %{version}
|
Requires: %{name}-gtk3-%{soname_gtk3} = %{version}
|
||||||
Requires: gtk3-devel
|
|
||||||
Requires: pkgconfig(dbus-glib-1)
|
Requires: pkgconfig(dbus-glib-1)
|
||||||
|
Requires: pkgconfig(gtk+-3.0)
|
||||||
|
|
||||||
%description gtk3-devel
|
%description gtk3-devel
|
||||||
This package contains the development files for the dbusmenu-gtk3 library.
|
This package contains the development files for the dbusmenu-gtk3 library.
|
||||||
|
|
||||||
|
|
||||||
%package gtk-doc
|
%package gtk-doc
|
||||||
Summary: Documentation for libdbusmenu-gtk%{_soname_gtk2} and libdbusmenu-gtk3-%{_soname_gtk3}
|
Summary: Documentation for libdbusmenu-gtk%{soname_gtk2} and libdbusmenu-gtk3-%{soname_gtk3}
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -170,90 +157,83 @@ BuildArch: noarch
|
|||||||
This package contains the documentation for the dbusmenu-gtk2 and dbusmenu-gtk3
|
This package contains the documentation for the dbusmenu-gtk2 and dbusmenu-gtk3
|
||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
|
%package jsonloader%{soname_jsonloader}
|
||||||
%package jsonloader%{_soname_jsonloader}
|
Summary: Small library that passes a menu structure across DBus -- Test library
|
||||||
Summary: Small library that passes a menu structure across DBus - Test library
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description jsonloader%{_soname_jsonloader}
|
%description jsonloader%{soname_jsonloader}
|
||||||
This package contains the shared libraries for dbusmenu-jsonloader, a library
|
This package contains the shared libraries for dbusmenu-jsonloader, a library
|
||||||
meant for test suites.
|
meant for test suites.
|
||||||
|
|
||||||
|
|
||||||
%package jsonloader-devel
|
%package jsonloader-devel
|
||||||
Summary: Development files for libdbusmenu-jsonloader%{_soname_jsonloader}
|
Summary: Development files for libdbusmenu-jsonloader%{soname_jsonloader}
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-glib-devel = %{version}
|
Requires: %{name}-glib-devel = %{version}
|
||||||
Requires: %{name}-jsonloader%{_soname_jsonloader} = %{version}
|
Requires: %{name}-jsonloader%{soname_jsonloader} = %{version}
|
||||||
Requires: pkgconfig(dbus-glib-1)
|
Requires: pkgconfig(dbus-glib-1)
|
||||||
Requires: pkgconfig(json-glib-1.0)
|
Requires: pkgconfig(json-glib-1.0)
|
||||||
|
|
||||||
%description jsonloader-devel
|
%description jsonloader-devel
|
||||||
This package contains the development files for the dbusmenu-jsonloader library.
|
This package contains the development files for the dbusmenu-jsonloader library.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%global _configure ../configure
|
%global _configure ../configure
|
||||||
NOCONFIGURE=1 sh autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
export V=1
|
for ver in 2 3; do
|
||||||
mkdir -p build-gtk2 build-gtk3
|
mkdir build-gtk$ver
|
||||||
|
pushd build-gtk$ver
|
||||||
pushd build-gtk2
|
%configure \
|
||||||
%configure --disable-scrollkeeper --enable-gtk-doc --enable-introspection \
|
--disable-static \
|
||||||
--with-gtk=2 --disable-static
|
--disable-scrollkeeper \
|
||||||
make %{?_smp_mflags}
|
--enable-gtk-doc \
|
||||||
popd
|
--enable-introspection \
|
||||||
|
--with-gtk=$ver
|
||||||
pushd build-gtk3
|
make %{?_smp_mflags}
|
||||||
%configure --disable-scrollkeeper --enable-gtk-doc --enable-introspection \
|
popd
|
||||||
--with-gtk=3 --disable-static
|
done
|
||||||
make %{?_smp_mflags}
|
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
pushd build-gtk2
|
for ver in 2 3; do
|
||||||
%make_install
|
pushd build-gtk$ver
|
||||||
popd
|
%make_install
|
||||||
|
popd
|
||||||
|
done
|
||||||
|
|
||||||
pushd build-gtk3
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%make_install
|
|
||||||
popd
|
|
||||||
|
|
||||||
# Remove libtool files
|
# Put documentation in correct directory.
|
||||||
find %{buildroot} -type f -name '*.la' -delete
|
mkdir -p %{buildroot}%{_docdir}/%{name}-tools/
|
||||||
|
mv -f %{buildroot}%{_datadir}/doc/%{name}/README.dbusmenu-bench \
|
||||||
|
%{buildroot}%{_docdir}/%{name}-tools/
|
||||||
|
|
||||||
# Put documentation in correct directory
|
# Put examples in correct documentation directory.
|
||||||
install -dm755 %{buildroot}%{_docdir}/%{name}-tools/
|
mkdir -p %{buildroot}%{_docdir}/%{name}-glib-devel/examples/
|
||||||
mv %{buildroot}%{_datadir}/doc/%{name}/README.dbusmenu-bench \
|
mv -f %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
||||||
%{buildroot}%{_docdir}/%{name}-tools/
|
%{buildroot}%{_docdir}/%{name}-glib-devel/examples/
|
||||||
|
|
||||||
# Put examples in correct documentation directory
|
%post glib%{soname_glib} -p /sbin/ldconfig
|
||||||
install -dm755 %{buildroot}%{_docdir}/%{name}-glib-devel/examples/
|
|
||||||
mv %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
|
||||||
%{buildroot}%{_docdir}/%{name}-glib-devel/examples/
|
|
||||||
|
|
||||||
%post glib%{_soname_glib} -p /sbin/ldconfig
|
%postun glib%{soname_glib} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun glib%{_soname_glib} -p /sbin/ldconfig
|
%post gtk%{soname_gtk2} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post gtk%{_soname_gtk2} -p /sbin/ldconfig
|
%postun gtk%{soname_gtk2} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun gtk%{_soname_gtk2} -p /sbin/ldconfig
|
%post gtk3-%{soname_gtk3} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post gtk3-%{_soname_gtk3} -p /sbin/ldconfig
|
%postun gtk3-%{soname_gtk3} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun gtk3-%{_soname_gtk3} -p /sbin/ldconfig
|
%post jsonloader%{soname_jsonloader} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post jsonloader%{_soname_jsonloader} -p /sbin/ldconfig
|
%postun jsonloader%{soname_jsonloader} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun jsonloader%{_soname_jsonloader} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libexecdir}/dbusmenu-bench
|
%{_libexecdir}/dbusmenu-bench
|
||||||
%{_libexecdir}/dbusmenu-dumper
|
%{_libexecdir}/dbusmenu-dumper
|
||||||
%{_libexecdir}/dbusmenu-testapp
|
%{_libexecdir}/dbusmenu-testapp
|
||||||
@ -263,19 +243,19 @@ mv %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
|||||||
%doc %dir %{_docdir}/%{name}-tools/
|
%doc %dir %{_docdir}/%{name}-tools/
|
||||||
%doc %{_docdir}/%{name}-tools/README.dbusmenu-bench
|
%doc %{_docdir}/%{name}-tools/README.dbusmenu-bench
|
||||||
|
|
||||||
%files glib%{_soname_glib}
|
%files glib%{soname_glib}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/libdbusmenu-glib.so.%{_soname_glib}*
|
%{_libdir}/libdbusmenu-glib.so.%{soname_glib}*
|
||||||
|
|
||||||
%files -n typelib-1_0-Dbusmenu-0_4
|
%files -n typelib-1_0-Dbusmenu-0_4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/girepository-1.0/Dbusmenu-0.4.typelib
|
%{_libdir}/girepository-1.0/Dbusmenu-0.4.typelib
|
||||||
|
|
||||||
%files glib-devel
|
%files glib-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%dir %{_includedir}/libdbusmenu-glib-0.4/
|
%dir %{_includedir}/libdbusmenu-glib-0.4/
|
||||||
%dir %{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-glib/
|
%dir %{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-glib/
|
||||||
%{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-glib/client.h
|
%{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-glib/client.h
|
||||||
@ -296,22 +276,22 @@ mv %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
|||||||
|
|
||||||
%files glib-doc
|
%files glib-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%doc %{_datadir}/gtk-doc/html/libdbusmenu-glib/
|
%doc %{_datadir}/gtk-doc/html/libdbusmenu-glib/
|
||||||
|
|
||||||
%files gtk%{_soname_gtk2}
|
%files gtk%{soname_gtk2}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/libdbusmenu-gtk.so.%{_soname_gtk2}*
|
%{_libdir}/libdbusmenu-gtk.so.%{soname_gtk2}*
|
||||||
|
|
||||||
%files -n typelib-1_0-DbusmenuGtk-0_4
|
%files -n typelib-1_0-DbusmenuGtk-0_4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/girepository-1.0/DbusmenuGtk-0.4.typelib
|
%{_libdir}/girepository-1.0/DbusmenuGtk-0.4.typelib
|
||||||
|
|
||||||
%files gtk-devel
|
%files gtk-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%dir %{_includedir}/libdbusmenu-gtk-0.4/
|
%dir %{_includedir}/libdbusmenu-gtk-0.4/
|
||||||
%dir %{_includedir}/libdbusmenu-gtk-0.4/libdbusmenu-gtk/
|
%dir %{_includedir}/libdbusmenu-gtk-0.4/libdbusmenu-gtk/
|
||||||
%{_includedir}/libdbusmenu-gtk-0.4/libdbusmenu-gtk/client.h
|
%{_includedir}/libdbusmenu-gtk-0.4/libdbusmenu-gtk/client.h
|
||||||
@ -325,19 +305,19 @@ mv %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
|||||||
%dir %{_datadir}/vala/vapi/
|
%dir %{_datadir}/vala/vapi/
|
||||||
%{_datadir}/vala/vapi/DbusmenuGtk-0.4.vapi
|
%{_datadir}/vala/vapi/DbusmenuGtk-0.4.vapi
|
||||||
|
|
||||||
%files gtk3-%{_soname_gtk3}
|
%files gtk3-%{soname_gtk3}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/libdbusmenu-gtk3.so.%{_soname_gtk3}*
|
%{_libdir}/libdbusmenu-gtk3.so.%{soname_gtk3}*
|
||||||
|
|
||||||
%files -n typelib-1_0-DbusmenuGtk3-0_4
|
%files -n typelib-1_0-DbusmenuGtk3-0_4
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/girepository-1.0/DbusmenuGtk3-0.4.typelib
|
%{_libdir}/girepository-1.0/DbusmenuGtk3-0.4.typelib
|
||||||
|
|
||||||
%files gtk3-devel
|
%files gtk3-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%dir %{_includedir}/libdbusmenu-gtk3-0.4/
|
%dir %{_includedir}/libdbusmenu-gtk3-0.4/
|
||||||
%dir %{_includedir}/libdbusmenu-gtk3-0.4/libdbusmenu-gtk/
|
%dir %{_includedir}/libdbusmenu-gtk3-0.4/libdbusmenu-gtk/
|
||||||
%{_includedir}/libdbusmenu-gtk3-0.4/libdbusmenu-gtk/client.h
|
%{_includedir}/libdbusmenu-gtk3-0.4/libdbusmenu-gtk/client.h
|
||||||
@ -353,17 +333,17 @@ mv %{buildroot}%{_datadir}/doc/%{name}/examples/glib-server-nomenu.c \
|
|||||||
|
|
||||||
%files gtk-doc
|
%files gtk-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%doc %{_datadir}/gtk-doc/html/libdbusmenu-gtk/
|
%doc %{_datadir}/gtk-doc/html/libdbusmenu-gtk/
|
||||||
|
|
||||||
%files jsonloader%{_soname_jsonloader}
|
%files jsonloader%{soname_jsonloader}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%{_libdir}/libdbusmenu-jsonloader.so.%{_soname_jsonloader}*
|
%{_libdir}/libdbusmenu-jsonloader.so.%{soname_jsonloader}*
|
||||||
|
|
||||||
%files jsonloader-devel
|
%files jsonloader-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS COPYING*
|
%doc COPYING* NEWS
|
||||||
%dir %{_includedir}/libdbusmenu-glib-0.4/
|
%dir %{_includedir}/libdbusmenu-glib-0.4/
|
||||||
%dir %{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-jsonloader/
|
%dir %{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-jsonloader/
|
||||||
%{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-jsonloader/json-loader.h
|
%{_includedir}/libdbusmenu-glib-0.4/libdbusmenu-jsonloader/json-loader.h
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4ce24179f398cf7c55727bd68d3d93f5f9ac8b7601651cab067923d41aec701
|
|
||||||
size 2367871
|
|
3
libdbusmenu_12.10.3+15.04.20150410.2.orig.tar.gz
Normal file
3
libdbusmenu_12.10.3+15.04.20150410.2.orig.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cc6eebd2b706275d2882fe345837c629a069179c7fb91b39fff11fd1531fc68
|
||||||
|
size 2368887
|
Loading…
Reference in New Issue
Block a user