SPECS: SaWMan.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sun Mar 11 20:15:49 CET 2007


Author: qboosh                       Date: Sun Mar 11 19:15:49 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/SaWMan.spec
diff -u /dev/null SPECS/SaWMan.spec:1.1
--- /dev/null	Sun Mar 11 20:15:49 2007
+++ SPECS/SaWMan.spec	Sun Mar 11 20:15:44 2007
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	Shared application and Window Manager
+Summary(pl.UTF-8):	Zarządca współdzielonych aplikacji i okien
+Name:		SaWMan
+Version:	0.1.0
+Release:	1
+License:	LGPL v2+
+Group:		Libraries
+Source0:	http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
+# Source0-md5:	d36255aea4bfc0a14f043960ae7782a2
+URL:		http://www.directfb.org/index.php?path=Main/News&entry=2007-01-30-0.dok
+BuildRequires:	DirectFB-devel >= 1:1.0.0
+BuildRequires:	pkgconfig >= 1:0.9
+%requires_eq	DirectFB
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SaWMan is a new window manager module for use with DirectFB. Its main
+difference to the default module is that it allows one process to be
+an application and window manager, implementing all kinds of
+diversity, while SaWMan is only the working horse.
+
+%description -l pl.UTF-8
+SaWMan to nowy moduł zarządcy okien dla DirectFB. Główną różnicą w
+stosunku do domyślnego modułu jest to, że pozwala jednemu procesowi
+być aplikacją i zarządcą okien, implementując wszystkie urozmaicenia,
+podczas gdy SaWMan jest tylko silnikiem.
+
+%package devel
+Summary:	Header files for sawman library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki sawman
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	DirectFB-devel >= 1:1.0.0
+
+%description devel
+Header files for sawman library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki sawman.
+
+%package static
+Summary:	Static sawman library
+Summary(pl.UTF-8):	Statyczna biblioteka sawman
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static sawman library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka sawman.
+
+%prep
+%setup -q
+
+%build
+%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 README
+%attr(755,root,root) %{_libdir}/libsawman-*.so.*.*.*
+%attr(755,root,root) %{_libdir}/directfb-*/wm/libdirectfbwm_sawman.so
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsawman.so
+%{_libdir}/libsawman.la
+%{_includedir}/sawman
+%{_pkgconfigdir}/sawman.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libsawman.a
+%{_libdir}/directfb-*/wm/libdirectfbwm_sawman.[aol]*
+
+%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/03/11 19:15:44  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list