Revert "Really update release"

This reverts commit 08cebe7c04 which
was mostly accidental noise from building a parallel-installable
freerdp2 package for F23. Oops; sorry!
This commit is contained in:
David Woodhouse 2016-05-24 16:21:30 +01:00
parent 08cebe7c04
commit e6586e3b0d
1 changed files with 16 additions and 16 deletions

View File

@ -8,9 +8,9 @@
# %%global _with_x264 1 # %%global _with_x264 1
# %%global _with_openh264 1 # %%global _with_openh264 1
Name: freerdp2 Name: freerdp
Version: 2.0.0 Version: 2.0.0
Release: 7%{?shortcommit0:.git.%{shortcommit0}}%{?dist} Release: 6%{?shortcommit0:.git.%{shortcommit0}}%{?dist}
Epoch: 2 Epoch: 2
Summary: Free implementation of the Remote Desktop Protocol (RDP) Summary: Free implementation of the Remote Desktop Protocol (RDP)
License: ASL 2.0 License: ASL 2.0
@ -49,7 +49,7 @@ BuildRequires: zlib-devel
Provides: xfreerdp = %{version}-%{release} Provides: xfreerdp = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{?epoch}:%{version}-%{release}
Requires: libwinpr2%{?_isa} = %{?epoch}:%{version}-%{release} Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
%description %description
The xfreerdp Remote Desktop Protocol (RDP) client from the FreeRDP project. The xfreerdp Remote Desktop Protocol (RDP) client from the FreeRDP project.
@ -59,7 +59,7 @@ VirtualBox.
%package libs %package libs
Summary: Core libraries implementing the RDP protocol Summary: Core libraries implementing the RDP protocol
Requires: libwinpr2%{?_isa} = %{?epoch}:%{version}-%{release} Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-plugins < 1:1.1.0 Obsoletes: %{name}-plugins < 1:1.1.0
Provides: %{name}-plugins = %{?epoch}:%{version}-%{release} Provides: %{name}-plugins = %{?epoch}:%{version}-%{release}
%description libs %description libs
@ -87,23 +87,23 @@ Summary: Server support for %{name}
The %{name}-server package contains servers which can export a desktop via The %{name}-server package contains servers which can export a desktop via
the RDP protocol. the RDP protocol.
%package -n libwinpr2 %package -n libwinpr
Summary: Windows Portable Runtime Summary: Windows Portable Runtime
Provides: %{name}-libwinpr2 = %{?epoch}:%{version}-%{release} Provides: %{name}-libwinpr = %{?epoch}:%{version}-%{release}
Obsoletes: %{name}-libwinpr2 < %{?epoch}:%{version}-%{release} Obsoletes: %{name}-libwinpr < %{?epoch}:%{version}-%{release}
%description -n libwinpr2 %description -n libwinpr
WinPR provides API compatibility for applications targeting non-Windows WinPR provides API compatibility for applications targeting non-Windows
environments. When on Windows, the original native API is being used instead of environments. When on Windows, the original native API is being used instead of
the equivalent WinPR implementation, without having to modify the code using it. the equivalent WinPR implementation, without having to modify the code using it.
%package -n libwinpr2-devel %package -n libwinpr-devel
Summary: Windows Portable Runtime development files Summary: Windows Portable Runtime development files
Requires: libwinpr2%{?_isa} = %{?epoch}:%{version}-%{release} Requires: libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
Requires: cmake >= 2.8 Requires: cmake >= 2.8
%description -n libwinpr2-devel %description -n libwinpr-devel
The %{name}-libwinpr-devel package contains libraries and header files for The %{name}-libwinpr-devel package contains libraries and header files for
developing applications that use %{name}-libwinpr. developing applications that use %{name}-libwinpr.
@ -182,9 +182,9 @@ find %{buildroot} -name "*.a" -delete
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%post -n libwinpr2 -p /sbin/ldconfig %post -n libwinpr -p /sbin/ldconfig
%postun -n libwinpr2 -p /sbin/ldconfig %postun -n libwinpr -p /sbin/ldconfig
%files %files
%{_bindir}/winpr-hash %{_bindir}/winpr-hash
@ -197,7 +197,7 @@ find %{buildroot} -name "*.a" -delete
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%doc README ChangeLog %doc README ChangeLog
%{_libdir}/freerdp2/ %{_libdir}/%{name}2/
%{_libdir}/libfreerdp-client.so.* %{_libdir}/libfreerdp-client.so.*
%{_libdir}/libfreerdp-server.so.* %{_libdir}/libfreerdp-server.so.*
%{_libdir}/libfreerdp-shadow.so.* %{_libdir}/libfreerdp-shadow.so.*
@ -228,13 +228,13 @@ find %{buildroot} -name "*.a" -delete
%files server %files server
%{_bindir}/freerdp-shadow-cli %{_bindir}/freerdp-shadow-cli
%files -n libwinpr2 %files -n libwinpr
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license LICENSE %license LICENSE
%doc README ChangeLog %doc README ChangeLog
%{_libdir}/libwinpr*.so.* %{_libdir}/libwinpr*.so.*
%files -n libwinpr2-devel %files -n libwinpr-devel
%{_libdir}/cmake/WinPR2 %{_libdir}/cmake/WinPR2
%{_includedir}/winpr2 %{_includedir}/winpr2
%{_libdir}/libwinpr*.so %{_libdir}/libwinpr*.so