SPECS: hildon-libs.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Sat Jun 2 18:53:06 CEST 2007
Author: aredridel Date: Sat Jun 2 16:53:06 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
hildon-libs.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/hildon-libs.spec
diff -u /dev/null SPECS/hildon-libs.spec:1.1
--- /dev/null Sat Jun 2 18:53:06 2007
+++ SPECS/hildon-libs.spec Sat Jun 2 18:53:01 2007
@@ -0,0 +1,105 @@
+# $Revision$, $Date$
+#
+# TODO: possible patch to GTK/wait for upstream to support tap and hold
+#
+Summary: Maemo hildon widgets library
+Name: hildon-libs
+Version: 0.14.11
+Release: 1
+License: LGPL
+Group: Development/Libraries
+Source0: http://repository.maemo.org/pool/bora/free/source/%{name}_%{version}-1.tar.gz
+# Source0-md5: 7e16952584f06342c51745eeccd76927
+Patch0: %{name}-enumfix.patch
+URL: http://maemo.org/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: glib2-devel
+BuildRequires: gtk+2-devel
+BuildRequires: intltool
+BuildRequires: libmatchbox1-devel
+BuildRequires: libtool
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hildon widgets library for the Maemo platform.
+
+%package devel
+Summary: Header files for hildon-libs
+Group: Development/Libraries
+
+%description devel
+Header files for hildon.
+
+%package static
+Summary: Static hildon library
+Summary(pl.UTF-8): Statyczna biblioteka hildon
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static hildon-libs library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka hildon-libs.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__gtkdocize}
+%{__glib_gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__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
+%{_sysconfdir}/dbus-1/system.d/hildon.conf
+%dir %{_sysconfdir}/hildon
+%{_sysconfdir}/hildon/sessionbus-hildon.conf
+%attr(755,root,root) %{_bindir}/dbus-launch-systembus.sh
+%attr(755,root,root) %{_bindir}/dbus-launch.sh
+%attr(755,root,root) %{_bindir}/osso-date
+%attr(755,root,root) %{_libdir}/hildon.so.1.3.0
+
+%files devel
+%defattr(644,root,root,755)
+%{_libdir}/hildon.la
+%{_pkgconfigdir}/hildon.pc
+%{_includedir}/hildon.h
+%{_includedir}/log-functions.h
+%{_includedir}/osso-log.h
+%{_includedir}/osso-mem.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/hildon.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 16:53:01 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list