]> git.pld-linux.org Git - packages/xfwm4.git/blob - xfwm4.spec
- updated to 4.0.6
[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:        4.0.6
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 #Source0:       ftp://ftp.berlios.de/pub/xfce-goodies/%{version}/%{name}-%{version}.tar.gz
9 Source0:        http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
10 # Source0-md5:  911688ba221bc65e66e15bb87993edec
11 Patch0:         %{name}-locale-names.patch
12 URL:            http://www.xfce.org/
13 BuildRequires:  autoconf >= 2.52
14 BuildRequires:  automake
15 BuildRequires:  intltool
16 BuildRequires:  libtool
17 BuildRequires:  libxfce4mcs-devel >= %{version}
18 BuildRequires:  libxfcegui4-devel >= %{version}
19 BuildRequires:  pkgconfig >= 0.9.0
20 BuildRequires:  startup-notification-devel >= 0.5
21 BuildRequires:  xfce-mcs-manager-devel >= %{version}
22 Requires:       libxfce4mcs >= %{version}
23 Requires:       libxfcegui4 >= %{version}
24 Requires:       startup-notification >= 0.5
25 Requires:       xfce-mcs-manager >= %{version}
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3
30 and XFce.
31
32 %description -l pl
33 xfwm4 to zarz±dca okien kompatybilny z GNOME, GNOME2, KDE2, KDE3 oraz
34 XFce.
35
36 %prep
37 %setup -q
38 %patch0 -p1
39
40 mv -f po/{fa_IR,fa}.po
41 mv -f po/{no,nb}.po
42 mv -f po/{pt_PT,pt}.po
43
44 %build
45 glib-gettextize --copy --force
46 intltoolize --copy --force
47 %{__libtoolize}
48 %{__aclocal} -I m4
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.{la,a}
63
64 %find_lang %{name}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files -f %{name}.lang
70 %defattr(644,root,root,755)
71 %doc AUTHORS ChangeLog README TODO example.xfwm4rc example.gtkrc-2.0
72 %attr(755,root,root) %{_bindir}/*
73 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
74 %dir %{_datadir}/xfwm4
75 %{_datadir}/xfwm4/defaults
76 %{_datadir}/xfwm4/themes
77 %docdir %{_datadir}/xfce4/doc
78 %{_datadir}/xfce4/doc/C/*.html
79 %{_datadir}/xfce4/doc/C/images/*
80 %lang(fr) %{_datadir}/xfce4/doc/fr/*.html
81 %lang(fr) %{_datadir}/xfce4/doc/fr/images/*
This page took 0.135707 seconds and 4 git commands to generate.