SPECS: matchbox-desktop-image-browser.spec (NEW) - new

qboosh qboosh at pld-linux.org
Wed Dec 27 17:00:46 CET 2006


Author: qboosh                       Date: Wed Dec 27 16:00:46 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   matchbox-desktop-image-browser.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/matchbox-desktop-image-browser.spec
diff -u /dev/null SPECS/matchbox-desktop-image-browser.spec:1.1
--- /dev/null	Wed Dec 27 17:00:46 2006
+++ SPECS/matchbox-desktop-image-browser.spec	Wed Dec 27 17:00:41 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+Summary:	Image browser for Matchbox desktop
+Summary(pl):	Przeglądarka obrazków dla środowiska Matchbox
+Name:		matchbox-desktop-image-browser
+Version:	0.2
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	http://projects.o-hand.com/matchbox/sources/mb-desktop-image-browser/%{version}/mb-desktop-image-browser-%{version}.tar.bz2
+# Source0-md5:	c54ca1c24a5b9b062c6fc38b006eceb5
+Patch0:		%{name}-ac.patch
+URL:		http://projects.o-hand.com/matchbox/
+BuildRequires:	autoconf >= 2.59-9
+BuildRequires:	automake
+BuildRequires:	libmatchbox-devel >= 1.1
+BuildRequires:	libtool
+BuildRequires:	matchbox-desktop-devel
+BuildRequires:	pkgconfig
+Requires:	libmatchbox >= 1.1
+Requires:	matchbox-desktop
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Image browser for Matchbox desktop.
+
+%description -l pl
+Przeglądarka obrazków dla środowiska Matchbox.
+
+%prep
+%setup -q -n mb-desktop-image-browser-%{version}
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+%{__make} \
+	libdir=%{_libdir}/matchbox/desktop
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	libdir=%{_libdir}/matchbox/desktop
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/matchbox/desktop/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/matchbox/desktop/imgbrowser.so
+%{_pixmapsdir}/mbpicturefolder.png
+
+%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  2006/12/27 16:00:41  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list