rpms/gupnp-vala/devel gupnp-vala.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
Tue Mar 10 21:31:22 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/gupnp-vala/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11950/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gupnp-vala.spec import.log 
Log Message:
- Initial import



--- NEW FILE gupnp-vala.spec ---
Name:           gupnp-vala
Version:        0.5.3
Release:        2%{?dist}
Summary:        GUPnP is a upnp framework. This adds vala language bindings

Group:          Development/Languages
License:        LGPLv2+
URL:            http://www.gupnp.org/
Source0:        http://www.gupnp.org/sources/bindings/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:     noarch
BuildRequires: vala-devel >= 0.5.7
BuildRequires: vala-tools >= 0.5.7
BuildRequires: gssdp-devel >= 0.6.4
BuildRequires: gupnp-devel >= 0.12.6
BuildRequires: gupnp-av-devel
BuildRequires: gupnp-ui-devel
BuildRequires: libsoup-devel
Requires: pkgconfig
Requires: vala >= 0.5.7

%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. 

This package adds vala language bindings

%prep
%setup -q

%build
# The generated files are noarch, but configure need to be told the
# real host alias for building
%configure --target=%{_host_alias}
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%check
make check

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
# Exclude as file is empty
%exclude %{_datadir}/vala/vapi/gssdp-1.0.deps
%{_datadir}/vala/vapi/gssdp-1.0.vapi
%{_datadir}/vala/vapi/gupnp-1.0.deps
%{_datadir}/vala/vapi/gupnp-1.0.vapi
%{_datadir}/vala/vapi/gupnp-av-1.0.deps
%{_datadir}/vala/vapi/gupnp-av-1.0.vapi
%{_datadir}/vala/vapi/gupnp-ui-1.0.deps
%{_datadir}/vala/vapi/gupnp-ui-1.0.vapi
%{_libdir}/pkgconfig/gupnp-vala-1.0.pc

%changelog
* Tue Mar 10 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.3-2
- Patch for noarch and some reqs thanks to Michel Salim

* Wed Feb 25 2009 Peter Robinson <pbrobinson at gmail.com> 0.5.3-1
- New upstream version, review request fixes, update spec for new version

* Wed Jan 14 2009 Peter Robinson <pbrobinson at gmail.com> 0.5-1
- New upstream version

* Wed Dec 31 2008 Peter Robinson <pbrobinson at gmail.com> 0.4-1
- Update to new version to fix compile with newer vala and gupnp releases

* Wed Jul 9 2008 Peter Robinson <pbrobinson at gmail.com> 0.2-2
- Fixed dep on vala-tools

* Wed Jul 9 2008 Peter Robinson <pbrobinson at gmail.com> 0.2-1
- Initial release


--- NEW FILE import.log ---
gupnp-vala-0_5_3-2_fc10:HEAD:gupnp-vala-0.5.3-2.fc10.src.rpm:1236720599


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-vala/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Mar 2009 20:19:00 -0000	1.1
+++ .cvsignore	10 Mar 2009 21:30:52 -0000	1.2
@@ -0,0 +1 @@
+gupnp-vala-0.5.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-vala/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Mar 2009 20:19:00 -0000	1.1
+++ sources	10 Mar 2009 21:30:52 -0000	1.2
@@ -0,0 +1 @@
+34d95c3dddfc699bc560bbe9088839bf  gupnp-vala-0.5.3.tar.gz




More information about the fedora-extras-commits mailing list