127 lines
3.3 KiB
RPMSpec
127 lines
3.3 KiB
RPMSpec
Name: gupnp-av
|
|
Version: 0.4.1
|
|
Release: 2%{?dist}
|
|
Summary: A collection of helpers for building UPnP AV applications
|
|
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
URL: http://www.gupnp.org/
|
|
Source0: http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: gtk-doc
|
|
BuildRequires: gssdp-devel
|
|
BuildRequires: gupnp-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libsoup-devel
|
|
|
|
%description
|
|
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.
|
|
|
|
GUPnP-AV is a collection of helpers for building AV (audio/video)
|
|
applications using GUPnP.
|
|
|
|
%package devel
|
|
Summary: Development package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: gssdp-devel
|
|
Requires: gupnp-devel
|
|
Requires: pkgconfig
|
|
|
|
%description devel
|
|
Files for development with %{name}.
|
|
|
|
%package docs
|
|
Summary: Documentation files for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: gtk-doc
|
|
BuildArch: noarch
|
|
|
|
%description docs
|
|
This package contains developer documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure --disable-static
|
|
make %{?_smp_mflags} V=1
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
#Remove libtool archives.
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README
|
|
%{_libdir}/libgupnp-av-1.0.so.1
|
|
%{_libdir}/libgupnp-av-1.0.so.1.0.0
|
|
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/gupnp-av-1.0
|
|
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
|
|
%{_libdir}/libgupnp-av-1.0.so
|
|
|
|
%files docs
|
|
%defattr(-,root,root,-)
|
|
%{_datadir}/gtk-doc/html/%{name}
|
|
|
|
%changelog
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Tue Jun 9 2009 Peter Robinson <pbrobinson@gmail.com> 0.4.1-1
|
|
- New upstream release
|
|
|
|
* Sun Apr 12 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
|
|
- New upstream release
|
|
|
|
* Wed Mar 4 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-3
|
|
- Move docs to noarch subpackage
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Tue Feb 3 2009 Peter Robinson <pbrobinson@gmail.com> 0.3.1-1
|
|
- New upstream release
|
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.3-1
|
|
- New upstream release
|
|
|
|
* Thu Dec 18 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-7
|
|
- Add gtk-doc build req
|
|
|
|
* Mon Dec 1 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-6
|
|
- Fix directory ownership
|
|
|
|
* Sat Nov 22 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-5
|
|
- Update package summary
|
|
|
|
* Mon Oct 20 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-4
|
|
- Add some requires for the devel package
|
|
|
|
* Fri Aug 29 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-3
|
|
- Some spec file cleanups
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-2
|
|
- Fix build on rawhide
|
|
|
|
* Tue Jun 17 2008 Peter Robinson <pbrobinson@gmail.com> 0.2.1-1
|
|
- Initial release
|