rpms/kdirstat/devel kdirstat-2.5.3-desktop.patch, NONE, 1.1 kdirstat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Fri Jun 30 07:28:55 UTC 2006


Author: chitlesh

Update of /cvs/extras/rpms/kdirstat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27474/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kdirstat-2.5.3-desktop.patch kdirstat.spec 
Log Message:
auto-import kdirstat-2.5.3-3 on branch devel from kdirstat-2.5.3-3.src.rpm

kdirstat-2.5.3-desktop.patch:

--- NEW FILE kdirstat-2.5.3-desktop.patch ---
--- kdirstat/kdirstat.desktop	2005-04-01 14:35:09.000000000 +0200
+++ kdirstat.desktop	2006-06-12 18:12:16.000000000 +0200
@@ -4,10 +4,9 @@
 MimeType=inode/directory
 Exec=kdirstat -caption "%c" %i %m
 Icon=kdirstat.png
-MiniIcon=kdirstat.png
-DocPath=kdirstat/index.html
+X-DocPath=kdirstat/index.html
 Encoding=UTF-8
-Terminal=0
+Terminal=false
 Name=KDirStat
 GenericName=Directory Statistics
 GenericName[de]=Verzeichnisstatistik


--- NEW FILE kdirstat.spec ---
Name:		kdirstat
Version:	2.5.3
Release:	3%{?dist}
Summary:	Graphical Directory Statistics for Used Disk Space

License:	GPL
Group:		Applications/System
URL:		http://kdirstat.sourceforge.net

Source0:	http://kdirstat.sourceforge.net/download/%{name}-%{version}.tar.bz2
Patch0:		kdirstat-2.5.3-desktop.patch

BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	  kdelibs-devel, desktop-file-utils

%description
KDirStat (KDE Directory Statistics) is a utility program that sums up
disk usage for directory trees - very much like the Unix 'du' command.
It can also help you clean up used space.

%prep
%setup -q

%patch0 -p0 -b .

%build
%configure --disable-final --disable-rpath
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
# Fix absolute symlink
rm -f $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common
ln -s ../common $RPM_BUILD_ROOT%{_docdir}/HTML/en/%{name}/common

desktop-file-install --vendor fedora \
    --add-category X-Fedora \
    --add-category System \
    --delete-original \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
    $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
   %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_bindir}/%{name}
%{_bindir}/%{name}-cache-writer
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/apps/%{name}/
%{_datadir}/apps/kconf_update/*
%{_datadir}/icons/??color/??x??/
%{_docdir}/HTML/*/%{name}/

%changelog
* Thu Jun 29 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 2.5.3-3
- fixed owner of fix_move_to_trash_bin.pl kdirstat.upd in kconf_update

* Tue Jun 13 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 2.5.3-2
- fixed symlink-should-be-relative

* Tue Jun 13 2006 Chitlesh Goorah <chitlesh at fedoraproject.org> - 2.5.3-1
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kdirstat/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jun 2006 07:26:03 -0000	1.1
+++ .cvsignore	30 Jun 2006 07:28:55 -0000	1.2
@@ -0,0 +1 @@
+kdirstat-2.5.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kdirstat/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jun 2006 07:26:03 -0000	1.1
+++ sources	30 Jun 2006 07:28:55 -0000	1.2
@@ -0,0 +1 @@
+58dd06602bed70936ece233bd8c32f2a  kdirstat-2.5.3.tar.bz2




More information about the fedora-extras-commits mailing list