]> git.pld-linux.org Git - packages/libart_lgpl.git/blobdiff - libart_lgpl.spec
- updated to 2.3.10 (bug fixes)
[packages/libart_lgpl.git] / libart_lgpl.spec
index 91becad182f1e9541170471d6ede0893acf6516c..4e6d926ad290bb25a38e4609b56722db0253fbf3 100644 (file)
@@ -1,13 +1,17 @@
 Summary:       Library of graphics routines used by libgnomecanvas
 Summary(pl):   Biblioteka funkcji graficznych u¿ywanych przez libgnomecanvas
 Name:          libart_lgpl
-Version:       2.3.8
+Version:       2.3.10
 Release:       1
 License:       LGPL
 Group:         X11/Libraries
 Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/libart_lgpl/%{name}-%{version}.tar.bz2
 URL:           http://www.gnome.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Obsoletes:     libart_lgpl2
 
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
@@ -26,6 +30,7 @@ Summary(pl):  Pliki nag
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}
 Conflicts:     gnome-libs-devel < 1.4.1.2
+Obsoletes:     libart_lgpl2-devel
 
 %description devel
 Header files for libart_lgpl.
@@ -50,6 +55,11 @@ Statyczna wersja biblioteki libart_lgpl.
 %setup -q
 
 %build
+rm -f missing
+%{__libtoolize}
+aclocal
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -60,8 +70,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf AUTHORS ChangeLog NEWS README
-
 %clean
 rm -rf %{buildroot}
 
@@ -70,7 +78,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.089268 seconds and 4 git commands to generate.