]> git.pld-linux.org Git - packages/gssdp.git/blame - gssdp.spec
- updated to 0.8.2
[packages/gssdp.git] / gssdp.spec
CommitLineData
71402369
JB
1Summary: GObject-based SSDP (Simple Service Discovery Protocol) library
2Summary(pl.UTF-8): Biblioteka SSDP (Simple Service Discovery Protocol) oparta na GObject
2b51c964 3Name: gssdp
71402369
JB
4# note: 0.8.x is stable, 0.9.x unstable
5Version: 0.8.2
19e13164 6Release: 1
f90f18b8 7License: LGPL v2+
2b51c964 8Group: Libraries
71402369
JB
9#Source0Download: http://gupnp.org/download
10Source0: http://gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz
11# Source0-md5: 7a3d3f421986a52f3df641297d9598b1
2b51c964 12URL: http://gupnp.org/
f90f18b8 13BuildRequires: autoconf >= 2.53
2b51c964 14BuildRequires: automake >= 1:1.9
3b97e52a 15BuildRequires: docbook-dtd412-xml
71402369 16BuildRequires: glib2-devel >= 1:2.18
8725a0f3 17BuildRequires: gobject-introspection-devel >= 0.6.4
71402369 18BuildRequires: gtk+2-devel >= 2:2.12
f90f18b8 19BuildRequires: gtk-doc >= 1.0
c316406b 20BuildRequires: libsoup-devel >= 2.4.0
2b51c964 21BuildRequires: libtool >= 2:1.5
f90f18b8 22BuildRequires: pkgconfig
71402369
JB
23Requires: glib2 >= 1:2.18
24Requires: gtk+2 >= 2:2.12
2b51c964 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
71402369
JB
28GSSDP is a GObject-based API that implements resource discovery and
29announcement over SSDP (Simple Service Discovery Protocol).
2b51c964 30
f90f18b8 31%description -l pl.UTF-8
71402369
JB
32GSSDP to oparte na bibliotece GObject API implementujące wykrywanie i
33rozgłaszanie zasobów przy użyciu protokołu SSDP (Simple Service
34Discovery Protocol).
f90f18b8 35
2b51c964 36%package devel
71402369
JB
37Summary: Header files for GSSDP
38Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GSSDP
2b51c964 39Group: Development/Libraries
40Requires: %{name} = %{version}-%{release}
71402369 41Requires: glib2-devel >= 1:2.18
3473168a 42Requires: libsoup-devel >= 2.4.0
2b51c964 43
44%description devel
71402369 45This package contains header files for GSSDP library.
2b51c964 46
f90f18b8 47%description devel -l pl.UTF-8
71402369 48Ten pakiet zawiera pliki nagłówkowe biblioteki GSSDP.
f90f18b8 49
2b51c964 50%package static
71402369
JB
51Summary: Static GSSDP library
52Summary(pl.UTF-8): Statyczna biblioteka GSSDP
2b51c964 53Group: Development/Libraries
54Requires: %{name}-devel = %{version}-%{release}
55
56%description static
71402369 57Static GSSDP library.
2b51c964 58
59%description static -l pl.UTF-8
71402369 60Statyczna biblioteka GSSDP.
2b51c964 61
62%package apidocs
71402369
JB
63Summary: GSSDP API documentation
64Summary(pl.UTF-8): Dokumentacja API GSSDP
2b51c964 65Group: Documentation
66Requires: gtk-doc-common
67
68%description apidocs
71402369 69GSSDP API documentation.
2b51c964 70
71%description apidocs -l pl.UTF-8
71402369 72Dokumentacja API GSSDP.
2b51c964 73
74%prep
75%setup -q
76
77%build
d3f7563e 78mkdir m4
2b51c964 79%{__gtkdocize}
80%{__libtoolize}
d3f7563e 81%{__aclocal} -I m4
2b51c964 82%{__autoconf}
83%{__autoheader}
84%{__automake}
85%configure \
71402369 86 --disable-silent-rules \
3473168a 87 --enable-gtk-doc \
71402369 88 --with-html-dir=%{_gtkdocdir}
3473168a 89
2b51c964 90%{__make}
91
92%install
93rm -rf $RPM_BUILD_ROOT
94
95%{__make} install \
96 DESTDIR=$RPM_BUILD_ROOT
97
98%clean
99rm -rf $RPM_BUILD_ROOT
100
101%post -p /sbin/ldconfig
102%postun -p /sbin/ldconfig
103
104%files
105%defattr(644,root,root,755)
71402369 106%doc AUTHORS ChangeLog NEWS README
a0028d9a 107%attr(755,root,root) %{_bindir}/gssdp-device-sniffer
f90f18b8 108%attr(755,root,root) %{_libdir}/libgssdp-1.0.so.*.*.*
4585aa2c 109%attr(755,root,root) %ghost %{_libdir}/libgssdp-1.0.so.2
8725a0f3 110%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
4585aa2c 111%{_datadir}/gssdp
2b51c964 112
2b51c964 113%files devel
114%defattr(644,root,root,755)
f90f18b8 115%attr(755,root,root) %{_libdir}/libgssdp-1.0.so
2b51c964 116%{_libdir}/libgssdp-1.0.la
8725a0f3 117%{_datadir}/gir-1.0/GSSDP-1.0.gir
f90f18b8 118%{_includedir}/gssdp-1.0
2b51c964 119%{_pkgconfigdir}/gssdp-1.0.pc
120
121%files static
122%defattr(644,root,root,755)
123%{_libdir}/libgssdp-1.0.a
124
125%files apidocs
126%defattr(644,root,root,755)
127%{_gtkdocdir}/gssdp
This page took 0.090294 seconds and 4 git commands to generate.