rpms/gupnp-tools/devel gupnp-tools.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
Fri Oct 24 15:14:51 UTC 2008


Author: pbrobinson

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

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



--- NEW FILE gupnp-tools.spec ---
Name:           gupnp-tools
Version:        0.6.1
Release:        1%{?dist}
Summary:        GUPnP-tools is a collection of dev tools utilising GUPnP and GTK+

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://www.gupnp.org/
Source0:        http://www.gupnp.org/sources/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: gupnp-devel
BuildRequires: gupnp-av-devel
BuildRequires: gssdp-devel
BuildRequires: gtk2-devel
BuildRequires: libglade2-devel
BuildRequires: libsoup-devel
BuildRequires: e2fsprogs-devel
BuildRequires: gnome-icon-theme
BuildRequires: desktop-file-utils

%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-tools is a collection of developer tools utilising GUPnP and GTK+. 
It features a universal control point application as well as a sample 
DimmableLight v1.0 implementation. 

%prep
%setup -q

%build
%configure --disable-static
make %{?_smp_mflags}

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

desktop-file-install --vendor=gupnp \
--delete-original --dir=%{buildroot}%{_datadir}/applications \
%{buildroot}/%{_datadir}/applications/gupnp-av-cp.desktop

desktop-file-install --vendor=gupnp \
--delete-original --dir=%{buildroot}%{_datadir}/applications \
%{buildroot}/%{_datadir}/applications/gupnp-network-light.desktop

desktop-file-install --vendor=gupnp \
--delete-original --dir=%{buildroot}%{_datadir}/applications \
%{buildroot}/%{_datadir}/applications/gupnp-universal-cp.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%dir %{_datadir}/gupnp-tools/
%dir %{_datadir}/gupnp-tools/pixmaps/
%dir %{_datadir}/gupnp-tools/xml/
%{_bindir}/gupnp-network-light
%{_bindir}/gupnp-universal-cp
%{_bindir}/gupnp-av-cp
%{_datadir}/applications/gupnp-av-cp.desktop
%{_datadir}/applications/gupnp-network-light.desktop
%{_datadir}/applications/gupnp-universal-cp.desktop
%{_datadir}/gupnp-tools/*.glade
%{_datadir}/gupnp-tools/pixmaps/*.png
%{_datadir}/gupnp-tools/xml/*.xml

%changelog
* Mon Sep 29 2008 Peter Robinson <pbrobinson at gmail.com> 0.6.1-1
- New upstream release

* Sat Aug 30 2008 Peter Robinson <pbrobinson at gmail.com> 0.6-2
- spec file review updates

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


--- NEW FILE import.log ---
gupnp-tools-0_6_1-1_fc9:HEAD:gupnp-tools-0.6.1-1.fc9.src.rpm:1224861100


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Oct 2008 20:06:03 -0000	1.1
+++ .cvsignore	24 Oct 2008 15:14:21 -0000	1.2
@@ -0,0 +1 @@
+gupnp-tools-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Oct 2008 20:06:03 -0000	1.1
+++ sources	24 Oct 2008 15:14:21 -0000	1.2
@@ -0,0 +1 @@
+27d3a55eae2243661f49a7cf40e1e195  gupnp-tools-0.6.1.tar.gz




More information about the fedora-extras-commits mailing list