View | Details | Raw Unified | Return to bug 31184
Collapse All | Expand All

(-)a/remmina.spec (-7 / +12 lines)
Lines 1-6 Link Here
1
Name: remmina
1
Name: remmina
2
Version: 1.1.2
2
Version: 1.1.2
3
Release: alt1
3
Release: alt2
4
Summary: Remote Desktop Client
4
Summary: Remote Desktop Client
5
5
6
Group: Networking/Remote access
6
Group: Networking/Remote access
Lines 32-41 Files required to build plugins for remmina Link Here
32
%package plugins
32
%package plugins
33
Summary: A set of plugins for remmina
33
Summary: A set of plugins for remmina
34
Group: Networking/Remote access
34
Group: Networking/Remote access
35
Requires: freerdp-plugins-standard
35
Requires: %name freerdp-plugins-standard
36
36
37
%description plugins
37
%description plugins
38
A set of plugins for remote desktop client - remmina
38
A set of plugins for %name remote desktop client
39
39
40
%package plugins-gnome
40
%package plugins-gnome
41
Summary: A set of plugins-gnome for remmina
41
Summary: A set of plugins-gnome for remmina
Lines 43-49 Group: Networking/Remote access Link Here
43
Requires: %name-plugins
43
Requires: %name-plugins
44
44
45
%description plugins-gnome
45
%description plugins-gnome
46
A set of plugins-gnome for remote desktop client - remmina
46
A set of plugins-gnome for %name remote desktop client
47
47
48
%prep
48
%prep
49
%setup
49
%setup
Lines 53-59 sed -i '/target_link_libraries/s/)/ -lgnutls)/' remmina-plugins/vnc/CMakeLists.t Link Here
53
%build
53
%build
54
%cmake	-DWITH_APPINDICATOR=OFF \
54
%cmake	-DWITH_APPINDICATOR=OFF \
55
	-DWITH_TELEPATHY=OFF \
55
	-DWITH_TELEPATHY=OFF \
56
	-DCMAKE_INSTALL_LIBDIR=%_lib
56
	-DCMAKE_INSTALL_LIBDIR=%_lib \
57
	-DREMMINA_PLUGINDIR=%_libdir/remmina/plugins
57
	
58
	
58
%make_build -C BUILD
59
%make_build -C BUILD
59
60
Lines 86-95 subst "s|@VERSION@|%version|g" %buildroot%_pkgconfigdir/%name.pc Link Here
86
%_libdir/remmina/plugins/remmina-plugins-gnome.so
87
%_libdir/remmina/plugins/remmina-plugins-gnome.so
87
88
88
%files devel
89
%files devel
89
%_includedir/%name
90
#_includedir/%name
90
%_pkgconfigdir/*
91
%_pkgconfigdir/*
91
92
92
%changelog
93
%changelog
94
* Tue Aug 04 2015 Michael Shigorin <mike@altlinux.org> 1.1.2-alt2
95
- fixed plugins path on non-x86_64
96
- fixed build (closes: #31184)
97
- added missing R: %name (closes: #27266)
98
93
* Sat Mar 21 2015 Mikhail Kolchin <mvk@altlinux.org> 1.1.2-alt1
99
* Sat Mar 21 2015 Mikhail Kolchin <mvk@altlinux.org> 1.1.2-alt1
94
- new version
100
- new version
95
101
96
- 

Return to bug 31184