]> git.pld-linux.org Git - packages/emerald.git/blobdiff - emerald.spec
- update to 0.7.4 (patch by Lukasz Kies in pld-devel-en@ list)
[packages/emerald.git] / emerald.spec
index 050558b62cc4d702d06c81aca0c2f62623005231..589079a5e530a1a1269be43185772812e0e79601 100644 (file)
@@ -1,22 +1,23 @@
 Summary:       An alternative themeable window decorator
 Summary(pl.UTF-8):     Alternatywny dekorator okien z obsługą motywów
 Name:          emerald
-Version:       0.6.0
+Version:       0.7.4
 Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications
-#Source0:      http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
-Source0:       %{name}-%{version}.tar.bz2
-# Source0-md5: 7e6d5cd8cc986469b93daacb9b098067
+Source0:       http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: e87486acfc8a7af1aef1353b2dd05aa7
 Patch0:                %{name}-desktop.patch
 URL:           http://forum.compiz-fusion.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.9
 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
 # 2.19.4 (ffu)
 BuildRequires: libwnck-devel >= 2.14.1-2
 BuildRequires: pango-devel >= 1.10.0
@@ -114,9 +115,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
@@ -125,7 +128,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.168934 seconds and 4 git commands to generate.