SPECS: babl.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jun 11 01:21:45 CEST 2007


Author: aredridel                    Date: Sun Jun 10 23:21:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   babl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/babl.spec
diff -u /dev/null SPECS/babl.spec:1.1
--- /dev/null	Mon Jun 11 01:21:45 2007
+++ SPECS/babl.spec	Mon Jun 11 01:21:40 2007
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+#
+Summary:	Library for pixel-format agnosticism
+Name:		babl
+Version:	0.0.14
+Release:	1
+License:	GPL 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:	automake
+BuildRequires:	glib2-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Babl is a dynamic, any to any, pixel format conversion library. It
+provides conversions between the myriad of buffer types images can be
+stored in. Babl doesn't only help with existing pixel formats, but
+also facilitates creation of new and uncommon ones.
+
+%package devel
+Summary:	Header files for babl library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki babl
+Group:		Development/Libraries
+# if base package contains shared library for which these headers are
+#Requires:	%{name} = %{version}-%{release}
+# if -libs package contains shared library for which these headers are
+#Requires:	%{name}-libs = %{version}-%{release}
+
+%description devel
+Header files for babl library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki babl.
+
+%package static
+Summary:	Static babl library
+Summary(pl.UTF-8):	Statyczna biblioteka babl
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static babl library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka babl.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/10 23:21:40  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list