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

Itamar Reis Peixoto itamarjp at fedoraproject.org
Mon Jan 25 16:56:11 UTC 2010


Author: itamarjp

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

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-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Jun 2009 23:43:09 -0000	1.3
+++ .cvsignore	25 Jan 2010 16:56:10 -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-12/bareftp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- bareftp.spec	26 Oct 2009 19:40:52 -0000	1.6
+++ bareftp.spec	25 Jan 2010 16:56:10 -0000	1.7
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           bareftp
-Version:        0.2.3
-Release:        4%{?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,12 +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
@@ -42,6 +51,9 @@ software released under the terms of the
 %prep
 %setup -q
 
+%patch0 -p2
+%{__autoconf}
+
 %build
 %configure
 make %{?_smp_mflags}
@@ -56,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
@@ -92,13 +108,18 @@ 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
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-12/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	28 Jun 2009 00:23:05 -0000	1.4
+++ import.log	25 Jan 2010 16:56:10 -0000	1.5
@@ -2,3 +2,4 @@ bareftp-0_2_2-2_fc11:HEAD:bareftp-0.2.2-
 bareftp-0_2_2-3_fc11:HEAD:bareftp-0.2.2-3.fc11.src.rpm:1243704090
 bareftp-0_2_3-1_fc11:HEAD:bareftp-0.2.3-1.fc11.src.rpm:1246146089
 bareftp-0_2_3-2_fc11:HEAD:bareftp-0.2.3-2.fc11.src.rpm:1246148534
+bareftp-0_3_1-1_fc13:F-12:bareftp-0.3.1-1.fc13.src.rpm:1264438520


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bareftp/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Jun 2009 23:43:09 -0000	1.3
+++ sources	25 Jan 2010 16:56:10 -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