diff --git a/.cvsignore b/.cvsignore index e69de29..2a75624 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gupnp-0.12.2.tar.gz diff --git a/gupnp.spec b/gupnp.spec new file mode 100644 index 0000000..464c2d3 --- /dev/null +++ b/gupnp.spec @@ -0,0 +1,92 @@ +Name: gupnp +Version: 0.12.2 +Release: 1%{?dist} +Summary: GUPnP is an framework for creating UPnP devices & control points + +Group: System Environment/Libraries +License: LGPLv2+ +URL: http://www.gupnp.org/ +Source0: http://www.gupnp.org/sources/gupnp/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: libxml2-devel +BuildRequires: gssdp-devel >= 0.6 +BuildRequires: glib2-devel +BuildRequires: libsoup-devel +BuildRequires: libxml2-devel +BuildRequires: e2fsprogs-devel + +Requires: dbus + +%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. + +%package devel +Summary: Development package for gupnp +Group: Development/Libraries +Requires: gupnp = %{version}-%{release} +Requires: pkgconfig +Requires: gtk-doc + +%description devel +Files for development with gupnp. + +%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-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-1.0.so.2 +%{_libdir}/libgupnp-1.0.so.2.0.0 +%{_bindir}/gupnp-binding-tool + +%files devel +%defattr(-,root,root,-) +%{_datadir}/gtk-doc/html/gupnp +%{_libdir}/pkgconfig/gupnp-1.0.pc +%{_libdir}/libgupnp-1.0.so +%{_includedir}/gupnp-1.0 + +%changelog +* Sun Aug 31 2008 Peter Robinson 0.12.2-1 +- New upstream release + +* Thu Aug 28 2008 Peter Robinson 0.12.1-7 +- Yet again. Interesting it builds fine in mock and not koji + +* Thu Aug 28 2008 Peter Robinson 0.12.1-6 +- Once more with feeling + +* Thu Aug 28 2008 Peter Robinson 0.12.1-5 +- Second go + +* Thu Aug 28 2008 Peter Robinson 0.12.1-4 +- Fix build on rawhide + +* Wed Aug 13 2008 Peter Robinson 0.12.1-3 +- Fix changelog entries + +* Wed Aug 13 2008 Peter Robinson 0.12.1-2 +- Fix a compile issue on rawhide + +* Mon Jun 16 2008 Peter Robinson 0.12.1-1 +- Initial release diff --git a/import.log b/import.log new file mode 100644 index 0000000..a4508e8 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +gupnp-0_12_2-1_fc9:F-9:gupnp-0.12.2-1.fc9.src.rpm:1220638261 diff --git a/sources b/sources index e69de29..020c885 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +5350f5f28fb3742779702a496ab75d72 gupnp-0.12.2.tar.gz