SPECS: libmatchbox1.spec (NEW) - added, NFY
aredridel
aredridel at pld-linux.org
Sat Jun 2 17:28:41 CEST 2007
Author: aredridel Date: Sat Jun 2 15:28:41 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added, NFY
---- Files affected:
SPECS:
libmatchbox1.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libmatchbox1.spec
diff -u /dev/null SPECS/libmatchbox1.spec:1.1
--- /dev/null Sat Jun 2 17:28:41 2007
+++ SPECS/libmatchbox1.spec Sat Jun 2 17:28:36 2007
@@ -0,0 +1,105 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - find erroneous dependency on libpng12
+# - dependencies
+#
+Summary: Maemo osso library
+Name: libmatchbox1
+Version: 1.7
+Release: 1
+License: LGPL
+Group: Development/Libraries
+Source0: http://repository.maemo.org/pool/bora/free/source/%{name}_%{version}-osso6.tar.gz
+# Source0-md5: ebb5e097664c798aa57105be2e508091
+URL: http://maemo.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: glib2-devel
+BuildRequires: intltool
+BuildRequires: libtool
+BuildRequires: mce-devel
+#BuildRequires: python-devel
+#BuildRequires: xulrunner-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+In-place editor library for the Maemo platform.
+
+%package devel
+Summary: Header files for libmatchbox
+Group: Development/Libraries
+
+%description devel
+Header files for libmatchbox.
+
+%package static
+Summary: Static libmatchbox library
+Summary(pl.UTF-8): Statyczna biblioteka libmatchbox
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static libmatchbox library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libmatchbox.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__libtoolize}
+%{__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
+%attr(755,root,root) %{_libdir}/libmb.so.1.0.7
+
+%files devel
+%defattr(644,root,root,755)
+%dir %{_includedir}/libmb
+%{_includedir}/libmb/hash.h
+%{_includedir}/libmb/mb.h
+%{_includedir}/libmb/mbconfig.h
+%{_includedir}/libmb/mbdotdesktop.h
+%{_includedir}/libmb/mbexp.h
+%{_includedir}/libmb/mbmenu.h
+%{_includedir}/libmb/mbpixbuf.h
+%{_includedir}/libmb/mbtray.h
+%{_includedir}/libmb/mbutil.h
+%{_libdir}/libmb.la
+%{_libdir}/libmb.so
+%{_pkgconfigdir}/libmb.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libmb.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 2007/06/02 15:28:36 aredridel
+- added, NFY
+
================================================================
More information about the pld-cvs-commit
mailing list