]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- updated to 2.2.13, removed obsolete desktop patch AC-STABLE auto/ac/gimp-2_2_13-1 auto/th/gimp-2_2_13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 26 Aug 2006 09:42:34 +0000 (09:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added verifyscript to check if /dev/shm is mounted (if built with posix_shm)

Changed files:
    gimp.spec -> 1.270

gimp.spec

index d9c8a6b817e5cf4891cddd8bfa0d056ef390aa1d..3db8e94c861547b9edd9428cc08446a0e89c5839 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -20,15 +20,14 @@ Summary(uk):        The GNU Image Manipulation Program
 Summary(zh_CN):        [ͼÏñ]GNUͼÏó´¦Àí¹¤¾ß
 Summary(zh_TW):        [¹Ï¹³]GNU¹Ï¶H³B²z¤u¨ã
 Name:          gimp
-Version:       2.2.12
+Version:       2.2.13
 Release:       1
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       ftp://ftp.gimp.org/pub/gimp/v2.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 6a1906db60166a88317f2df5f195a57d
+# Source0-md5: d84a4a476a0c4fae24602db67f6fe49a
 Patch0:                %{name}-home_etc.patch
-Patch1:                %{name}-desktop.patch
 URL:           http://www.gimp.org/
 %{?with_aalib:BuildRequires:   aalib-devel}
 BuildRequires: alsa-lib-devel >= 1.0.0
@@ -271,7 +270,6 @@ Wtyczka SVG dla Gimpa.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 cp /usr/share/automake/py-compile plug-ins/pygimp
 
@@ -340,6 +338,13 @@ umask 022
 /sbin/ldconfig
 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
 
+%if %{with posix_shm}
+%verifyscript
+if ! grep -q -s '^[^ ]* /dev/shm tmpfs ' /proc/mounts ; then
+       echo "/dev/shm is not mounted, but GIMP was compiled to use POSIX SHM"
+fi
+%endif
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
This page took 0.446315 seconds and 4 git commands to generate.