rpms/gtk-vnc/F-7 gtk-vnc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel P. Berrange (berrange) fedora-extras-commits at redhat.com
Fri Aug 17 20:40:29 UTC 2007


Author: berrange

Update of /cvs/pkgs/rpms/gtk-vnc/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21282

Modified Files:
	.cvsignore sources 
Added Files:
	gtk-vnc.spec 
Log Message:
Initial commit


--- NEW FILE gtk-vnc.spec ---
# -*- rpm-spec -*-

Summary: A GTK widget for VNC clients
Name: gtk-vnc
Version: 0.1.0
Release: 3%{?dist}
License: LGPLv2+
Group: Development/Libraries
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL: http://gtk-vnc.sf.net/
BuildRequires: gtk2-devel pygtk2-devel python-devel gnutls-devel

%description
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single threaded.

%package devel
Summary: Libraries, includes, etc. to compile with the gtk-vnc library
Group: Development/Libraries
Requires: %{name} = %{version}
Requires: pkgconfig
Requires: pygtk2-devel gtk2-devel gnutls-devel

%description devel
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single threaded.

Libraries, includes, etc. to compile with the gtk-vnc library

%package python
Summary: Python bindings for the gtk-vnc library
Group: Development/Libraries
Requires: %{name} = %{version}

%description python
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single threaded.

A module allowing use of the GTK-VNC widget from python

%prep
%setup -q

%build
%configure
make

%install
rm -fr %{buildroot}
make install DESTDIR=%{buildroot}
rm -f %{buildroot}%{_libdir}/*.a
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.a
rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la

%clean
rm -fr %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING.LIB
%{_libdir}/lib*.so.*

%files devel
%defattr(-, root, root)
%doc examples/gvncviewer.c
%{_libdir}/lib*.so
%dir %{_includedir}/%{name}-1.0/
%{_includedir}/%{name}-1.0/*.h
%{_libdir}/pkgconfig/%{name}-1.0.pc

%files python
%defattr(-, root, root)
%doc examples/gvncviewer.py
%{_libdir}/python*/site-packages/gtkvnc.so

%changelog
* Thu Aug 16 2007 Daniel P. Berrange <berrange at redhat.com> - 0.1.0-3.fc7
- Tweaked post scripts
- Removed docs from sub-packages
- Explicitly set license to LGPLv2+
- Remove use of macro for install rule

* Wed Aug 15 2007 Daniel P. Berrange <berrange at redhat.com> - 0.1.0-2.fc7
- Added gnutls-devel requirement to -devel package

* Wed Aug 15 2007 Daniel P. Berrange <berrange at redhat.com> - 0.1.0-1.fc7
- Initial official release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Aug 2007 18:50:20 -0000	1.1
+++ .cvsignore	17 Aug 2007 20:39:57 -0000	1.2
@@ -0,0 +1 @@
+gtk-vnc-0.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Aug 2007 18:50:20 -0000	1.1
+++ sources	17 Aug 2007 20:39:57 -0000	1.2
@@ -0,0 +1 @@
+f0781695819bd00d5ba160205723a3b4  gtk-vnc-0.1.0.tar.gz




More information about the fedora-extras-commits mailing list