]> git.pld-linux.org Git - packages/gimp.git/commitdiff
- removed *.la for modules from -devel GCC323
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Mar 2003 22:33:52 +0000 (22:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- build print plugin here - this version works with gimp 1.3
  (but still needs gimp-print 4.2.x)
- release 2

Changed files:
    gimp.spec -> 1.155

gimp.spec

index 1285de3476591876cef1e7e3ae0194bd6737c2ca..3bcc91aacb8b65399020ce26998f6393c3be0918 100644 (file)
--- a/gimp.spec
+++ b/gimp.spec
@@ -1,9 +1,9 @@
 #
 # Conditional build:
 # _without_print - no need for gimp-print
-
 #
-# todo:
+
+# TODO:
 #   - perl support
 #
 
@@ -24,7 +24,7 @@ Summary(zh_CN):       [ͼ
 Summary(zh_TW):        [¹Ï¹³]GNU¹Ï¶H³B²z¤u¨ã
 Name:          gimp
 Version:       1.3.12
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Graphics
@@ -230,6 +230,18 @@ partag
 %description aa -l pl
 Ten pakiet zawiera wtyczkê do Gimpa ze wsparciem do ASCII Art.
 
+%package print
+Summary:       Print plugin for Gimp
+Summary(pl):   Wtyczka do drukowania dla Gimpa
+Group:         X11/Applications/Graphics
+Requires:      %{name} = %{version}
+
+%description print
+Print plugin for Gimp.
+
+%description print -l pl
+Wtyczka do drukowania dla Gimpa.
+
 %prep
 %setup -q
 
@@ -265,7 +277,7 @@ install data/images/wilber-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}
 echo "%defattr(755,root,root,755)" >> %{name}.lang
 
 ls -1 $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/plug-ins/* | \
-       egrep -w -v -e "aa|something_else" | \
+       egrep -w -v -e "aa|print" | \
        sed -e s#^`echo $RPM_BUILD_ROOT`## >> %{name}.lang
 
 echo "%defattr(644,root,root,755)" >> %{name}.lang
@@ -344,9 +356,8 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gimp-config
 %attr(755,root,root) %{_bindir}/gimptool
 %attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/gimp/%{mver}/modules/*.la
 %{_libdir}/lib*.la
-%{_libdir}/pkgconfig/*
+%{_pkgconfigdir}/*
 %{_gtkdocdir}/*
 
 %{_includedir}/gimp-%{mver}
@@ -361,3 +372,9 @@ rm -rf $RPM_BUILD_ROOT
 %files aa
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/aa
+
+%if 0%{!?_without_print:1}
+%files print
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/print
+%endif
This page took 0.082052 seconds and 4 git commands to generate.