]> git.pld-linux.org Git - packages/libart_lgpl.git/commitdiff
- added regenerate ac/am/lt files. libart_lgpl-2_3_8-1
authorkloczek <kloczek@pld-linux.org>
Tue, 23 Apr 2002 15:24:17 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libart_lgpl.spec -> 1.6

libart_lgpl.spec

index 91becad182f1e9541170471d6ede0893acf6516c..c122eccef0f06a6394bd9b34aaa342fc7db523f5 100644 (file)
@@ -7,7 +7,11 @@ 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 --copy --force
+aclocal
+autoconf
+automake -a -c -f
 %configure
 %{__make}
 
@@ -70,7 +80,7 @@ rm -rf %{buildroot}
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,NEWS,README}.gz
+%doc *.gz
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.03929 seconds and 4 git commands to generate.