]> git.pld-linux.org Git - packages/SaWMan.git/blame - SaWMan.spec
- new
[packages/SaWMan.git] / SaWMan.spec
CommitLineData
e7cc95e7
JB
1Summary: Shared application and Window Manager
2Summary(pl.UTF-8): Zarządca współdzielonych aplikacji i okien
3Name: SaWMan
4Version: 0.1.0
5Release: 1
6License: LGPL v2+
7Group: Libraries
8Source0: http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
9# Source0-md5: d36255aea4bfc0a14f043960ae7782a2
10URL: http://www.directfb.org/index.php?path=Main/News&entry=2007-01-30-0.dok
11BuildRequires: DirectFB-devel >= 1:1.0.0
12BuildRequires: pkgconfig >= 1:0.9
13%requires_eq DirectFB
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17SaWMan is a new window manager module for use with DirectFB. Its main
18difference to the default module is that it allows one process to be
19an application and window manager, implementing all kinds of
20diversity, while SaWMan is only the working horse.
21
22%description -l pl.UTF-8
23SaWMan to nowy moduł zarządcy okien dla DirectFB. Główną różnicą w
24stosunku do domyślnego modułu jest to, że pozwala jednemu procesowi
25być aplikacją i zarządcą okien, implementując wszystkie urozmaicenia,
26podczas gdy SaWMan jest tylko silnikiem.
27
28%package devel
29Summary: Header files for sawman library
30Summary(pl.UTF-8): Pliki nagłówkowe biblioteki sawman
31Group: Development/Libraries
32Requires: %{name} = %{version}-%{release}
33Requires: DirectFB-devel >= 1:1.0.0
34
35%description devel
36Header files for sawman library.
37
38%description devel -l pl.UTF-8
39Pliki nagłówkowe biblioteki sawman.
40
41%package static
42Summary: Static sawman library
43Summary(pl.UTF-8): Statyczna biblioteka sawman
44Group: Development/Libraries
45Requires: %{name}-devel = %{version}-%{release}
46
47%description static
48Static sawman library.
49
50%description static -l pl.UTF-8
51Statyczna biblioteka sawman.
52
53%prep
54%setup -q
55
56%build
57%configure \
58 --enable-static
59%{__make}
60
61%install
62rm -rf $RPM_BUILD_ROOT
63
64%{__make} install \
65 DESTDIR=$RPM_BUILD_ROOT
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70%post -p /sbin/ldconfig
71%postun -p /sbin/ldconfig
72
73%files
74%defattr(644,root,root,755)
75%doc AUTHORS README
76%attr(755,root,root) %{_libdir}/libsawman-*.so.*.*.*
77%attr(755,root,root) %{_libdir}/directfb-*/wm/libdirectfbwm_sawman.so
78
79%files devel
80%defattr(644,root,root,755)
81%attr(755,root,root) %{_libdir}/libsawman.so
82%{_libdir}/libsawman.la
83%{_includedir}/sawman
84%{_pkgconfigdir}/sawman.pc
85
86%files static
87%defattr(644,root,root,755)
88%{_libdir}/libsawman.a
89%{_libdir}/directfb-*/wm/libdirectfbwm_sawman.[aol]*
This page took 0.085462 seconds and 4 git commands to generate.