File kdedesktopcheck.spec of Package kdedesktopcheck
#
# spec file for package kdedesktopcheck (Version 0.1)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: kdedesktopcheck
License: GPL
Group: Development/Tools/Other
Autoreqprov: on
Version: 0.1
Release: 2
Summary: perl script that does quite some integrity checks on .desktop-files
URL: http://linux.f-seidel.de
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArchitectures: noarch
#ExclusiveArch: %ix86
%description
this tool is intended for quaility assurance of desktop-files. It does
many integrity checks on .desktop-files e.g. like if icon and
executable is defined and also installed on the system.
Authors:
--------
Frank Seidel <frank@f-seidel.de>
%prep
%setup
%build
%install
install -d $RPM_BUILD_ROOT/usr/bin
install kdedesktopcheck.pl $RPM_BUILD_ROOT/usr/bin/
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/bin/kdedesktopcheck.pl
%doc README COPYING
%changelog -n kdedesktopcheck
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jul 18 2005 - fseidel@suse.de
- repeared licence and readme-file
* Wed Jul 13 2005 - fseidel@suse.de
- initial release