Browse Source

system-config-printer: update
freerdp: add BR: alsa-lib-devel
libssh: add pkgconfig file
remmina: change BR: vte3-devel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9670 ec354946-7b23-47d6-9f5a-488ba84defc7

Takemikaduchi 8 years ago
parent
commit
daf34605fc

+ 6 - 2
f/freerdp/freerdp-vl.spec

@@ -2,7 +2,7 @@ Name:           freerdp
 Summary:        Remote Desktop Protocol client
 Summary(ja):    リモートデスクトッププロトコルクライアント
 Version:        1.0.2
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          Applications/Internet
 License:        GPLv2+
@@ -27,6 +27,7 @@ BuildRequires:  libXdamage-devel
 BuildRequires:  libXv-devel
 BuildRequires:  libxkbfile-devel
 BuildRequires:  pulseaudio-libs-devel
+BuildRequires:  alsa-lib-devel
 BuildRequires:  cups-devel
 BuildRequires:  pcsc-lite-devel
 BuildRequires:  desktop-file-utils
@@ -111,7 +112,7 @@ EOF
         -DWITH_XINERAMA=ON \
         -DWITH_XKBFILE=ON \
         -DWITH_XV=ON \
-        -DWITH_ALSA=OFF \
+        -DWITH_ALSA=ON \
         -DWITH_CUNIT=OFF \
         -DWITH_DIRECTFB=OFF \
         -DWITH_FFMPEG=OFF \
@@ -175,6 +176,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.2-2
+- add BuildRequires: alsa-lib-devel
+
 * Tue Sep 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.2-1
 - update to 1.0.2
 - fixed typo in Group

+ 10 - 1
lib/libs/libssh/libssh-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):    SSH2プロトコルを実装するためのライブラリ
 
 Name:           libssh
 Version:        0.4.8
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -17,6 +17,9 @@ Patch11:        CVE-2012-4561.patch
 Patch12:        CVE-2012-4562.patch
 ## based Red Hat BTS #871614
 Patch13:        CVE-2012-4560.patch
+
+Patch100:		libssh-0.4.8-pkgconfig.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  openssl-devel
@@ -37,6 +40,7 @@ Summary:         Development files for %{name}
 Summary(ja):     %{name} の開発ファイル
 Group:           Development/Libraries
 Requires:        %{name} = %{version}-%{release}
+Requires:        pkgconfig
 
 %description devel
 The %{name}-devel package contains libraries and header files for
@@ -48,6 +52,7 @@ developing applications that use %{name}.
 %patch11 -p 1 -b .CVE-2012-4561
 %patch12 -p 1 -b .CVE-2012-4562
 %patch13 -p 1 -b .CVE-2012-4560
+%patch100 -p0 -b .pkgconfig
 
 %build
 mkdir -p %{_target_platform}
@@ -81,8 +86,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-3
+- add Patch100 (libssh-0.4.8-pkgconfig.patch)
+
 * Mon Dec  3 2012 IWAI, Masaharu <iwai@alib.jp> 0.4.8-2
 - SECURITY FIX:
  - add patches from Debian libssh 0.4.5-3+squeeze1

+ 11 - 3
r/remmina/remmina-vl.spec

@@ -2,7 +2,7 @@ Summary: 	Remote Desktop Connection utility
 Summary(ja): 	リモートデスクトップ接続ユーティリティ
 Name: 		remmina
 Version: 	1.0.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 License: 	GPLv2+ and MIT
 Group: 		User Interface/Desktops
@@ -38,9 +38,11 @@ Patch11:        remmina-1.0.0-fix-memory-leak.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=819976
 Patch20:        remmina-1.0.0-dsofix.patch
 
+Patch100:		remmina-1.0.0-vte3.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  gtk3-devel
-BuildRequires:  vte290-devel
+BuildRequires:  vte3-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libssh-devel
 BuildRequires:  avahi-ui-devel
@@ -200,7 +202,7 @@ client.
 %prep
 %setup -qn FreeRDP-Remmina-356c033
 
-#cp %{SOURCE10} remmina/po/ja.po
+cp %{SOURCE10} remmina/po/ja.po
 
 %patch0 -p1 -b .fix-library-name
 %patch1 -p1 -b .linker-error
@@ -215,6 +217,8 @@ client.
 
 %patch20 -p0 -b .dsofix
 
+%patch100 -p1 -b .vte3
+
 # Don't hardcode libdir
 sed -i "s,/lib/remmina/plugins,/%{_lib}/remmina/plugins,g" CMakeLists.txt
 
@@ -343,6 +347,10 @@ fi
 %{_datadir}/icons/hicolor/*/emblems/remmina-xdmcp.png
 
 %changelog
+* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.0-3
+- change BuildRequires: vte3-devel  instead of vte290-devel
+- add Pach100 (remmina-1.0.0-vte3.patch)
+
 * Mon Jan 12 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.0.0-2
 - rebuilt with libgcrypt 1.6.0 and gnutls 3.2.20
 - modified BR: vte290-devel instead of vte3-devel

+ 15 - 4
s/system-config-printer/system-config-printer-vl.spec

@@ -7,8 +7,8 @@
 Summary: A printer administration tool
 Summary(ja): プリンタ管理ツール
 Name: system-config-printer
-Version: 1.4.4
-Release: 2%{?_dist_release}
+Version: 1.4.8
+Release: 1%{?_dist_release}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -19,6 +19,7 @@ Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
 
 Source10: %{name}-1.3.2-ja.po
 
+Patch0: pycups-1.9.66-cups-server-remote-printers.patch
 Patch21: %{name}-1.3.2-ppd-translation.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -26,6 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: cups-devel >= 1.2
 BuildRequires: glib2-devel
 BuildRequires: python-devel >= 2.5
+BuildRequires: gnutls-devel
 BuildRequires: libsmbclient-devel >= 3.2
 BuildRequires: desktop-file-utils >= 0.2.92
 BuildRequires: gettext
@@ -44,11 +46,10 @@ Requires: desktop-file-utils
 Requires: dbus-x11
 Requires: system-config-printer-libs = %{version}-%{release}
 Requires: gnome-icon-theme
-Requires: gnome-python
-Requires: gnome-python-gnomekeyring
 Requires: notification-daemon
 Requires: notify-python
 Requires: libxml2-python
+Requires: libgnome-keyring
 
 Obsoletes: system-config-printer-gui <= 0.6.152
 Provides: system-config-printer-gui = 0.6.152
@@ -87,6 +88,9 @@ printers.
 %prep
 %setup -q -a 1 -a 2
 
+pushd pycups-%{pycups_version}
+%patch0 -p1 -b .pycups
+popd
 %patch21 -p1 -b .ppd-translation
 
 cp -f %{SOURCE10} po/ja.po
@@ -177,11 +181,18 @@ exit 0
 %{_datadir}/%{name}/xml/*.py*
 %dir %{_datadir}/%{name}/ui
 %{_datadir}/%{name}/ui/*.ui
+%{_datadir}/appdata/system-config-printer.appdata.xml
 %{_datadir}/applications/system-config-printer.desktop
 %{_sysconfdir}/xdg/autostart/print-applet.desktop
 %{_mandir}/man1/*
 
 %changelog
+* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.8-1
+- update to 1.4.8
+- add BuildRequires: gnutls-devel
+- remove Requires: gnome-python, gnome-python-gnomekeyrin
+- add Patch0 (pycups-1.9.66-cups-server-remote-printers.patch)
+
 * Fri Jun 27 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.4-2
 - add Requires: python-pycurl