/[rdesktop]/jpeg/rdesktop/trunk/rdesktop.spec
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/rdesktop.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 98 by astrand, Wed Aug 14 14:43:25 2002 UTC revision 224 by astrand, Fri Oct 11 08:48:34 2002 UTC
# Line 1  Line 1 
1  Summary: Remote Desktop  Summary: Remote Desktop
2  Name: rdesktop  Name: rdesktop
3  Version: 1.1_snapshot  Version: 1.2_snapshot
4  Release: 1  Release: 1
5  Copyright: GPL; see COPYING  Copyright: GPL; see COPYING
6  Group: Applications/Communications  Group: Applications/Communications
7  Source: rdesktop.tgz  Source: rdesktop.tgz
8  BuildRoot: /var/tmp/%{name}-buildroot  BuildRoot: %{_tmppath}/%{name}-buildroot
9  Packager: Peter Åstrand <peter@cendio.se>  Packager: Peter Åstrand <peter@cendio.se>
10  Requires: XFree86-libs  Requires: XFree86-libs
11    
# Line 20  rm -rf $RPM_BUILD_ROOT Line 20  rm -rf $RPM_BUILD_ROOT
20    
21  %setup -n rdesktop  %setup -n rdesktop
22  %build  %build
23  ./configure --prefix=/usr  ./configure --prefix=%{_prefix} --bindir=%{_bindir} --mandir=%{_mandir}
24  make  make
25    
26  %install  %install
# Line 29  make install DESTDIR=$RPM_BUILD_ROOT Line 29  make install DESTDIR=$RPM_BUILD_ROOT
29  %files  %files
30  %defattr(-,root,root)  %defattr(-,root,root)
31  %doc COPYING  %doc COPYING
32  /usr/bin/rdesktop  %{_bindir}/rdesktop
33  /usr/share/rdesktop/keymaps  %{_mandir}/man1/rdesktop.1.gz
34    %{_datadir}/rdesktop/keymaps
35    
36  %post  %post
37    

Legend:
Removed from v.98  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.26