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