SPECS: pangomm.spec (NEW) - new
megabajt
megabajt at pld-linux.org
Sun Nov 2 13:07:36 CET 2008
Author: megabajt Date: Sun Nov 2 12:07:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
pangomm.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/pangomm.spec
diff -u /dev/null SPECS/pangomm.spec:1.1
--- /dev/null Sun Nov 2 13:07:36 2008
+++ SPECS/pangomm.spec Sun Nov 2 13:07:31 2008
@@ -0,0 +1,135 @@
+# $Revision$, $Date$
+#
+%define apiver 1.4
+#
+Summary: A C++ interface for pango library
+Summary(pl.UTF-8): Interfejs C++ dla biblioteki pango
+Name: pangomm
+Version: 2.14.0
+Release: 1
+License: LGPL v2+
+Group: X11/Libraries
+Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.14/%{name}-%{version}.tar.bz2
+# Source0-md5: 85be0a654ed521e5594f64efdb3fa7d8
+URL: http://www.gtkmm.org/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.9
+BuildRequires: cairomm-devel >= 1.6.3
+BuildRequires: glibmm-devel >= 2.16.0
+BuildRequires: libstdc++-devel
+BuildRequires: libtool
+BuildRequires: pango-devel >= 1:1.22.0
+BuildRequires: pkgconfig
+Requires: cairomm >= 1.6.3
+Requires: glibmm >= 2.16.0
+Requires: pango >= 1:1.22.0
+Provides: gtkmm-pango
+Obsoletes: gtkmm-pango
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A C++ interface for pango library.
+
+%description -l pl.UTF-8
+Interfejs C++ dla biblioteki pango.
+
+%package devel
+Summary: Header files for pangomm library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki pangomm
+Group: X11/Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: cairomm-devel >= 1.6.3
+Requires: glibmm-devel >= 2.16.0
+Requires: pango-devel >= 1:1.22.0
+Provides: gtkmm-pango-devel
+Obsoletes: gtkmm-pango-devel
+
+%description devel
+Header files for pangomm library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki pangomm.
+
+%package static
+Summary: Static pangomm library
+Summary(pl.UTF-8): Statyczna biblioteka pangomm
+Group: X11/Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+Provides: gtkmm-pango-static
+Obsoletes: gtkmm-pango-static
+
+%description static
+Static pangomm library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka pangomm.
+
+%package apidocs
+Summary: pangomm library API documentation
+Summary(pl.UTF-8): Dokumentacja API biblioteki pangomm
+Group: Documentation
+Requires: devhelp
+
+%description apidocs
+pangomm library API documentation.
+
+%description apidocs -l pl.UTF-8
+Dokumentacja API biblioteki pangomm.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I scripts
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --enable-static
+%{__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
+%attr(755,root,root) %{_libdir}/libpangomm-%{apiver}.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libpangomm-%{apiver}.so.1
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libpangomm-%{apiver}.so
+%{_includedir}/pangomm-%{apiver}
+%{_libdir}/libpangomm-%{apiver}.la
+%{_libdir}/pangomm-%{apiver}
+%{_pkgconfigdir}/pangomm-%{apiver}.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libpangomm-%{apiver}.a
+
+%files apidocs
+%defattr(644,root,root,755)
+%{_docdir}/pangomm-%{apiver}
+%{_datadir}/devhelp/books/pangomm-%{apiver}
+
+%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 2008/11/02 12:07:31 megabajt
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list