]> git.pld-linux.org Git - packages/picocom.git/commitdiff
- release 1 - added desktops and icon, taken from minicom. Works nice, STBR
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 12 May 2005 11:59:35 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    picocom.spec -> 1.3

picocom.spec

index 9d07579ffad5b5264f380d4f5ba6b91b57d94174..7c89b9ff9e74050e59e16ebc107dc1a2c54d0a9d 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 # - build documentation, don't take the included ones
-# - desktop and icon (maybe directly from minicom?)
 Summary:       TTY mode communications package ala Telix
 Summary(de):   TTY-Modus-Kommunikationspaket (ähnlich Telix)
 Summary(es):   Paquete de comunicaciones modo texto a la Telix
@@ -14,13 +13,14 @@ Summary(uk):        
 Summary(zh_CN):        Ò»¸öÎı¾½çÃæµÄµ÷ÊÔ½âµ÷Æ÷¿ØÖÆÆ÷ºÍÖÕ¶ËÄ£ÄâÆ÷¡£
 Name:          picocom
 Version:       1.4
-Release:       0.1
+Release:       1
 License:       GPL v2+
 Group:         Applications/Communications
 Source0:       http://efault.net/npat/hacks/picocom/dist/%{name}-%{version}.tar.gz
 # Source0-md5: 08fcc5f6bb9e7676a2569386d5ea9f70
-#Source1:      %{name}.desktop
-#Source2:      %{name}.png
+Source1:       %{name}-ttyS0.desktop
+Source2:       %{name}-ttyS1.desktop
+Source3:       %{name}.png
 URL:           http://efault.net/npat/hacks/picocom/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -74,8 +74,9 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8} \
 install picocom pcxm pczm pcasc pcym $RPM_BUILD_ROOT%{_bindir}
 install picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8
 
-#install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
-#install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
+install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,6 +85,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc CHANGES CONTRIBUTORS NEWS README *.html *.ps
 %attr(755,root,root) %{_bindir}/*
-#%{_desktopdir}/*.desktop
-#%{_pixmapsdir}/*
+%{_desktopdir}/*.desktop
+%{_pixmapsdir}/*
 %{_mandir}/man8/*.8*
This page took 0.119822 seconds and 4 git commands to generate.