gssdp/gssdp.spec

193 lines
5.5 KiB
RPMSpec
Raw Normal View History

Name: gssdp
2011-09-02 12:18:05 +00:00
Version: 0.12.0
2011-04-09 16:50:54 +00:00
Release: 1%{?dist}
Summary: Resource discovery and announcement over SSDP
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gupnp.org/
2011-09-02 12:18:05 +00:00
Source0: http://download.gnome.org/sources/%{name}/0.12/%{name}-%{version}.tar.xz
2008-08-12 19:02:13 +00:00
BuildRequires: dbus-glib-devel
BuildRequires: GConf2-devel
BuildRequires: glib2-devel
2010-04-11 16:00:29 +00:00
BuildRequires: gobject-introspection-devel
2008-08-12 19:02:13 +00:00
BuildRequires: gtk2-devel
2008-12-18 10:37:30 +00:00
BuildRequires: gtk-doc
BuildRequires: libsoup-devel
2010-04-09 19:27:26 +00:00
BuildRequires: libxml2-devel
2008-08-12 19:02:13 +00:00
BuildRequires: NetworkManager-devel
2010-04-09 19:27:26 +00:00
BuildRequires: pkgconfig
2008-08-12 19:02:13 +00:00
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}
Requires: libsoup-devel
Requires: glib2-devel
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}
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
2010-04-09 19:27:26 +00:00
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
make install DESTDIR=%{buildroot}
#Remove libtool archives.
find %{buildroot} -name '*.la' -exec rm -f {} ';'
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
2009-09-17 14:15:26 +00:00
%{_libdir}/libgssdp-1.0.so.*
%{_datadir}/gssdp/gssdp-device-sniffer.ui
2010-04-11 16:00:29 +00:00
%{_libdir}/girepository-1.0/GSSDP-1.0.typelib
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
2010-04-11 16:00:29 +00:00
%{_datadir}/gir-1.0/GSSDP-1.0.gir
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
2011-09-02 12:18:05 +00:00
* Fri Sep 2 2011 Zeeshan Ali <zeenix@redhat.com> - 0.12.0-1
- 0.12.0 release
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.12/gssdp-0.12.0.news
2011-08-05 09:27:59 +00:00
* Fri Aug 5 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.2-1
- 0.11.2 release
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.11/gssdp-0.11.2.news
2011-07-16 23:30:50 +00:00
* Sun Jul 17 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.1-1
- 0.11.1 release
- http://ftp.gnome.org/pub/GNOME/sources/gssdp/0.11/gssdp-0.11.1.news
2011-06-16 15:17:39 +00:00
* Thu Jun 16 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.0-1
- 0.11.0 release
2011-04-09 16:50:54 +00:00
* Sat Apr 9 2011 Peter Robinson <pbrobinson@gmail.com> - 0.10.0-1
- 0.10.0 stable release
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-28 23:42:56 +00:00
* Fri Jan 28 2011 Peter Robinson <pbrobinson@gmail.com> 0.9.2-1
- Update to 0.9.2
2010-12-02 09:55:45 +00:00
* Thu Dec 2 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.1-1
- Update to 0.9.1
2010-11-12 15:45:49 +00:00
* Fri Nov 12 2010 Peter Robinson <pbrobinson@gmail.com> 0.9.0-1
- Update to 0.9.0
2010-09-29 21:23:01 +00:00
* Wed Sep 29 2010 jkeating - 0.8.0-3
- Rebuilt for gcc bug 634757
2010-09-22 17:20:55 +00:00
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> 0.8.0-2
- Rebuild against newer gobject-introspection
2010-09-17 09:50:56 +00:00
* Fri Sep 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.8.0-1
- Update to 0.8.0
2010-08-17 09:22:10 +00:00
* Tue Aug 17 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-6
- Update source URL
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 0.7.2-5
- Rebuild with new gobject-introspection
* Mon Jun 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-4
- Fix the build with introspection enabled
* Wed Jun 16 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-3
- Drop gir-devel and gtk-doc requirements
2010-04-11 16:00:29 +00:00
* Sun Apr 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-2
- Enable gobject introspection support
2010-04-09 19:27:26 +00:00
* Fri Apr 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.2-1
- Update to 0.7.2
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.7.1-2
- Add patch to fix DSO linking. Fixes bug 564764
2009-12-04 18:42:22 +00:00
* Fri Dec 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.7.1-1
- Update to 0.7.1
2009-09-17 15:12:50 +00:00
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-2
- Remove unneeded libglade BR
2009-09-17 13:24:35 +00:00
* Thu Sep 17 2009 Bastien Nocera <bnocera@redhat.com> 0.7.0-1
- Update to 0.7.0
* 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