]> git.pld-linux.org Git - packages/babl.git/commitdiff
- filled files and deps
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jun 2007 20:53:43 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    babl.spec -> 1.3

babl.spec

index 3d6ce7af3a6601eb7f141d6647c56bee36f461f7..b55017f233bd76725ab364ef8adbb4128dea8236 100644 (file)
--- 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
This page took 0.077569 seconds and 4 git commands to generate.