From 9a2c082badfb4c44cf9c31c51e7b9ae039827805 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 16 Jun 2007 20:53:43 +0000 Subject: [PATCH] - filled files and deps Changed files: babl.spec -> 1.3 --- babl.spec | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/babl.spec b/babl.spec index 3d6ce7a..b55017f 100644 --- a/babl.spec +++ b/babl.spec @@ -3,15 +3,15 @@ Summary(pl.UTF-8): Biblioteka niezależności od formatu piksela Name: babl Version: 0.0.14 Release: 1 -License: GPL v2 +License: LGPL v2 Group: Applications Source0: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 # Source0-md5: c8274d0a2686f7f59e979313bd8e78fe Patch0: %{name}-as-needed.patch URL: http://www.gegl.org/babl/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.54 BuildRequires: automake -BuildRequires: glib2-devel +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -55,10 +55,13 @@ Statyczna biblioteka babl. %patch0 -p1 %build +%{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} -%configure +%configure \ + --enable-static %{__make} %install @@ -76,3 +79,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README +%attr(755,root,root) %{_libdir}/libbabl-0.0.so.*.*.* +%dir %{_libdir}/babl-0.0 +%attr(755,root,root) %{_libdir}/babl-0.0/*.so + +%files devel +%defattr(644,root,root,755) +%doc docs/{*.html,*.css} +%attr(755,root,root) %{_libdir}/libbabl-0.0.so +%{_libdir}/libbabl-0.0.la +%{_includedir}/babl-0.0 +%{_pkgconfigdir}/babl.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libbabl-0.0.a -- 2.44.0