SPECS: cairomm.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Dec 10 15:13:48 CET 2005


Author: qboosh                       Date: Sat Dec 10 14:13:48 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/cairomm.spec
diff -u /dev/null SPECS/cairomm.spec:1.1
--- /dev/null	Sat Dec 10 15:13:48 2005
+++ SPECS/cairomm.spec	Sat Dec 10 15:13:43 2005
@@ -0,0 +1,90 @@
+# $Revision$, $Date$
+Summary:	C++ wrapper for cairo
+Summary(pl):	Interfejs C++ do cairo
+Name:		cairomm
+Version:	0.2.0
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://cairographics.org/releases/%{name}-%{version}.tar.gz
+# Source0-md5:	d879e6b343cfcd0aa88911afa3957e15
+URL:		http://cairographics.org/
+BuildRequires:	cairo-devel >= 1.0.0
+BuildRequires:	libstdc++-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+C++ wrapper for cairo.
+
+%description -l pl
+Interfejs C++ do cairo.
+
+%package devel
+Summary:	Development files for cairomm library
+Summary(pl):	Pliki programistyczne biblioteki cairomm
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	cairo-devel >= 1.0.0
+Requires:	libstdc++-devel
+
+%description devel
+Development files for cairomm library.
+
+%description devel -l pl
+Pliki programistyczne biblioteki cairomm.
+
+%package static
+Summary:	Static cairomm library
+Summary(pl):	Statyczna biblioteka cairomm
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static cairomm library.
+
+%description static -l pl
+Statyczna biblioteka cairomm.
+
+%prep
+%setup -q
+
+%build
+%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
+%attr(755,root,root) %{_libdir}/libcairomm-1.0.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libcairomm-1.0.so
+%{_libdir}/libcairomm-1.0.la
+%{_includedir}/cairomm-1.0
+%{_pkgconfigdir}/cairomm-1.0.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libcairomm-1.0.a
+
+%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  2005/12/10 14:13:43  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list