SPECS: pirut.spec - desktop file fixes

glen glen at pld-linux.org
Fri May 26 12:30:33 CEST 2006


Author: glen                         Date: Fri May 26 10:30:33 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- desktop file fixes

---- Files affected:
SPECS:
   pirut.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/pirut.spec
diff -u SPECS/pirut.spec:1.2 SPECS/pirut.spec:1.3
--- SPECS/pirut.spec:1.2	Thu May 18 23:08:07 2006
+++ SPECS/pirut.spec	Fri May 26 12:30:27 2006
@@ -3,15 +3,18 @@
 Summary(pl):	Narzędzia do instalowania, usuwania i uaktualniania pakietów
 Name:		pirut
 Version:	1.0.1
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Applications/System
 Source0:	%{name}-%{version}.tar.gz
 # Source0-md5:	b628cc41256fa48dfb77c54085823eb6
 URL:		http://fedoraproject.org/
 Requires(post,postun):	desktop-file-utils >= 0.8
+Patch0:		%{name}-desktop.patch
 #Requires:	comps-extras
 #Requires:	python-pygtk
+BuildRequires:	autoconf
+BuildRequires:	automake
 Requires:	python-pygtk-glade
 Requires:	yum >= 2.5.3
 BuildArch:	noarch
@@ -27,8 +30,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -62,6 +70,7 @@
 /etc/pam.d/*
 /etc/security/console.apps/*
 %{_desktopdir}/*.desktop
+%{_desktopdir}/kde/*.desktop
 %dir %{_datadir}/pirut
 %dir %{_datadir}/pirut/ui
 %{_datadir}/pirut/ui/*.glade
@@ -75,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/05/26 10:30:27  glen
+- desktop file fixes
+
 Revision 1.2  2006/05/18 21:08:07  qboosh
 - pl
 
================================================================

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



More information about the pld-cvs-commit mailing list