rpms/gupnp-av/F-9 gupnp-av.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Sat Sep 6 14:35:28 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/gupnp-av/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25649/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	gupnp-av.spec import.log 
Log Message:
- Initial F-9 cvs import



--- NEW FILE gupnp-av.spec ---
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 at gmail.com> 0.2.1-3
- Some spec file cleanups

* Tue Jun 17 2008 Peter Robinson <pbrobinson at gmail.com> 0.2.1-2
- Fix build on rawhide

* Tue Jun 17 2008 Peter Robinson <pbrobinson at gmail.com> 0.2.1-1
- Initial release


--- NEW FILE import.log ---
gupnp-av-0_2_1-3_fc9:F-9:gupnp-av-0.2.1-3.fc9.src.rpm:1220711646


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-av/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Sep 2008 17:03:10 -0000	1.1
+++ .cvsignore	6 Sep 2008 14:34:58 -0000	1.2
@@ -0,0 +1 @@
+gupnp-av-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-av/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Sep 2008 17:03:10 -0000	1.1
+++ sources	6 Sep 2008 14:34:58 -0000	1.2
@@ -0,0 +1 @@
+af9898820fe57b93387d17f32121367d  gupnp-av-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list