]> git.pld-linux.org Git - packages/xfwm4.git/blob - xfwm4.spec
- BR: pkgconfig
[packages/xfwm4.git] / xfwm4.spec
1 Summary:        Next generation window manager for xfce
2 Summary(pl):    Zarz±dca okien nowej generacji dla xfce
3 Name:           xfwm4
4 Version:        3.90.0
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/xfce/%{name}-%{version}.tar.gz
9 # Source0-md5:  bd853cd5b1e2bf79e4bd477ab207cf1c
10 URL:            http://www.xfce.org/
11 BuildRequires:  intltool
12 BuildRequires:  libxfce4mcs-devel >= 0.0.3
13 BuildRequires:  libxfcegui4-devel >= 0.0.23
14 BuildRequires:  pkgconfig >= 0.9.0
15 BuildRequires:  startup-notification-devel >= 0.4
16 BuildRequires:  xfce-mcs-manager-devel >= 0.2.0
17 Requires:       libxfce4mcs >= 0.0.3
18 Requires:       libxfcegui4 >= 0.0.23
19 Requires:       startup-notification >= 0.4
20 Requires:       xfce-mcs-manager >= 0.2.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3
25 and Xfce.
26
27 %description -l pl
28 xfwm4 to zarz±dca okien kompatybilny z GNOME, GNOME2, KDE2, KDE3 oraz
29 Xfce.
30
31 %prep
32 %setup -q
33
34 %build
35 glib-gettextize --copy --force
36 intltoolize --copy --force
37 %configure
38
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.{la,a}
48
49 %find_lang %{name}
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f %{name}.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog README TODO example.xfwm4rc example.gtkrc-2.0
57 %attr(755,root,root) %{_bindir}/*
58 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
59 %dir %{_datadir}/xfwm4
60 %{_datadir}/xfwm4/defaults
61 %{_datadir}/xfwm4/themes
62 %docdir %{_datadir}/xfce4/doc
63 %{_datadir}/xfce4/doc/C/*.html
64 %{_datadir}/xfce4/doc/C/images/*
This page took 0.06834 seconds and 3 git commands to generate.