rpms/fslint/devel .cvsignore, 1.5, 1.6 fslint.spec, 1.10, 1.11 sources, 1.5, 1.6

Pádraig Brady (pbrady) fedora-extras-commits at redhat.com
Fri Mar 9 14:48:00 UTC 2007


Author: pbrady

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

Modified Files:
	.cvsignore fslint.spec sources 
Log Message:
Update to 2.20


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fslint/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	29 Dec 2006 18:30:22 -0000	1.5
+++ .cvsignore	9 Mar 2007 14:47:28 -0000	1.6
@@ -1 +1 @@
-fslint-2.18.tar.gz
+fslint-2.20.tar.gz


Index: fslint.spec
===================================================================
RCS file: /cvs/extras/rpms/fslint/devel/fslint.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fslint.spec	29 Dec 2006 18:30:22 -0000	1.10
+++ fslint.spec	9 Mar 2007 14:47:28 -0000	1.11
@@ -1,5 +1,5 @@
 Name:           fslint
-Version:        2.18
+Version:        2.20
 Release:        1%{?dist}
 Summary:        FSlint - a utility to find and clean "lint" on a filesystem
 
@@ -14,8 +14,10 @@
 Requires:       python >= 2.0, pygtk2, pygtk2-libglade, cpio
 
 %description
-FSlint is a toolkit to find all redundant disk usage (duplicate files
-for e.g.). It includes a GUI as well as a command line interface.
+FSlint is a utility to find redundant disk usage like duplicate files
+for example. It can be used to reclaim disk space and fix other problems
+like file naming issues and bad symlinks etc.
+It includes a GTK+ GUI as well as a command line interface.
 
 
 %prep
@@ -37,7 +39,7 @@
 install -pm 644 fslint.glade fslint_icon.png \
   $RPM_BUILD_ROOT%{_datadir}/%{name}
 install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
-ln -s %{_datadir}/%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
+ln -s ../%{name}/fslint_icon.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
 install -pm 755 fslint/{find*,fslint,zipdir} \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint
 install -pm 755 fslint/fstool/* \
@@ -46,6 +48,8 @@
   $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt
 install -pm 755 fslint/supprt/get* \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt
+install -pm 755 fslint/supprt/md5sum_approx \
+  $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt
 install -pm 755 fslint/supprt/rmlint/* \
   $RPM_BUILD_ROOT%{_datadir}/%{name}/fslint/supprt/rmlint
 
@@ -79,6 +83,11 @@
 
 
 %changelog
+* Fri Mar 09 2007 Pádraig Brady <P at draigBrady.com> - 2.20-1
+- Update to 2.20
+- Update description to make it easier to find
+- Change symlink to fslint_icon.png from absolute to relative
+
 * Fri Dec 29 2006 Pádraig Brady <P at draigBrady.com> - 2.18-1
 - Update to 2.18
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fslint/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	29 Dec 2006 18:30:22 -0000	1.5
+++ sources	9 Mar 2007 14:47:28 -0000	1.6
@@ -1 +1 @@
-6aad790307d731bf10ce63cd3b8d3a97  fslint-2.18.tar.gz
+d6d3ecf0337b2c28b705c99b31666777  fslint-2.20.tar.gz




More information about the fedora-extras-commits mailing list