diff --git a/.cvsignore b/.cvsignore index e69de29..004f7f5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gupnp-av-0.2.1.tar.gz diff --git a/gupnp-av.spec b/gupnp-av.spec new file mode 100644 index 0000000..73205e9 --- /dev/null +++ b/gupnp-av.spec @@ -0,0 +1,76 @@ +Name: gupnp-av +Version: 0.2.1 +Release: 3%{?dist} +Summary: GUPnP-AV is 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/gupnp-av/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: glib2-devel +BuildRequires: libxml2-devel +BuildRequires: libsoup-devel +BuildRequires: gssdp-devel +BuildRequires: gupnp-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 gupnp-av +Group: Development/Libraries +Requires: gupnp-av = %{version}-%{release} +Requires: pkgconfig +Requires: gtk-doc + +%description devel +Files for development with gupnp-av. + +%prep +%setup -q + +%build +%configure --disable-static +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT%{_libdir}/libgupnp-av-1.0.la + +%clean +rm -rf $RPM_BUILD_ROOT + +%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,-) +%{_datadir}/gtk-doc/html/gupnp-av/ +%{_includedir}/gupnp-av-1.0/libgupnp-av +%{_libdir}/pkgconfig/gupnp-av-1.0.pc +%{_libdir}/libgupnp-av-1.0.so + +%changelog +* Fri Aug 29 2008 Peter Robinson 0.2.1-3 +- Some spec file cleanups + +* Tue Jun 17 2008 Peter Robinson 0.2.1-2 +- Fix build on rawhide + +* Tue Jun 17 2008 Peter Robinson 0.2.1-1 +- Initial release diff --git a/import.log b/import.log new file mode 100644 index 0000000..63fbdbd --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +gupnp-av-0_2_1-3_fc9:HEAD:gupnp-av-0.2.1-3.fc9.src.rpm:1220638049 diff --git a/sources b/sources index e69de29..7e4806c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +af9898820fe57b93387d17f32121367d gupnp-av-0.2.1.tar.gz