]> git.pld-linux.org Git - packages/emerald.git/blobdiff - emerald.spec
- 0.8.2
[packages/emerald.git] / emerald.spec
index 9d3e49abb06db40a83b417b593b77acbb9c7bc75..dfd3f57383a94683ff9d63b1b348314331213dcb 100644 (file)
@@ -1,49 +1,52 @@
-Summary:       A GTK+ tool to configure window decorations in beryl
-Summary(pl.UTF-8):     Narzędzie GTK+ do konfiguracji dekoracji okien w berylu
+Summary:       An alternative themeable window decorator
+Summary(pl.UTF-8):     Alternatywny dekorator okien z obsługą motywów
 Name:          emerald
-Version:       0.2.1
+Version:       0.8.2
 Release:       1
 Epoch:         1
 License:       GPL v2+
-Group:         X11
-Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: dde0e2b5cbe405961a350e6d47d2445f
+Group:         X11/Applications
+Source0:       http://releases.compiz-fusion.org/incoming/%{name}-%{version}.tar.bz2
+# Source0-md5: d25bd51f7b7bca075c84fe3a00cbc88a
 Patch0:                %{name}-desktop.patch
-URL:           http://beryl-project.org/
+URL:           http://forum.compiz-fusion.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
-BuildRequires: beryl-core-devel >= 1:%{version}
+BuildRequires: compiz-devel >= %{version}
 BuildRequires: dbus-glib-devel >= 0.50
+BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel >= 2:2.8.0
 BuildRequires: intltool >= 0.35.0
+BuildRequires: libselinux-devel
+BuildRequires: libtool
+# 2.19.4 (ffu)
 BuildRequires: libwnck-devel >= 2.14.1-2
 BuildRequires: pango-devel >= 1.10.0
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: xorg-lib-libXrender-devel >= 0.8.4
-BuildRequires: xorg-lib-libXres-devel >= 1.0
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): shared-mime-info
-Requires:      beryl-core >= 1:%{version}
+Requires:      compiz >= %{version}
 Obsoletes:     cgwd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 emerald is window manager and tool to configure window decorations in
-beryl, it use themes for windows' decorations.
+compiz, it use themes for windows' decorations.
 
 %description -l pl.UTF-8
 emerald to zarządca okien oraz narzędzie GTK+ do konfiguracji
-dekoracji okien w berylu.
+dekoracji okien w compizie.
 
 %package devel
 Summary:       Header files for Emerald Engines library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Emerald Engines
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{epoch}:%{version}-%{release}
-Requires:      beryl-core-devel >= 1:0.1.3
+Requires:      compiz-devel >= %{version}
 Requires:      dbus-glib-devel >= 0.50
 Requires:      gtk+2-devel >= 2:2.8.0
 Requires:      libwnck-devel >= 2.14.1-2
@@ -72,43 +75,6 @@ Statyczna biblioteka Emerald Engines.
 %setup -q
 %patch0 -p1
 
-mv -f po/{de_DE,de}.po
-mv -f po/{es_ES,es}.po
-mv -f po/{fr_FR,fr}.po
-mv -f po/{gu_IN,gu}.po
-mv -f po/{hu_HU,hu}.po
-mv -f po/{ko_KR,ko}.po
-mv -f po/{nb_NO,nb}.po
-mv -f po/{pt_PT,pt}.po
-mv -f po/{sv_SE,sv}.po
-mv -f po/{tr_TR,tr}.po
-# sv_FI is identical to sv_SE
-
-# NOTE: check the list after any upgrade!
-cat > po/LINGUAS <<EOF
-ca
-cs
-de
-en_GB
-es
-es_AR
-fr
-gu
-hu
-it
-ja
-ko
-nb
-nl
-pt
-pt_BR
-sv
-tr
-zh_CN
-zh_HK
-zh_TW
-EOF
-
 %build
 %{__glib_gettextize}
 %{__intltoolize}
@@ -150,9 +116,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc README TODO
-%attr(755,root,root) %{_bindir}/*
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/emerald
+%attr(755,root,root) %{_bindir}/emerald-theme-manager
 %attr(755,root,root) %{_libdir}/libemeraldengine.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libemeraldengine.so.0
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/engines
 %attr(755,root,root) %{_libdir}/%{name}/engines/*.so
@@ -161,7 +129,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_desktopdir}/emerald-theme-manager.desktop
 %{_pixmapsdir}/emerald-theme-manager-icon.png
 %{_iconsdir}/hicolor/*/*/*.png
-%{_mandir}/man1/*.1*
+%{_mandir}/man1/emerald.1*
+%{_mandir}/man1/emerald-theme-manager.1*
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.110976 seconds and 4 git commands to generate.