]> git.pld-linux.org Git - packages/dia.git/commitdiff
- updated to 0.90 (merge DEVEL branch), dia-0_90-1
authorkloczek <kloczek@pld-linux.org>
Fri, 21 Jun 2002 06:41:00 +0000 (06:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable bonobo and freetype,
- removed *.la files from %files (aren't neccessary).

Changed files:
    dia.spec -> 1.64

dia.spec

index 53ec3d4c81b257b644d6ef99bbd5dfe013204678..4054b6ffeb07b6b92f5b938b8c93ee6a3fd34c38 100644 (file)
--- a/dia.spec
+++ b/dia.spec
@@ -5,21 +5,29 @@ Summary(pt_BR):       Programa para desenho de diagramas
 Summary(ru):   ðÒÏÇÒÁÍÍÁ ÄÌÑ ÒÉÓÏ×ÁÎÉÑ ÄÉÁÇÒÁÍÍ
 Summary(uk):   ðÒÏÇÒÁÍÁ ÄÌÑ ÍÁÌÀ×ÁÎÎѠĦÁÇÒÁÍ
 Name:          dia
-Version:       0.88.1
-Release:       6
+Version:       0.90
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Graphics
 Vendor:                James Henstridge <james@daa.com.au>
+# this for final releases
 Source0:       ftp://ftp.gnome.org/pub/GNOME/stable/sources/dia/%{name}-%{version}.tar.gz
+# this only for snapshots
+#Source0:      http://www.crans.org/~chepelov/dia/snapshots/%{name}-CVS-%(echo %snap | sed 's/\./-/').tar.gz
 Patch0:                %{name}-automake.patch
 URL:           http://www.lysator.liu.se/~alla/dia/dia.html
-BuildRequires: gdk-pixbuf-devel
-BuildRequires: libxml-devel
-BuildRequires: popt-devel
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: bonobo-devel
+BuildRequires: freetype-devel
+BuildRequires: gdk-pixbuf-devel
 BuildRequires: gettext-devel
+BuildRequires: gnome-libs-devel
+BuildRequires: intltool
+BuildRequires: libxml-devel
+BuildRequires: libunicode-devel
+BuildRequires: popt-devel
 Requires:      libxml >= 1.8.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -84,7 +92,11 @@ aclocal
 %{__autoconf}
 autoheader
 %{__automake}
-%configure
+%configure \
+       --enable-gnome \
+       --enable-gnome-print \
+       --enable-bonobo \
+       --enable-freetype
 %{__make}
 
 %install
@@ -94,23 +106,24 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        Applicationsdir=%{_applnkdir}/Graphics
 
-gzip -9nf AUTHORS NEWS README TODO
-
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
-%{_applnkdir}/Graphics/dia.desktop
+%doc AUTHORS NEWS README TODO
 %attr(755,root,root) %{_bindir}/*
 #%{_sysconfdir}/CORBA/servers/*
+
 %dir %{_libdir}/dia
 %attr(755,root,root) %{_libdir}/dia/lib*.so
-%attr(755,root,root) %{_libdir}/dia/lib*.la
+
+%{_mandir}/man1/*
+
+%{_applnkdir}/Graphics/dia.desktop
 %{_datadir}/dia
-%{_pixmapsdir}/*
 %{_datadir}/mime-info/*
-%{_mandir}/man1/*
+%{_datadir}/oaf/GNOME_Dia.oaf
+%{_pixmapsdir}/*
This page took 0.034692 seconds and 4 git commands to generate.