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