]> git.pld-linux.org Git - packages/dia.git/commitdiff
- one more am-1.5 fix in automake patch
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 12 Oct 2001 16:13:18 +0000 (16:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -I for ORBit needed for bonobo headers
  (shouldn't it be in `gnome-config --cflags bonobo`?)
- release 2

Changed files:
    dia-automake.patch -> 1.2
    dia.spec -> 1.55

dia-automake.patch
dia.spec

index 63331e6f12e19aa02443b79401f00a73fddd292a..f77ec7b079f77fe79a5597c543bcbc7351f91313 100644 (file)
@@ -1,16 +1,27 @@
---- dia-0.86/app/Makefile.am   Tue Aug  8 07:03:05 2000
-+++ dia-0.86.new/app/Makefile.am       Tue Aug  8 07:03:36 2000
-@@ -154,7 +154,7 @@
-       $(APP_LIBS) $(XML_LIBS) $(BONOBO_LIBS) $(GDK_IMLIB_LIBS) \
-       $(LIBART_LIBS) $(PNG_LIBS) $(GDK_PIXBUF_LIBS) $(INTLLIBS)
+diff -Nur dia-0.88.1.orig/app/Makefile.am dia-0.88.1/app/Makefile.am
+--- dia-0.88.1.orig/app/Makefile.am    Wed May  9 06:05:30 2001
++++ dia-0.88.1/app/Makefile.am Fri Oct 12 15:48:33 2001
+@@ -159,7 +159,7 @@
+       $(LIBART_LIBS) $(PNG_LIBS) $(GDK_PIXBUF_LIBS) $(INTLLIBS) \
+       $(UNICODE_LIBS)
  
 -LDFLAGS = -export-dynamic
 +dia_embedd_LDFLAGS = -export-dynamic
  
  EXTRA_DIST = \
-       dia.gnorba \
---- dia-0.86/configure.in      Wed Aug  2 16:55:21 2000
-+++ dia-0.86.new/configure.in  Tue Aug  8 07:06:00 2000
+       GNOME_Dia.oaf \
+@@ -192,7 +192,7 @@
+       pixmaps/magnify-minus-data.xbm \
+       pixmaps/magnify-minus-mask.xbm
+-run_dia.sh: Makefile.am
++run_dia.sh$(EXEEXT): Makefile.am
+       echo "#!$(SHELL) " > run_dia.sh
+       echo "export DIA_LIB_PATH DIA_SHAPE_PATH DIA_INT_SHAPE_PATH DIA_SHEET_PATH" >> run_dia.sh
+       echo DIA_LIB_PATH=`pwd`/../objects/standard/.libs >> run_dia.sh
+diff -Nur dia-0.88.1.orig/configure.in dia-0.88.1/configure.in
+--- dia-0.88.1.orig/configure.in       Sat May 19 06:49:28 2001
++++ dia-0.88.1/configure.in    Fri Oct 12 15:45:24 2001
 @@ -11,7 +11,7 @@
  
  dnl Initialize libtool
index 7a9c6d2e4266711adc31f3affa54175402467496..7c2b0c416d5f321305bfa2e9ef35e6a8ecf6f76f 100644 (file)
--- a/dia.spec
+++ b/dia.spec
@@ -1,8 +1,8 @@
 Summary:       Dia - a gtk+ based diagram creation program
-Summary(pl):   Dia - program do tworzenie diagramów
+Summary(pl):   Dia - program do tworzenia diagramów
 Name:          dia
 Version:       0.88.1
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Graphics
@@ -54,6 +54,7 @@ aclocal
 autoconf
 autoheader
 automake -a -c
+CFLAGS="%{rpmcflags} -I/usr/include/orbit-1.0"
 %configure \
        --enable-gnome \
        --enable-gnome-print \
This page took 0.065594 seconds and 4 git commands to generate.