SPECS: gimp.spec - rel. 2 - %build: disable-rpath removed (obsolete) - %bui...
duddits
duddits at pld-linux.org
Sat Oct 4 00:39:51 CEST 2008
Author: duddits Date: Fri Oct 3 22:39:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel. 2
- %build: disable-rpath removed (obsolete)
- %build: enable-mp removed (enabled by default)
- some linking in %install updated
---- Files affected:
SPECS:
gimp.spec (1.296 -> 1.297)
---- Diffs:
================================================================
Index: SPECS/gimp.spec
diff -u SPECS/gimp.spec:1.296 SPECS/gimp.spec:1.297
--- SPECS/gimp.spec:1.296 Wed Oct 1 20:39:05 2008
+++ SPECS/gimp.spec Sat Oct 4 00:39:45 2008
@@ -24,7 +24,7 @@
Summary(zh_TW.UTF-8): [圖像]GNU圖象處理工具
Name: gimp
Version: 2.6.0
-Release: 1
+Release: 2
Epoch: 1
License: GPL v2+
Group: X11/Applications/Graphics
@@ -317,9 +317,7 @@
%{__automake}
%configure \
%{!?with_gnomevfs:--disable-gnomevfs} \
- --disable-rpath \
%{!?with_python: --disable-python} \
- --enable-mp \
--with-html-dir=%{_gtkdocdir} \
--enable-default-binary \
--enable-gimp-remote \
@@ -336,8 +334,9 @@
DESTDIR=$RPM_BUILD_ROOT
# Link gimptool to gimptool-2.0.1
-ln -s gimptool-2.0.1 $RPM_BUILD_ROOT%{_bindir}/gimptool
+ln -s gimptool-2.0 $RPM_BUILD_ROOT%{_bindir}/gimptool
echo '.so gimptool-2.0.1' > $RPM_BUILD_ROOT%{_mandir}/man1/gimptool.1
+echo '.so gimptool-2.0' > $RPM_BUILD_ROOT%{_mandir}/man1/gimptool.1
# Remove obsolete files
rm -f $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/modules/*.{a,la}
@@ -523,6 +522,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.297 2008/10/03 22:39:45 duddits
+- rel. 2
+- %build: disable-rpath removed (obsolete)
+- %build: enable-mp removed (enabled by default)
+- some linking in %install updated
+
Revision 1.296 2008/10/01 18:39:05 arekm
BR: gtk-webkit-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gimp.spec?r1=1.296&r2=1.297&f=u
More information about the pld-cvs-commit
mailing list