- Initial cvs import
This commit is contained in:
parent
2d5dca1a16
commit
6440458a6e
@ -0,0 +1 @@
|
||||
gupnp-av-0.2.1.tar.gz
|
76
gupnp-av.spec
Normal file
76
gupnp-av.spec
Normal file
@ -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 <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
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
gupnp-av-0_2_1-3_fc9:HEAD:gupnp-av-0.2.1-3.fc9.src.rpm:1220638049
|
Loading…
Reference in New Issue
Block a user