SPECS: diacanvas.spec - ver. 0.14.3
wrobell
wrobell at pld-linux.org
Wed Feb 1 16:07:14 CET 2006
Author: wrobell Date: Wed Feb 1 15:07:14 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver. 0.14.3
---- Files affected:
SPECS:
diacanvas.spec (1.39 -> 1.40)
---- Diffs:
================================================================
Index: SPECS/diacanvas.spec
diff -u SPECS/diacanvas.spec:1.39 SPECS/diacanvas.spec:1.40
--- SPECS/diacanvas.spec:1.39 Tue Jun 14 21:12:32 2005
+++ SPECS/diacanvas.spec Wed Feb 1 16:07:09 2006
@@ -5,18 +5,13 @@
Summary: Library for easely creating diagrams
Summary(pl): Biblioteka do prostego tworzenia diagramów
Name: diacanvas
-Version: 0.14.2
-Release: 3
+Version: 0.14.3
+Release: 1
License: GPL
Group: X11/Libraries
Source0: http://dl.sourceforge.net/diacanvas/%{src_name}-%{version}.tar.gz
-# Source0-md5: bd78fff277279abb003bb271baef3788
-Patch0: %{name}-no_check.patch
-Patch1: %{name}-text-stroke.patch
+# Source0-md5: cc1dc41aff8084cb9e4514a0edbaf8b4
URL: http://diacanvas.sourceforge.net/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gettext-devel
BuildRequires: libgnomeprintui-devel >= 2.2.0
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -85,33 +80,26 @@
%prep
%setup -q -n %{src_name}-%{version}
-%patch0 -p1
-%patch1 -p1
%build
-glib-gettextize -f
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
%configure \
--enable-static \
--enable-gnome-print \
--enable-python \
+ --enable-gtk-doc \
--with-html-dir=%{_gtkdocdir}
-%{__make} \
- pythondir=%{py_sitedir} \
- pyexecdir=%{py_sitedir}
+%{__make}
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT \
- pythondir=%{py_sitedir} \
- pyexecdir=%{py_sitedir}
+ DESTDIR=$RPM_BUILD_ROOT
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
+%py_postclean
rm -f $RPM_BUILD_ROOT%{py_sitedir}/%{name}/*.{la,a}
%find_lang %{name}
@@ -155,6 +143,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.40 2006/02/01 15:07:09 wrobell
+- ver. 0.14.3
+
Revision 1.39 2005/06/14 19:12:32 zbyniu
- BR: gettext-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/diacanvas.spec?r1=1.39&r2=1.40&f=u
More information about the pld-cvs-commit
mailing list