Update of /cvsroot/libwpg/perfectspot
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv19376
Modified Files:
perfectspot.spec
Log Message:
this allows us to have make install install exactly the same files as the rpm would do
Index: perfectspot.spec
===================================================================
RCS file: /cvsroot/libwpg/perfectspot/perfectspot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- perfectspot.spec 9 Oct 2007 15:31:41 -0000 1.2
+++ perfectspot.spec 11 Oct 2007 11:44:16 -0000 1.3
@@ -4,7 +4,7 @@
# norootforbuild
Name: perfectspot
-BuildRequires: cmake libqt4-devel update-desktop-files
+BuildRequires: cmake libqt4-devel
BuildRequires: gcc-c++, libstdc++-devel, pkgconfig
BuildRequires: libwpg-devel >= 0.1.0
BuildRequires: libwpd-devel >= 0.8.0
@@ -41,7 +41,6 @@
%install
make DESTDIR=$RPM_BUILD_ROOT install
-%suse_update_desktop_file -c %name "Perfectspot" "WordPerfect Graphics Viewer" perfectspot perfectspot "Graphics Viewer"
%clean
rm -rf $RPM_BUILD_ROOT
|