rpms/gnome-rdp/devel gnome-keyring-version.patch, NONE, 1.1 gnome-rdp.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John Anderson janderson at fedoraproject.org
Mon Oct 27 13:31:44 UTC 2008


Author: janderson

Update of /cvs/pkgs/rpms/gnome-rdp/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6126/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-keyring-version.patch gnome-rdp.spec import.log 
Log Message:

* Mon Oct 27 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.3-2
- Initial upload of approved package


gnome-keyring-version.patch:

--- NEW FILE gnome-keyring-version.patch ---
--- gnome-rdp-orig/gnome-rdp.build	2008-08-14 09:08:53.000000000 -0500
+++ gnome-rdp-0.2.3/gnome-rdp.build	2008-08-14 09:09:30.000000000 -0500
@@ -69,7 +69,7 @@
 				<package name="vte-sharp-0.16" />
 				<package name="glade-sharp-2.0" />
 				<package name="gnome-sharp-2.0" />
-				<package name="gnome-keyring-sharp" />
+				<package name="gnome-keyring-sharp-1.0" />
 			</pkg-references>
 			<references>
 				<include name="System.dll" />


--- NEW FILE gnome-rdp.spec ---
%define debug_package %{nil}

Name:           gnome-rdp        
Version:        0.2.3
Release:        2%{?dist}
Summary:        Remote Desktop Protocol client for the GNOME desktop environment

Group:          Applications/Internet
License:        GPLv3+
URL:            http://sourceforge.net/projects/gnome-rdp
Source0:        http://downloads.sourceforge.net/%name/%{name}-%{version}.tar.gz
Patch0:         gnome-keyring-version.patch 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

# Various Mono dependencies are not available for ppc64; mostly listed in bug 241850.
# nant is not available for ppc
ExcludeArch:    ppc
ExcludeArch:    ppc64

BuildRequires:  nant
BuildRequires:  glib2-devel >= 2.15.3
BuildRequires:  gtk2-devel >= 2.12.0  
BuildRequires:  mono-devel >= 1.9
BuildRequires:  mono-data-sqlite >= 1.9
BuildRequires:  gtk-sharp2-devel >= 1.9
BuildRequires:  gnome-sharp-devel >= 2.16.1
BuildRequires:  gnome-desktop-sharp >= 2.20.1
BuildRequires:  gnome-desktop-sharp-devel >= 2.20.1
BuildRequires:  gnome-keyring-sharp-devel
BuildRequires:  gettext
BuildRequires:  perl(XML::Parser)
BuildRequires:  intltool
BuildRequires:  libtool
BuildRequires:  desktop-file-utils
BuildRequires:  vnc
BuildRequires:  rdesktop
BuildRequires:  openssh-clients
BuildRequires:  gnome-terminal

Requires:       rdesktop >= 1.6.0

%description
gnome-rdp is a Remote Desktop Protocol client for the GNOME desktop
environment. It supports RDP, VNC and SSH. Configured sessions can be saved to
the built in list.

%prep
%setup -q

%patch0 -p1

%build
nant -D:prefix=%{_prefix} -D:libdir=%{_libdir}

%install
rm -rf %{buildroot}
nant -D:DESTDIR=%{buildroot} -D:libdir=%{_libdir} install
desktop-file-install --vendor=""                           \
    --remove-category="Internet"                             \
    --delete-original                                        \
    --dir=%{buildroot}%{_datadir}/applications               \
    %{buildroot}%{_datadir}/applications/gnome-rdp.desktop
%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%doc AUTHORS
%doc README
%doc ChangeLog
%{_bindir}/gnome-rdp
%{_libdir}/gnome-rdp/
%{_datadir}/applications/gnome-rdp.desktop
%{_mandir}/man1/%{name}.1.gz
%{_datadir}/pixmaps/gnome-rdp.png

%changelog
* Thu Sep 11 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.3-2
- Changed licensing in package to GPL3 to match upstream
- Removed DESTDIR from build command

* Tue Aug 26 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.3-1
- New upstream release
- Now using nant build
- Better description
- Added ssh, vnc requirements
- Listed reasons for excludes

* Thu Aug 07 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.2.3-5
- Fixed startup script to work on i386 and x86_64, builds in koji, runs on fc10 alpha

* Tue Jul 22 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.2.3-4
- Fixed sqlite dependency for x86_64, added excludes for ppc

* Mon Jul 21 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.2.3-3	
- Fixed VTE sharp dependencies

* Wed Jul 16 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.2.3-2
- Fixed comments from Christoph Wickert and Guido Ledermann per review (#448717)

* Tue May 27 2008 John Anderson <john.e.anderson at gmail.com> - 0.2.2.3-1
- Initial build.


--- NEW FILE import.log ---
gnome-rdp-0_2_3-2_fc9:HEAD:gnome-rdp-0.2.3-2.fc10.src.rpm:1225114162


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-rdp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Oct 2008 04:39:30 -0000	1.1
+++ .cvsignore	27 Oct 2008 13:31:13 -0000	1.2
@@ -0,0 +1 @@
+gnome-rdp-0.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-rdp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Oct 2008 04:39:30 -0000	1.1
+++ sources	27 Oct 2008 13:31:13 -0000	1.2
@@ -0,0 +1 @@
+1297c536e8d84c05113bc744d6829b54  gnome-rdp-0.2.3.tar.gz




More information about the scm-commits mailing list