]> git.pld-linux.org Git - packages/rdesktop.git/commitdiff
- updated to 1.2.0
authorpawel <pawel@pld-linux.org>
Sun, 16 Feb 2003 18:45:38 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rdesktop.spec -> 1.13

rdesktop.spec

index 0065544c09cc0a4576d6e6cc49883782e96ad2e0..ab86836632aa864fb58f8db3c04a19e1d4c59721 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       RDP client for accessing Windows NT Terminal Server
 Summary(pl):   Klient RDP umo¿liwiaj±cy dostêp do Terminal Serwera WinNT
 Name:          rdesktop
-Version:       1.1.0
-Release:       1
+Version:       1.2.0
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/rdesktop/%{name}-%{version}.tar.gz
-Patch0:                http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2
-Patch1:                %{name}-opt+DESTDIR.patch
-Patch2:                %{name}-srvr-fix.patch
+#Patch0:               http://bibl4.oru.se/projects/rdesktop/%{name}-unified-patch19-8-5.bz2
+#Patch1:               %{name}-opt+DESTDIR.patch
+#Patch2:               http://bibl4.oru.se/projects/rdesktop/patch19/patches/rdp-srvr-19-6-6.diff
 URL:           http://www.rdesktop.org/
 BuildRequires: XFree86-devel
-BuildRequires: openssl-devel >= 0.9.7
+#BuildRequires:        openssl-devel >= 0.9.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 
@@ -27,31 +27,29 @@ Protocol) umo
 Windows 2000. W przeciwieñstwie do rozwi±zañ typu Citrix nie s± wymagane
 ¿adne rozszerzenia po stronie serwera.
 
-%package srvr
-Summary:       RDP server (for testing purposes)
-Summary(pl):   Serwer RDP (do testów)
-Group:         X11/Applications/Networking
+#%package srvr
+#Summary:      RDP server (for testing purposes)
+#Summary(pl):  Serwer RDP (do testów)
+#Group:                X11/Applications/Networking
 
-%description srvr
-RDP server for rdesktop testing. It currently connects as viewer to
-VNC server.
+#%description srvr
+#RDP server for rdesktop testing. It currently connects as viewer to
+#VNC server.
 
-%description srvr -l pl
-Serwer RDP do testowania rdesktop. Na razie umo¿liwia ³±czenie siê jako
-klient z serwerem VNC.
+#%description srvr -l pl
+#Serwer RDP do testowania rdesktop. Na razie umo¿liwia ³±czenie siê jako
+#klient z serwerem VNC.
 
 %prep
 %setup -q
-%patch0 -p2
-%patch1 -p1
-%patch2 -p1
+#%patch0 -p2
+#%patch1 -p1
+#%patch2 -p1
 
 %build
 ./configure \
-       --prefix=%{_prefix} \
-       --with-openssl \
-       --with-ssl-includes=/usr/include/openssl \
-       --with-ssl-libs=/usr/lib
+       --mandir=%{_mandir} \
+       --prefix=%{_prefix}
 
 %{__make} \
        CC="%{__cc}" \
@@ -69,11 +67,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES readme.txt
+%doc README doc/
 %attr(755,root,root) %{_bindir}/rdesktop
 %{_mandir}/man?/*
-
-%files srvr
-%defattr(644,root,root,755)
-%doc rdp-srvr-readme.txt
-%attr(755,root,root) %{_bindir}/rdp-srvr
+%attr(755,root,root) %{_datadir}/rdesktop
+#%files srvr
+#%defattr(644,root,root,755)
+#%doc rdp-srvr-readme.txt
+#attr(755,root,root) %{_bindir}/rdp-srvr
This page took 0.07878 seconds and 4 git commands to generate.