]> git.pld-linux.org Git - packages/libart_lgpl.git/commitdiff
- updated to 2.3.17, cosmetics AC-branch AC-STABLE auto/ac/libart_lgpl-2_3_17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jan 2005 00:36:55 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libart_lgpl.spec -> 1.28

libart_lgpl.spec

index 9d8518bad67ef635d532f673def896a8cda06093..6b4f47330a98b951a7605b5f9bf072da68de70e8 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       Library of graphics routines used by libgnomecanvas
 Summary(pl):   Biblioteka funkcji graficznych u¿ywanych przez libgnomecanvas
 Name:          libart_lgpl
-Version:       2.3.16
-Release:       2
+Version:       2.3.17
+Release:       1
 License:       LGPL
 Group:         X11/Libraries
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
-# Source0-md5: 6bb13292b00649d01400a5b29a6c87cb
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/%{name}-%{version}.tar.bz2
+# Source0-md5: dfca42529393c8a8f59dc4dc10675a46
 URL:           http://www.gnome.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libart_lgpl2
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Graphics routines used by the GnomeCanvas widget and some other
@@ -27,8 +27,8 @@ Summary:      Headers for libart_lgpl
 Summary(pl):   Pliki nag³owkowe libart_lgpl
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Conflicts:     gnome-libs-devel < 1.4.1.2
 Obsoletes:     libart_lgpl2-devel
+Conflicts:     gnome-libs-devel < 1.4.1.2
 
 %description devel
 Header files for libart_lgpl.
@@ -53,10 +53,10 @@ Statyczna wersja biblioteki libart_lgpl.
 %setup -q
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure
 %{__make}
@@ -77,15 +77,15 @@ rm -rf %{buildroot}
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/libart2-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
+%{_includedir}/libart-2.0
 %{_pkgconfigdir}/*.pc
-%{_includedir}/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.045631 seconds and 4 git commands to generate.