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