]> git.pld-linux.org Git - packages/xfwm4.git/blobdiff - xfwm4.spec
- pl, cleanups, fixed file list, added startup-notification deps
[packages/xfwm4.git] / xfwm4.spec
index cb961b25263ea7f8912b2b76a8fea7882c7b93a8..81ca0bc02bcd0865b5acf135ce8ca05ddeab206d 100644 (file)
@@ -1,23 +1,31 @@
 Summary:       Next generation window manager for xfce
+Summary(pl):   Zarz±dca okien nowej generacji dla xfce
 Name:          xfwm4
 Version:       3.90.0
 Release:       0.1
 License:       GPL
-URL:           http://www.xfce.org/
-Source0:       http://belnet.dl.sourceforge.net/sourceforge/xfce/%{name}-%{version}.tar.gz
-# Source0-md5: bd853cd5b1e2bf79e4bd477ab207cf1c
 Group:                 X11/Applications
-Requires:      libxfce4mcs
-Requires:      libxfcegui4
-Requires:      xfce-mcs-manager
-BuildRequires: libxfce4mcs-devel
-BuildRequires:         libxfcegui4-devel
-BuildRequires: xfce-mcs-manager-devel
+Source0:       http://dl.sourceforge.net/xfce/%{name}-%{version}.tar.gz
+# Source0-md5: bd853cd5b1e2bf79e4bd477ab207cf1c
+URL:           http://www.xfce.org/
+BuildRequires: intltool
+BuildRequires: libxfce4mcs-devel >= 0.0.3
+BuildRequires:         libxfcegui4-devel >= 0.0.23
+BuildRequires: startup-notification-devel >= 0.4
+BuildRequires: xfce-mcs-manager-devel >= 0.2.0
+Requires:      libxfce4mcs >= 0.0.3
+Requires:      libxfcegui4 >= 0.0.23
+Requires:      startup-notification >= 0.4
+Requires:      xfce-mcs-manager >= 0.2.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xfwm4 is a window manager compatable with
-GNOME, GNOME2, KDE2, KDE3 and Xfce.
+xfwm4 is a window manager compatible with GNOME, GNOME2, KDE2, KDE3
+and Xfce.
+
+%description -l pl
+xfwm4 to zarz±dca okien kompatybilny z GNOME, GNOME2, KDE2, KDE3 oraz
+Xfce.
 
 %prep
 %setup -q
@@ -26,23 +34,30 @@ GNOME, GNOME2, KDE2, KDE3 and Xfce.
 glib-gettextize --copy --force
 intltoolize --copy --force
 %configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xfce4/mcs-plugins/*.{la,a}
+
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc example.xfwm4rc example.gtkrc-2.0 README INSTALL TODO COPYING AUTHORS
+%doc AUTHORS ChangeLog README TODO example.xfwm4rc example.gtkrc-2.0
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
-%{_libdir}/xfce4/mcs-plugins/*.la
-%{_libdir}/xfce4/mcs-plugins/*.a
 %{_datadir}/xfwm4/defaults
-%{_datadir}/xfwm4/themes
-%{_datadir}/xfce4/doc
-%{_datadir}/locale
+# themes dir belongs to xfce4-panel at the moment
+%{_datadir}/xfwm4/themes/*
+%docdir %{_datadir}/xfce4/doc
+%{_datadir}/xfce4/doc/C/*.html
+%{_datadir}/xfce4/doc/C/images/*
This page took 0.04086 seconds and 4 git commands to generate.