Merged upstream into tizen 66/84766/3 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.143158 accepted/tizen/3.0.m2/tv/20170104.143551 accepted/tizen/3.0.m2/wearable/20170104.143948 accepted/tizen/3.0/common/20161114.110635 accepted/tizen/3.0/ivi/20161011.044143 accepted/tizen/3.0/mobile/20161015.033027 accepted/tizen/3.0/tv/20161016.004702 accepted/tizen/3.0/wearable/20161015.082841 accepted/tizen/common/20160907.154052 accepted/tizen/ivi/20160908.003445 accepted/tizen/mobile/20160908.003345 accepted/tizen/tv/20160908.003402 accepted/tizen/wearable/20160908.003430 submit/tizen/20160907.003541 submit/tizen_3.0.m2/20170104.093752 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000002 submit/tizen_3.0_mobile/20161015.000002 submit/tizen_3.0_tv/20161015.000002 submit/tizen_3.0_wearable/20161015.000002
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 22 Aug 2016 08:31:37 +0000 (17:31 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 22 Aug 2016 08:38:54 +0000 (17:38 +0900)
Change-Id: I8558bb118478d814a43d52f7460dfdc6016a4dfd
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
1  2 
packaging/gssdp.spec

index 828f7b4,0000000..d3ad1c4
mode 100644,000000..100644
--- /dev/null
@@@ -1,84 -1,0 +1,84 @@@
- Source0:    http://download.gnome.org/sources/%{name}/0.14/%{name}-%{version}.tar.bz2
 +%if "%{profile}" == "ivi"
 +%define intro yes
 +%else
 +%define intro no
 +%endif
 +
 +Name:       gssdp
 +Summary:    GSSDP implements resource discovery and announcement over SSDP
 +Version:    0.14.4
 +Release:    1
 +Group:      System/Libraries
 +License: LGPL-2.0+
 +URL:        http://www.gupnp.org
++Source0:    http://download.gnome.org/sources/%{name}/0.14/%{name}-%{version}.tar.xz
 +Requires:   dbus
 +Requires:   libsoup
 +BuildRequires:  pkgconfig(dbus-glib-1)
 +BuildRequires:  pkgconfig(glib-2.0)
 +BuildRequires:  pkgconfig(libxml-2.0)
 +#BuildRequires:  pkgconfig(gconf-2.0)
 +BuildRequires:  pkgconfig(libsoup-2.4)
 +%if "%{profile}" == "ivi"
 +BuildRequires:  gobject-introspection-devel
 +BuildRequires:  vala
 +%endif
 +
 +
 +%description
 +GSSDP implements resource discovery and announcement over SSDP and is part
 +of gUPnP.  GUPnP is an object-oriented open source framework for creating
 +UPnP devices and control points, written in C using GObject and libsoup.
 +The GUPnP API is intended to be easy to use, efficient and flexible. GSSDP
 +implements resource discovery and announcement over SSDP.
 +
 +%package devel
 +Summary:    Development package for gssdp
 +Group:      Development/Libraries
 +LICENSE:    LGPL-2.0+
 +Requires:   %{name} = %{version}-%{release}
 +
 +%description devel
 +Development files for gssdp.
 +
 +%prep
 +%setup -q -n %{name}-%{version}
 +
 +%build
 +%configure --prefix=/usr --enable-introspection=%{intro} --enable-gtk-doc-html=no
 +
 +make %{?jobs:-j%jobs}
 +
 +%install
 +rm -rf %{buildroot}
 +%make_install
 +rm -rf %{buildroot}/usr/share/gtk-doc
 +mkdir -p %{buildroot}/usr/share/license
 +cp COPYING %{buildroot}/usr/share/license/%{name}
 +
 +%clean
 +rm -rf %{buildroot}
 +
 +%post
 +
 +%postun
 +
 +%files
 +%manifest %{name}.manifest
 +%defattr(-,root,root,-)
 +%doc
 +%{_libdir}/*.so*
 +/usr/share/license/%{name}
 +
 +%files devel
 +%defattr(-,root,root,-)
 +/usr/include/gssdp-1.0/*
 +#%{_libdir}/*.a
 +%{_libdir}/*.so
 +%{_libdir}/pkgconfig/*
 +%if "%{profile}" == "ivi"
 +%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
 +%{_datadir}/gir-1.0/GSSDP-1.0.gir
 +%{_datadir}/vala/vapi/gssdp-1.0.deps
 +%{_datadir}/vala/vapi/gssdp-1.0.vapi
 +%endif