gssdp/gssdp.spec

128 lines
3.4 KiB
RPMSpec
Raw Normal View History

2008-08-12 19:02:13 +00:00
Name: gssdp
2009-02-23 15:46:11 +00:00
Version: 0.6.4
Release: 4%{?dist}
2008-11-22 17:13:43 +00:00
Summary: Resource discovery and announcement over SSDP
2008-08-12 19:02:13 +00:00
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
Source0: http://www.gupnp.org/sources/gssdp/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig
BuildRequires: libsoup-devel >= 2.4
BuildRequires: dbus-glib-devel
2009-02-23 15:46:11 +00:00
BuildRequires: glib2-devel >= 2.18
2008-08-12 19:02:13 +00:00
BuildRequires: libxml2-devel
BuildRequires: GConf2-devel
BuildRequires: gtk2-devel
2008-12-18 10:37:30 +00:00
BuildRequires: gtk-doc
2008-08-12 19:02:13 +00:00
BuildRequires: NetworkManager-devel
BuildRequires: libglade2-devel
Requires: dbus
%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
2008-11-22 17:13:43 +00:00
GUPnP API is intended to be easy to use, efficient and flexible.
2008-08-12 19:02:13 +00:00
%package devel
Summary: Development package for gssdp
Group: Development/Libraries
2009-03-04 22:43:43 +00:00
Requires: %{name} = %{version}-%{release}
2009-03-04 23:02:39 +00:00
Requires: libsoup-devel >= 2.4
Requires: glib2-devel >= 2.18
2008-08-12 19:02:13 +00:00
Requires: pkgconfig
%description devel
Files for development with gssdp.
2009-03-04 22:43:43 +00:00
%package docs
Summary: Documentation files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
2009-03-04 23:02:39 +00:00
Requires: gtk-doc
2009-03-04 22:43:43 +00:00
BuildArch: noarch
%description docs
This package contains developer documentation for %{name}.
2008-08-12 19:02:13 +00:00
%prep
%setup -q
%build
%configure --disable-static
2009-08-07 12:24:11 +00:00
make %{?_smp_mflags} V=1
2008-08-12 19:02:13 +00:00
%install
2009-08-07 12:24:11 +00:00
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
2008-08-12 19:02:13 +00:00
%clean
2009-08-07 12:24:11 +00:00
rm -rf %{buildroot}
2008-08-12 19:02:13 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README NEWS
2008-08-31 12:14:48 +00:00
%dir %{_datadir}/gssdp
2008-08-12 19:02:13 +00:00
%{_bindir}/gssdp-device-sniffer
%{_libdir}/libgssdp-1.0.so.1
%{_libdir}/libgssdp-1.0.so.1.0.0
%{_datadir}/gssdp/gssdp-device-sniffer.glade
2008-08-12 19:02:13 +00:00
%files devel
%defattr(-,root,root,-)
%{_libdir}/libgssdp-1.0.so
2008-08-31 12:14:48 +00:00
%{_libdir}/pkgconfig/gssdp-1.0.pc
%{_includedir}/gssdp-1.0
2008-08-12 19:02:13 +00:00
2009-03-04 22:43:43 +00:00
%files docs
%defattr(-,root,root,-)
2009-08-07 12:24:11 +00:00
%{_datadir}/gtk-doc/html/%{name}
2009-03-04 22:43:43 +00:00
2008-08-12 19:02:13 +00:00
%changelog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-03-04 22:43:43 +00:00
* Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.4-3
- Move docs to noarch subpackage
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-23 15:46:11 +00:00
* Mon Feb 23 2009 Peter Robinson <pbrobinson@gmail.com> 0.6.4-1
- New upstream release
2008-12-18 10:37:30 +00:00
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-3
- Add gtk-doc build req
2008-11-22 17:13:43 +00:00
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-2
- Fix summary
2008-10-27 16:38:49 +00:00
* Mon Oct 27 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.3-1
- New upstream version
2008-08-31 12:14:48 +00:00
* Sun Aug 31 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.2-1
- New upstream version
* Tue Aug 26 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-4
- Move glade files from devel to main rpm
2008-08-12 19:02:13 +00:00
* Tue Aug 12 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-3
- Patch to fix the build in rawhide
* Fri Aug 8 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-2
- Updates based on feedback
* Mon May 19 2008 Peter Robinson <pbrobinson@gmail.com> 0.6.1-1
- Initial package