Hello community,

here is the log from the commit of package kdedesktopcheck for openSUSE:Factory
checked in at Thu Aug 11 10:44:11 CEST 2011.



--------
--- KDE/kdedesktopcheck/kdedesktopcheck.changes 2006-01-25 21:45:34.000000000 
+0100
+++ /mounts/work_src_done/STABLE/kdedesktopcheck/kdedesktopcheck.changes        
2011-08-09 20:44:18.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Aug  9 20:03:58 UTC 2011 - [email protected]
+ 
+- Removed old commented command
+- Cleaned up spec file formatting
+- Removed contents of %changelog section.
+  The entries are already in the .changes file
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdedesktopcheck.spec ++++++
--- /var/tmp/diff_new_pack.zz72Bw/_old  2011-08-11 10:43:38.000000000 +0200
+++ /var/tmp/diff_new_pack.zz72Bw/_new  2011-08-11 10:43:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdedesktopcheck (Version 0.1)
+# spec file for package kdedesktopcheck
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,48 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           kdedesktopcheck
-License:        GPL v2 or later
-Group:          Development/Tools/Other
-AutoReqProv:    on
 Version:        0.1
-Release:        134
+Release:        145
+License:        GPLv2+
 Summary:        Perl Script for Integrity Checks on .desktop Files
 Url:            http://linux.f-seidel.de
+Group:          Development/Tools/Other
 Source:         %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-#ExclusiveArch: %ix86
 
 %description
 This tool is intended for quality assurance of desktop files. It does
 many integrity checks on .desktop files, for example, whether icon and
 executable are defined and also installed on the system.
 
-
-
-Authors:
---------
-    Frank Seidel <[email protected]>
-
 %prep
-%setup
+%setup -q
 
 %build
 
 %install
-install -d $RPM_BUILD_ROOT/usr/bin
-install kdedesktopcheck.pl $RPM_BUILD_ROOT/usr/bin/
+install -d %{buildroot}%{_prefix}/bin
+install kdedesktopcheck.pl %{buildroot}%{_bindir}/
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)   
-/usr/bin/kdedesktopcheck.pl
 %doc README COPYING
+%{_bindir}/kdedesktopcheck.pl
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to