rpms/bareftp/F-11 fix-gnome-keyring-sharp-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 bareftp.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.3, 1.4

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon Jan 25 16:58:26 UTC 2010


Author: itamarjp

Update of /cvs/pkgs/rpms/bareftp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32446/F-11

Modified Files:
	.cvsignore bareftp.spec import.log sources 
Added Files:
	fix-gnome-keyring-sharp-pkgconfig.patch 
Log Message:
- new version 0.3.1


fix-gnome-keyring-sharp-pkgconfig.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix-gnome-keyring-sharp-pkgconfig.patch ---
diff -ruNp a/bareftp-0.3.1/configure.ac b/bareftp-0.3.1/configure.ac
--- a/bareftp-0.3.1/configure.ac	2010-01-02 23:37:10.000000000 -0200
+++ b/bareftp-0.3.1/configure.ac	2010-01-25 14:25:45.490146977 -0200
@@ -79,7 +79,7 @@ AC_ARG_WITH([keyring],
   [with_keyring=yes])
 
 if test x"$with_keyring" != xno ; then
-  PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp])
+  PKG_CHECK_MODULES([GNOME_KEYRING_SHARP], [gnome-keyring-sharp-1.0])
   AC_SUBST([GNOME_KEYRING_SHARP_LIBS])
   CSC_DEFINES="$CSC_DEFINES -d:HAVE_GNOME_KEYRING"
 else


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	28 Jun 2009 00:36:16 -0000	1.3
+++ .cvsignore	25 Jan 2010 16:58:26 -0000	1.4
@@ -1 +1 @@
-bareftp-0.2.3.tar.gz
+bareftp-0.3.1.tar.gz


Index: bareftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-11/bareftp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bareftp.spec	28 Jun 2009 00:36:16 -0000	1.3
+++ bareftp.spec	25 Jan 2010 16:58:26 -0000	1.4
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           bareftp
-Version:        0.2.3
-Release:        2%{?dist}
+Version:        0.3.1
+Release:        1%{?dist}
 Summary:        File transfer client supporting the FTP, FTP over SSL/TLS (FTPS) and SSH
 
 Group:          Applications/Internet
@@ -27,10 +27,21 @@ BuildRequires:  gnome-desktop-sharp-deve
 BuildRequires:  gtk-sharp2-gapi
 BuildRequires:  gtk-sharp2-devel
 BuildRequires:  mono-devel
+BuildRequires:  gnome-keyring-sharp-devel
+
+
+#temporary buildrequires
+BuildRequires:  autoconf
+
 
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 
+ExcludeArch: sparc64
+
+
+Patch0:  fix-gnome-keyring-sharp-pkgconfig.patch
+
 %description
 bareFTP is a file transfer client supporting the FTP, FTP over SSL/TLS (FTPS)
 and SSH File Transfer Protocol (SFTP). It is written in C#, targeting the Mono
@@ -40,6 +51,9 @@ software released under the terms of the
 %prep
 %setup -q
 
+%patch0 -p2
+%{__autoconf}
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -54,6 +68,10 @@ do
    desktop-file-validate $file
 done
 
+find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+
+
 %find_lang %name
 
 %clean
@@ -90,13 +108,24 @@ fi
 %{_libdir}/%{name}/bareFTP.Protocol.Ftp.dll
 %{_libdir}/%{name}/bareFTP.Protocol.Sftp.dll
 %{_libdir}/%{name}/bareFTP.Protocol.dll
+%{_libdir}/%{name}/bareFTP.SftpPty.dll
+%{_libdir}/%{name}/libsftppty.so
 %{_libdir}/%{name}/bareftp.exe
 %{_bindir}/%{name}
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
 %{_datadir}/applications/%{name}.desktop
-
+%{_mandir}/man1/bareftp*
 
 %changelog
+* Mon Jan 25 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.3.1-1
+- New Version 0.3.1
+
+* Mon Oct 26 2009 Dennis Gilmore <dennis at ausil.us> - 0.2.3-4
+- Exclude sparc64 no mono available
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jun 27 2009 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 0.2.3-2
 - fix buildrequires
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	28 Jun 2009 00:36:16 -0000	1.3
+++ import.log	25 Jan 2010 16:58:26 -0000	1.4
@@ -1,3 +1,4 @@
 bareftp-0_2_2-2_fc11:F-11:bareftp-0.2.2-2.fc11.src.rpm:1240849368
 bareftp-0_2_2-3_fc11:F-11:bareftp-0.2.2-3.fc11.src.rpm:1243703935
 bareftp-0_2_3-2_fc11:F-11:bareftp-0.2.3-2.fc11.src.rpm:1246149263
+bareftp-0_3_1-1_fc13:F-11:bareftp-0.3.1-1.fc13.src.rpm:1264438626


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	28 Jun 2009 00:36:16 -0000	1.3
+++ sources	25 Jan 2010 16:58:26 -0000	1.4
@@ -1 +1 @@
-bd1cdf22f6215144945b21d693b5ab0e  bareftp-0.2.3.tar.gz
+8bd9d0f323346b15d1737637c11b8dba  bareftp-0.3.1.tar.gz



More information about the scm-commits mailing list