SPECS: babl.spec - filled files and deps
qboosh
qboosh at pld-linux.org
Sat Jun 16 22:53:48 CEST 2007
Author: qboosh Date: Sat Jun 16 20:53:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- filled files and deps
---- Files affected:
SPECS:
babl.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/babl.spec
diff -u SPECS/babl.spec:1.2 SPECS/babl.spec:1.3
--- SPECS/babl.spec:1.2 Sat Jun 16 22:45:41 2007
+++ SPECS/babl.spec Sat Jun 16 22:53:43 2007
@@ -4,15 +4,15 @@
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
@@ -56,10 +56,13 @@
%patch0 -p1
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
+%{__autoheader}
%{__automake}
-%configure
+%configure \
+ --enable-static
%{__make}
%install
@@ -77,6 +80,21 @@
%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
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -84,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/06/16 20:53:43 qboosh
+- filled files and deps
+
Revision 1.2 2007/06/16 20:45:41 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/babl.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list