[clamtk] Update to 4.40

davem davem at fedoraproject.org
Sat May 26 11:48:28 UTC 2012


commit cb8f1f38844de6f903905de44df68701b238ee04
Author: Dave M <dave.nerd at gmail.com>
Date:   Sat May 26 06:48:13 2012 -0500

    Update to 4.40

 .gitignore  |    1 +
 clamtk.spec |   10 ++++++++--
 sources     |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c6f8ec..d8a2211 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ clamtk-4.28.tar.gz
 /clamtk-4.37.tar.gz
 /clamtk-4.38.tar.gz
 /clamtk-4.39.tar.gz
+/clamtk-4.40.tar.gz
diff --git a/clamtk.spec b/clamtk.spec
index 5cf4b11..d55e066 100644
--- a/clamtk.spec
+++ b/clamtk.spec
@@ -1,5 +1,5 @@
 Name: clamtk
-Version: 4.39
+Version: 4.40
 Release: 1%{dist}
 Summary: Easy to use graphical user interface for Clam anti virus
 License: GPL+ or Artistic
@@ -28,7 +28,8 @@ It is meant to be lightweight and easy to use.
 %install
 rm -rf %{buildroot}/
 install -p -D -m0755 clamtk %{buildroot}/%{_bindir}/clamtk
-install -p -D -m0644 clamtk.png %{buildroot}/%{_datadir}/pixmaps/clamtk.png
+install -p -D -m0644 images/clamtk.png %{buildroot}/%{_datadir}/pixmaps/clamtk.png
+install -p -D -m0644 images/clamtk-loader.gif %{buildroot}/%{_datadir}/pixmaps/clamtk-loader.gif
 install -p -D -m0644 clamtk.1.gz %{buildroot}/%{_mandir}/man1/clamtk.1.gz
 install -p -D -m0644 clamtk.desktop %{buildroot}/%{_datadir}/applications/clamtk.desktop
 install -p -d %{buildroot}/%{perl_vendorlib}/ClamTk
@@ -62,9 +63,14 @@ rm -rf %{buildroot}
 %{perl_vendorlib}/ClamTk
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
+%{_datadir}/pixmaps/%{name}-loader.gif
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Sat May 26 2012 Dave M. <dave.nerd at gmail.com> - 4.40-1
+- Updated to release 4.40.
+- Images are grouped under images/ now.
+
 * Sat Apr 21 2012 Dave M. <dave.nerd at gmail.com> - 4.39-1
 - Updated to release 4.39.
 
diff --git a/sources b/sources
index 1325025..5bcd440 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d32651709064b42a047807820cdfa085  clamtk-4.39.tar.gz
+ccd4444692efdd11f5a98b54b7c5d03e  clamtk-4.40.tar.gz


More information about the scm-commits mailing list