mikedep333 / rpms / freerdp

Forked from rpms/freerdp 5 years ago
Clone
1cdcff4
%global commit0 bfcf8e78c7e3d5b338e1a4b952679a62aeebab5e
1cdcff4
%global date 20170419
cf7dc27
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
1f291fa
a3a4663
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
a3a4663
# "--with=x264" or "--with=openh264" to mock/rpmbuild; or by globally setting
a3a4663
# these variables:
341ab5d
a3a4663
#global _with_ffmpeg 1
a3a4663
#global _with_x264 1
a3a4663
#global _with_openh264 1
341ab5d
David Woodhouse e6586e3
Name:           freerdp
cf7dc27
Version:        2.0.0
1cdcff4
Release:        26%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
8900f24
Epoch:          2
4e27a32
Summary:        Free implementation of the Remote Desktop Protocol (RDP)
e403f4c
License:        ASL 2.0
0ba6ff3
URL:            http://www.freerdp.com/
cf7dc27
cf7dc27
Source0:        https://github.com/FreeRDP/FreeRDP/archive/%{commit0}/FreeRDP-%{commit0}.tar.gz#/FreeRDP-%{shortcommit0}.tar.gz
ff66fac
Patch0:         freerdp-aarch64.patch
0ba6ff3
4e27a32
BuildRequires:  alsa-lib-devel
4e27a32
BuildRequires:  cmake >= 2.8
4e27a32
BuildRequires:  cups-devel
4e27a32
BuildRequires:  gsm-devel
0ba6ff3
BuildRequires:  openssl-devel
4e27a32
BuildRequires:  libjpeg-turbo-devel
0ba6ff3
BuildRequires:  libX11-devel
0ba6ff3
BuildRequires:  libXcursor-devel
e403f4c
BuildRequires:  libXdamage-devel
4e27a32
BuildRequires:  libXext-devel
4e27a32
BuildRequires:  libXi-devel
4e27a32
BuildRequires:  libXinerama-devel
e403f4c
BuildRequires:  libxkbfile-devel
4e27a32
BuildRequires:  libXrandr-devel
4e27a32
BuildRequires:  libXv-devel
003e559
%{?_with_openh264:BuildRequires:  openh264-devel}
341ab5d
%{?_with_x264:BuildRequires:  x264-devel}
4e27a32
BuildRequires:  xmlto
4e27a32
BuildRequires:  zlib-devel
0ba6ff3
e4753be
BuildRequires:  pkgconfig(dbus-1)
e4753be
BuildRequires:  pkgconfig(dbus-glib-1)
e4753be
BuildRequires:  pkgconfig(glib-2.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-base-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-app-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-audio-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-fft-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-pbutils-1.0)
e4753be
BuildRequires:  pkgconfig(gstreamer-video-1.0)
e4753be
BuildRequires:  pkgconfig(krb5)
e4753be
BuildRequires:  pkgconfig(libpcsclite)
e4753be
BuildRequires:  pkgconfig(libpulse)
e4753be
BuildRequires:  pkgconfig(libsystemd)
e4753be
BuildRequires:  pkgconfig(openssl)
e4753be
BuildRequires:  pkgconfig(wayland-client)
e4753be
BuildRequires:  pkgconfig(wayland-scanner)
e4753be
BuildRequires:  pkgconfig(xkbcommon)
e4753be
e4753be
%{?_with_ffmpeg:
e4753be
BuildRequires:  pkgconfig(libavcodec)
e4753be
BuildRequires:  pkgconfig(libavutil)
e4753be
}
e4753be
0ba6ff3
Provides:       xfreerdp = %{version}-%{release}
eef3229
Requires:       %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
David Woodhouse e6586e3
Requires:       libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
0ba6ff3
e403f4c
%description
4e27a32
The xfreerdp Remote Desktop Protocol (RDP) client from the FreeRDP project.
0ba6ff3
4e27a32
xfreerdp can connect to RDP servers such as Microsoft Windows machines, xrdp and
4e27a32
VirtualBox.
0ba6ff3
0ba6ff3
%package        libs
0ba6ff3
Summary:        Core libraries implementing the RDP protocol
David Woodhouse e6586e3
Requires:       libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
064a459
Obsoletes:      %{name}-plugins < 1:1.1.0
4e27a32
Provides:       %{name}-plugins = %{?epoch}:%{version}-%{release}
0ba6ff3
%description    libs
e403f4c
libfreerdp-core can be embedded in applications.
0ba6ff3
e403f4c
libfreerdp-channels and libfreerdp-kbd might be convenient to use in X
e403f4c
applications together with libfreerdp-core.
0ba6ff3
e403f4c
libfreerdp-core can be extended with plugins handling RDP channels.
0ba6ff3
0ba6ff3
%package        devel
0ba6ff3
Summary:        Development files for %{name}
eef3229
Requires:       %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
0ba6ff3
Requires:       pkgconfig
4e27a32
Requires:       cmake >= 2.8
0ba6ff3
0ba6ff3
%description    devel
4e27a32
The %{name}-devel package contains libraries and header files for developing
4e27a32
applications that use %{name}-libs.
4e27a32
David Woodhouse 9d2cae9
%package        server
David Woodhouse 9d2cae9
Summary:        Server support for %{name}
David Woodhouse 9d2cae9
David Woodhouse 9d2cae9
%description    server
David Woodhouse 9d2cae9
The %{name}-server package contains servers which can export a desktop via
David Woodhouse 9d2cae9
the RDP protocol.
David Woodhouse 9d2cae9
David Woodhouse e6586e3
%package -n     libwinpr
4e27a32
Summary:        Windows Portable Runtime
David Woodhouse e6586e3
Provides:       %{name}-libwinpr = %{?epoch}:%{version}-%{release}
David Woodhouse e6586e3
Obsoletes:      %{name}-libwinpr < %{?epoch}:%{version}-%{release}
4e27a32
David Woodhouse e6586e3
%description -n libwinpr
4e27a32
WinPR provides API compatibility for applications targeting non-Windows
4e27a32
environments. When on Windows, the original native API is being used instead of
4e27a32
the equivalent WinPR implementation, without having to modify the code using it.
4e27a32
David Woodhouse e6586e3
%package -n     libwinpr-devel
4e27a32
Summary:        Windows Portable Runtime development files
David Woodhouse e6586e3
Requires:       libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
4e27a32
Requires:       pkgconfig
4e27a32
Requires:       cmake >= 2.8
0ba6ff3
David Woodhouse e6586e3
%description -n libwinpr-devel
4e27a32
The %{name}-libwinpr-devel package contains libraries and header files for
4e27a32
developing applications that use %{name}-libwinpr.
0ba6ff3
0ba6ff3
%prep
cf7dc27
%setup -qn FreeRDP-%{commit0}
ff66fac
%patch0 -p1 -b .aarch64
0ba6ff3
4e27a32
# Rpmlint fixes
4e27a32
find . -name "*.h" -exec chmod 664 {} \;
e4753be
find . -name "*.c" -exec chmod 664 {} \;
0ba6ff3
0ba6ff3
%build
8dd3328
%cmake %{?_cmake_skip_rpath} \
4e27a32
    -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
4e27a32
    -DWITH_ALSA=ON \
4e27a32
    -DWITH_CUPS=ON \
a3a4663
    -DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \
ed7c724
    -DWITH_CLIENT=ON \
4e27a32
    -DWITH_DIRECTFB=OFF \
a3a4663
    -DWITH_FFMPEG=%{?_with_ffmpeg:ON}%{?!_with_ffmpeg:OFF} \
4e27a32
    -DWITH_GSM=ON \
e4753be
    -DWITH_GSTREAMER_1_0=ON -DWITH_GSTREAMER_0_10=OFF \
4e27a32
    -DWITH_IPP=OFF \
4e27a32
    -DWITH_JPEG=ON \
e4753be
    -DWITH_KRB5=ON \
cf7dc27
    -DWITH_MANPAGES=ON \
a3a4663
    -DWITH_OPENH264=%{?_with_openh264:ON}%{?!_with_openh264:OFF} \
4e27a32
    -DWITH_OPENSSL=ON \
4e27a32
    -DWITH_PCSC=ON \
4e27a32
    -DWITH_PULSE=ON \
e4753be
    -DWITH_SERVER=ON -DWITH_SERVER_INTERFACE=ON \
cf7dc27
    -DWITH_WAYLAND=ON \
4e27a32
    -DWITH_X11=ON \
a3a4663
    -DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \
4e27a32
    -DWITH_XCURSOR=ON \
4e27a32
    -DWITH_XEXT=ON \
4e27a32
    -DWITH_XKBFILE=ON \
4e27a32
    -DWITH_XI=ON \
4e27a32
    -DWITH_XINERAMA=ON \
4e27a32
    -DWITH_XRENDER=ON \
a3a4663
    -DWITH_XTEST=OFF \
4e27a32
    -DWITH_XV=ON \
4e27a32
    -DWITH_ZLIB=ON \
e21895e
%ifarch x86_64
4e27a32
    -DWITH_SSE2=ON \
4e27a32
%else
4e27a32
    -DWITH_SSE2=OFF \
e21895e
%endif
6e45c4a
%ifarch armv7hl
4e27a32
    -DARM_FP_ABI=hard \
4e27a32
    -DWITH_NEON=OFF \
6e45c4a
%endif
6e45c4a
%ifarch armv7hnl
4e27a32
    -DARM_FP_ABI=hard \
4e27a32
    -DWITH_NEON=ON \
6e45c4a
%endif
6e45c4a
%ifarch armv5tel armv6l armv7l
4e27a32
    -DARM_FP_ABI=soft \
4e27a32
    -DWITH_NEON=OFF \
6e45c4a
%endif
4e27a32
    .
e403f4c
0ba6ff3
make %{?_smp_mflags}
0ba6ff3
David Woodhouse 859dfbe
pushd winpr/tools/makecert-cli
de35c61
make %{?_smp_mflags}
de35c61
popd
de35c61
0ba6ff3
%install
e4753be
%make_install
Orion Poplawski 239a27f
%make_install COMPONENT=tools
c104228
f60e733
find %{buildroot} -name "*.a" -delete
c104228
0ba6ff3
%post libs -p /sbin/ldconfig
0ba6ff3
0ba6ff3
%postun libs -p /sbin/ldconfig
0ba6ff3
David Woodhouse e6586e3
%post -n libwinpr -p /sbin/ldconfig
0ba6ff3
David Woodhouse e6586e3
%postun -n libwinpr -p /sbin/ldconfig
61f8b4a
0ba6ff3
%files
003e559
%{_bindir}/winpr-hash
dd20069
%{_bindir}/winpr-makecert
cf7dc27
%{_bindir}/wlfreerdp
0ba6ff3
%{_bindir}/xfreerdp
e4753be
%{_mandir}/man1/winpr-hash.1.*
e4753be
%{_mandir}/man1/winpr-makecert.1.*
e4753be
%{_mandir}/man1/wlfreerdp.1.*
e4753be
%{_mandir}/man1/xfreerdp.1.*
0ba6ff3
0ba6ff3
%files libs
cf7dc27
%license LICENSE
cf7dc27
%doc README ChangeLog
e4753be
%{_libdir}/freerdp2/
e4753be
%{_libdir}/libfreerdp-client2.so.*
e4753be
%{_libdir}/libfreerdp-server2.so.*
e4753be
%{_libdir}/libfreerdp-shadow2.so.*
e4753be
%{_libdir}/libfreerdp-shadow-subsystem2.so.*
e4753be
%{_libdir}/libfreerdp2.so.*
e4753be
%{_libdir}/libuwac0.so.*
15012fe
%{_mandir}/man7/wlog.*
0ba6ff3
0ba6ff3
%files devel
003e559
%{_includedir}/freerdp2
003e559
%{_includedir}/uwac0
003e559
%{_libdir}/cmake/FreeRDP2
003e559
%{_libdir}/cmake/FreeRDP-Client2
003e559
%{_libdir}/cmake/FreeRDP-Server2
003e559
%{_libdir}/cmake/FreeRDP-Shadow2
003e559
%{_libdir}/cmake/uwac0
e4753be
%{_libdir}/libfreerdp-client2.so
e4753be
%{_libdir}/libfreerdp-server2.so
e4753be
%{_libdir}/libfreerdp-shadow2.so
e4753be
%{_libdir}/libfreerdp-shadow-subsystem2.so
e4753be
%{_libdir}/libfreerdp2.so
e4753be
%{_libdir}/libuwac0.so
003e559
%{_libdir}/pkgconfig/freerdp2.pc
003e559
%{_libdir}/pkgconfig/freerdp-client2.pc
003e559
%{_libdir}/pkgconfig/freerdp-server2.pc
003e559
%{_libdir}/pkgconfig/freerdp-shadow2.pc
003e559
%{_libdir}/pkgconfig/uwac0.pc
0ba6ff3
David Woodhouse 9d2cae9
%files server
003e559
%{_bindir}/freerdp-shadow-cli
e4753be
%{_mandir}/man1/freerdp-shadow-cli.1.*
David Woodhouse 9d2cae9
David Woodhouse e6586e3
%files -n libwinpr
cf7dc27
%{!?_licensedir:%global license %%doc}
cf7dc27
%license LICENSE
cf7dc27
%doc README ChangeLog
e4753be
%{_libdir}/libwinpr2.so.*
e4753be
%{_libdir}/libwinpr-tools2.so.*
4e27a32
David Woodhouse e6586e3
%files -n libwinpr-devel
003e559
%{_libdir}/cmake/WinPR2
003e559
%{_includedir}/winpr2
e4753be
%{_libdir}/libwinpr2.so
e4753be
%{_libdir}/libwinpr-tools2.so
e4753be
%{_libdir}/pkgconfig/winpr2.pc
e4753be
%{_libdir}/pkgconfig/winpr-tools2.pc
0ba6ff3
0ba6ff3
%changelog
1cdcff4
* Thu Apr 20 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-26.20170419gitbfcf8e7
1cdcff4
- Update to latest 2.0 snapshot.
1cdcff4
Orion Poplawski 239a27f
* Thu Apr 13 2017 Orion Poplawski <orion@cora.nwra.com> - 2:2.0.0-25.20170317git8c68761
Orion Poplawski 239a27f
- Install tools via make install
Orion Poplawski 239a27f
722eeb2
* Wed Mar 22 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-24.20170317git8c68761
722eeb2
- Update to latest snapshot.
722eeb2
ed7c724
* Mon Mar 06 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-23.20170302git210de68
ed7c724
- Remove shared libxfreerdp-client shared library.
ed7c724
234a47c
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-22.20170302git210de68
234a47c
- Move libxfreerdp-client shared object into devel subpackage.
234a47c
e4753be
* Thu Mar 02 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-21.20170302git210de68
e4753be
- Update to latest snapshot.
e4753be
- Update build requirements, tune build options.
e4753be
a8e8b54
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-20.20161228git90877f5
a8e8b54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a8e8b54
ddef679
* Mon Jan 09 2017 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-19.20161228git90877f5
ddef679
- Update to latest snapshot.
ddef679
97d65a2
* Sat Dec 03 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-18.20161202gitd72ff5d
97d65a2
- Update to latest snapshot.
97d65a2
decfa11
* Fri Nov 04 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-17.20161103gitea24c1f
decfa11
- Update to latest snapshot.
decfa11
4b41a97
* Thu Oct 20 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-16.20161020gita6f4117
4b41a97
- Update to latest snapshot.
4b41a97
a57f244
* Fri Oct 14 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-15.20161014git9adc132
a57f244
- Update to latest snapshot.
a57f244
a3a4663
* Sat Oct 08 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-14.20161006git267dea9
a3a4663
- Update build options.
a3a4663
40f9277
* Sat Oct 08 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-13.20160909git267dea9
40f9277
- Update to latest snapshot.
40f9277
a6c6015
* Tue Sep 20 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-12.20160909git1855e36
a6c6015
- Update to latest snapshot, update release to follow packaging guidelines.
a6c6015
0337d9c
* Fri Aug 12 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-11.git.5b2455f
0337d9c
- Update to latest snapshot.
0337d9c
1fcb6fb
* Tue Jun 21 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-10.git.e86f7c2
1fcb6fb
- Update to latest sources.
1fcb6fb
19694be
* Tue Jun 07 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-9.git.aa15327
19694be
- Update to latest sources.
19694be
David Woodhouse 7c89204
* Tue May 24 2016 David Woodhouse <dwmw2@infradead.org> - 2:2.0.0-8.git.53de4b8
David Woodhouse 7c89204
- Update to latest sources
David Woodhouse 7c89204
David Woodhouse 859dfbe
* Fri May 20 2016 David Woodhouse <dwmw2@infradead.org> - 2:2.0.0-7.git.aeabb95
David Woodhouse 859dfbe
- Update to latest sources, adjust set of exported libraries.
David Woodhouse 859dfbe
003e559
* Thu Apr 21 2016 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-6.git.ca2d015
003e559
- Update to latest sources, adjust path of libraries.
003e559
- Add OpenH264 conditional.
003e559
c9d72ae
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-5.git.b02943a
c9d72ae
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c9d72ae
341ab5d
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-4.git.b02943a
341ab5d
- Add FFMpeg/x264 build conditional.
341ab5d
dd20069
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-3.git.b02943a
dd20069
- Move winpr-makecert into main package.
dd20069
de35c61
* Sun Dec 13 2015 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-2.git.b02943a
de35c61
- Update to latest snapshot.
de35c61
- Build winpr-makecert (#1288900).
de35c61
cf7dc27
* Sun Nov 15 2015 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-1.git.be8f8f7
cf7dc27
- Update to latest snapshot, remove upstreamed patches.
cf7dc27
- Update to new packaging guidelines for GitHub sources and license tag.
cf7dc27
- Adjust CMake options to latest release, enable Wayland backend.
cf7dc27
0be4a33
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:1.2.0-0.10.git.24a752a
0be4a33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0be4a33
8900f24
* Sun Mar 22 2015 Kalev Lember <kalevlember@gmail.com> - 2:1.2.0-0.9.git.24a752a
8900f24
- Bump epoch after the version downgrade
8900f24
David Woodhouse c21d26e
* Wed Mar 18 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.0-0.8.git.24a752a
David Woodhouse c21d26e
- Fix version number. No epoch++ since it was only in rawhide & f22-beta updates-testing.
David Woodhouse c21d26e
David Woodhouse d347a8c
* Tue Mar 17 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.1-0.2.git.24a752a
David Woodhouse d347a8c
- Revert to an older snapshot (+fixes) to fix guacamole-server build failure
David Woodhouse d347a8c
1f291fa
* Fri Mar 13 2015 Simone Caronni <negativo17@gmail.com> - 1:1.2.1-0.1.git.6ac7180
1f291fa
- Use packaging guidelines for Github snapshots.
1f291fa
- Version is now at 1.2.1-dev.
1f291fa
David Woodhouse 9d2cae9
* Fri Mar 13 2015 David Woodhouse <dwmw2@infradead.org> - 1:1.2.0-0.7.beta.1
David Woodhouse 9d2cae9
- Update to git snapshot (dfc12385) and enable server build
David Woodhouse 9d2cae9
Orion Poplawski a8547c7
* Thu Jan 15 2015 Orion Poplawski <orion@cora.nwra.com> - 1:1.2.0-0.6.beta.1
Orion Poplawski a8547c7
- Use better upstream patch to fix command line parsing
Orion Poplawski a8547c7
Orion Poplawski 5005bca
* Wed Jan 14 2015 Orion Poplawski <orion@cora.nwra.com> - 1:1.2.0-0.5.beta.1
Orion Poplawski 5005bca
- Add patch to fix command line parsing segfault (bug #1150349) and to
Orion Poplawski 5005bca
  fix old style command line options
Orion Poplawski 5005bca
27e6fc1
* Tue Dec 16 2014 Simone Caronni <negativo17@gmail.com> - 1:1.2.0-0.4.beta.1
27e6fc1
- Fix build on CMake 3.1.
27e6fc1
8063078
* Wed Nov 12 2014 Simone Caronni <negativo17@gmail.com> - 1:1.2.0-0.3.beta.1
8063078
- Update to latest 1.2.0 beta 1 refresh.
8063078
81bd7fc
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.2.0-0.2.beta.1
81bd7fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
81bd7fc
4e27a32
* Tue Jun 17 2014 Simone Caronni <negativo17@gmail.com> - 1:1.2.0-0.1.beta.1
4e27a32
- Update to latest 1.2.0 beta 1.
4e27a32
- Rename freerdp-libwinpr to libwinpr and create a separate libwinpr-devel
4e27a32
  subpackage now that is considered a different set of libraries.
4e27a32
- Put CMake files in devel subpackages.
4e27a32
- Enable new Gstreamer 1.0, OpenSSL, JPEG, GSM, Zlib, libXi and Xrandr support.
c70363f
- Disable static channels.
4e27a32
- Add new BuildRequires, build options and sort them.
4e27a32
- Fix rpmlint complaints.
4e27a32
- Align all description etc. to column 80.
4e27a32
- Remove desktop file for xfreerdp, it is command line only and has its own
4e27a32
  icon.
4e27a32
ff66fac
* Sat Jun  7 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1:1.1.0-0.12.beta.2013071101
ff66fac
- Fix aarch64
ff66fac
1d66cf7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.0-0.11.beta.2013071101
1d66cf7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1d66cf7
07b2e6d
* Tue Mar 25 2014 Mads Kiilerich <mads@kiilerich.com> - 1:1.1.0-0.10.beta.2013071101
07b2e6d
- Fix PulseAudio define
07b2e6d
80bd24a
* Sun Feb  2 2014 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1.0-0.9.beta.2013071101
80bd24a
- Install SVG icon.
80bd24a
8dd3328
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1:1.1.0-0.8.beta.2013071101
8dd3328
- Disable RPATH.
8dd3328
064a459
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 1.1.0-0.7.beta.2013071101
064a459
- Add missing epoch to freerdp-plugins obsoletes
064a459
eef3229
* Tue Sep 10 2013 Simone Caronni <negativo17@gmail.com> - 1.1.0-0.6.beta.2013071101
eef3229
- Add epoch to requirements.
eef3229
95bbb5a
* Tue Sep 10 2013 Simone Caronni <negativo17@gmail.com> - 1.1.0-0.5.beta.2013071101
95bbb5a
- Bump epoch.
95bbb5a
bcda01f
* Thu Sep 05 2013 Mads Kiilerich <mads@kiilerich.com> - 1.1.0-0.4.beta.2013071101
bcda01f
- libxfreerdp-client is needed ...
bcda01f
8e2290f
* Tue Sep 03 2013 Mads Kiilerich <mads@kiilerich.com> - 1.1.0-0.3.beta1
61f8b4a
- Add missing ldconfig for libwinpr
61f8b4a
- Based on patch from Simone Caronni:
289a88a
- Update to the latest beta 1 refresh (1.1.0-beta+2013071101).
7e2de74
- Remove obsolete defattr, Group and BuildRoot RPM tags for Fedora / RHEL 6+.
d8a3c7b
- Move license file and documentation to libwinpr subpackage so any combination
d8a3c7b
  of installed packages result in the LICENSE file available.
8e2290f
e21895e
* Sun Sep 01 2013 Mads Kiilerich <mads@kiilerich.com> - 1.1.0-0.2.beta1
e21895e
- SSE2 should only be used on x86_64
e21895e
6e45c4a
* Sun Sep 01 2013 Dennis Gilmore <dennis@ausil.us> - 1.1.0-0.1.beta1
6e45c4a
- disable neon on armv7hl and armv5tel
6e45c4a
- set arm floating point correctly for the different targets
6e45c4a
ed42e62
* Sun Sep 01 2013 Mads Kiilerich <mads@kiilerich.com> - 1.1.0-0.beta+2013071101
ed42e62
- Update to 1.1.0 beta1, add winpr package, drop plugins package.
ed42e62
- Drop unnecessary rm -rf of build roots.
ed42e62
dd609fd
* Sat Aug 31 2013 Mads Kiilerich <mads@kiilerich.com> - 1.0.2-4
dd609fd
- don't make freerdp.png executable
dd609fd
3fdfadc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-3
3fdfadc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
3fdfadc
c76f2aa
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
c76f2aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c76f2aa
631c525
* Wed Jan 02 2013 Mads Kiilerich <mads@kiilerich.com> - 1.0.2-1
631c525
- freerdp-1.0.2
631c525
8e49ef0
* Sun Sep 30 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-7
8e49ef0
- merge f17 1.0.1-6 - Backport fix for bug 816692
8e49ef0
527bd98
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-6
527bd98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
527bd98
3be4509
* Wed Feb 29 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-5
3be4509
- Use new upstream tar with standard naming
3be4509
- Use _isa for subpackage dependencies
3be4509
22ff34b
* Tue Feb 28 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-4
22ff34b
- Include patch for sending invalid extra data
22ff34b
c104228
* Tue Feb 28 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-3
c104228
- Install a freedesktop .desktop file and a high-res icon instead of relying on
c104228
  _NET_WM_ICON
c104228
36c1a51
* Sat Feb 25 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-2
36c1a51
- Explicit build requirement for xmlto - needed for EL6
36c1a51
e403f4c
* Wed Feb 22 2012 Mads Kiilerich <mads@kiilerich.com> - 1.0.1-1
e403f4c
- FreeRDP-1.0.1 - major upstream rewrite and relicensing under Apache license
e403f4c
6871ae5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-4
6871ae5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6871ae5
26d3d8b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
26d3d8b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
26d3d8b
5fb6ed0
* Fri Jan 28 2011 Mads Kiilerich <mads@kiilerich.com> - 0.8.2-2
5fb6ed0
- rebuild on rawhide because of broken dependencies
5fb6ed0
23f2c8d
* Tue Nov 16 2010 Mads Kiilerich <mads@kiilerich.com> - 0.8.2-1
23f2c8d
- freerdp-0.8.2
23f2c8d
0ba6ff3
* Mon Nov 08 2010 Mads Kiilerich <mads@kiilerich.com> - 0.8.1-2
0ba6ff3
- make -devel require pkgconfig
0ba6ff3
- first official Fedora package
0ba6ff3
0ba6ff3
* Sun Nov 07 2010 Mads Kiilerich <mads@kiilerich.com> - 0.8.1-1
0ba6ff3
- freerdp-0.8.1
0ba6ff3
0ba6ff3
* Sat Sep 25 2010 Mads Kiilerich <mads@kiilerich.com> - 0.7.4-2
0ba6ff3
- hack the generated libtool to not set rpath on x86_64
0ba6ff3
- configure with alsa explicitly
0ba6ff3
0ba6ff3
* Tue Aug 24 2010 Mads Kiilerich <mads@kiilerich.com> - 0.7.4-1
0ba6ff3
- freerdp-0.7.4
0ba6ff3
- cleanup of packaging structure
0ba6ff3
0ba6ff3
* Wed Jul 28 2010 Mads Kiilerich <mads@kiilerich.com> - 0.7.3-1
0ba6ff3
- 0.7.3
0ba6ff3
- fix some minor pylint warnings
0ba6ff3
0ba6ff3
* Fri Jul 23 2010 Mads Kiilerich <mads@kiilerich.com> - 0.7.2-2
0ba6ff3
- 0.7.2
0ba6ff3
- Address many comments from cwickert:
0ba6ff3
- - cleanup of old formatting, alignment with spectemplate-lib.spec and
0ba6ff3
    cwickert spec from #616193
0ba6ff3
- - add alsa as build requirement
0ba6ff3
- - remove superfluous configure options and disable static libs
0ba6ff3
- - add missing rpm groups
0ba6ff3
0ba6ff3
* Sun Jun 13 2010 Mads Kiilerich <mads@kiilerich.com> - 0.7.0-1
0ba6ff3
- First official release, first review request