SPECS: clamtk.spec - pl fixes, removed Appliation category from .d...

qboosh qboosh at pld-linux.org
Fri Feb 17 20:05:35 CET 2006


Author: qboosh                       Date: Fri Feb 17 19:05:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, removed Appliation category from .desktop, cleanups

---- Files affected:
SPECS:
   clamtk.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/clamtk.spec
diff -u SPECS/clamtk.spec:1.1 SPECS/clamtk.spec:1.2
--- SPECS/clamtk.spec:1.1	Mon Feb 13 13:06:42 2006
+++ SPECS/clamtk.spec	Fri Feb 17 20:05:30 2006
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 Summary:	Easy to use front-end for ClamAV
-Summary(pl):	Prosty w użyciu interface dla ClamAV
+Summary(pl):	Prosty w użyciu interfejs do ClamAVa
 Name:		clamtk
 Version:	2.15
 Release:	1
@@ -28,20 +28,17 @@
 
 %prep
 %setup -q
-sed -i -e 's#Categories=Application;Utility;#Categories=GTK;Application;Utility;#' clamtk.desktop
-echo 'Comment[pl]=Skaner antyvirusowy' >> clamtk.desktop
+sed -i -e 's#Categories=Application;Utility;#Categories=GTK;Utility;#' clamtk.desktop
+echo 'Comment[pl]=Skaner antywirusowy' >> clamtk.desktop
 echo '# vi: encoding=utf-8' >> clamtk.desktop
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_mandir}/man1,%{_desktopdir},%{_datadir}/mime/packages}
 
-cp clamtk $RPM_BUILD_ROOT%{_bindir}
+install clamtk $RPM_BUILD_ROOT%{_bindir}
 install clamtk.xml $RPM_BUILD_ROOT%{_datadir}/mime/packages
-install clamtk.1.gz $RPM_BUILD_ROOT%{_mandir}/man1
+gzip -dc clamtk.1.gz >$RPM_BUILD_ROOT%{_mandir}/man1/clamtk.1
 install clam.xpm $RPM_BUILD_ROOT%{_pixmapsdir}
 install clamtk.desktop $RPM_BUILD_ROOT%{_desktopdir}
 
@@ -50,8 +47,8 @@
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/%{name}
 %doc CHANGES DISCLAIMER README clamtk.pl clamtk LICENSE
+%attr(755,root,root) %{_bindir}/%{name}
 %{_desktopdir}/clamtk.desktop
 %{_pixmapsdir}/clam.xpm
 %{_datadir}/mime/packages/%{name}.xml
@@ -63,6 +60,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/02/17 19:05:30  qboosh
+- pl fixes, removed Appliation category from .desktop, cleanups
+
 Revision 1.1  2006/02/13 12:06:42  rotom
 - initial release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/clamtk.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list