123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199 |
- Name: emerald
- Url: http://www.compiz-fusion.org/
- License: GPLv2
- Group: User Interface/Desktops
- Version: 0.8.8
- Release: 1%{?_dist_release}
- Summary: Themeable window decorator and compositing manager for Compiz Fusion
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
- Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
- Patch0: 05_build_without_gtk_disable_deprecated.patch
- # libdrm is not available on these arches
- ExcludeArch: s390 s390x
- # no compiz-devel available
- ExcludeArch: ppc64
- Requires: compiz
- BuildRequires: libXres-devel
- BuildRequires: compiz-devel >= %{version}
- BuildRequires: libwnck-devel, gtk2-devel
- BuildRequires: intltool, desktop-file-utils
- BuildRequires: perl(XML::Parser), gettext
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Emerald is themeable window decorator and compositing
- manager for Compiz.
- %package devel
- Summary: Development files for emerald
- Summary(ja): Development files for emerald
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- The emerald-devel package provides development files
- for emerald, the themeable window decorator for Compiz.
- %prep
- %setup -q
- %patch0 -p1
- # Death to rpaths...
- perl -pi -e 's|hardcode_into_libs=.*|hardcode_into_libs=no|g' configure
- perl -pi -e 's|hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' configure
- perl -pi -e 's|runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' configure
- %build
- %configure --enable-librsvg --disable-mime-update
- make %{?_smp_mflags}
- %install
- rm -rf $RPM_BUILD_ROOT
- make DESTDIR=$RPM_BUILD_ROOT install
- find $RPM_BUILD_ROOT -type f -name "*.a" -o -name "*.la" | xargs rm -f
- desktop-file-install --vendor "" --delete-original \
- --dir $RPM_BUILD_ROOT%{_datadir}/applications \
- $RPM_BUILD_ROOT%{_datadir}/applications/emerald-theme-manager.desktop
- %find_lang %{name}
- %clean
- rm -rf $RPM_BUILD_ROOT
- %post
- /sbin/ldconfig
- update-mime-database %{_datadir}/mime &>/dev/null || :
- update-desktop-database %{_datadir}/applications &> /dev/null || :
- %postun
- /sbin/ldconfig
- update-mime-database %{_datadir}/mime &>/dev/null || :
- update-desktop-database %{_datadir}/applications &> /dev/null || :
- %files -f %{name}.lang
- %defattr(-,root,root,-)
- %doc COPYING
- %{_bindir}/*
- %{_datadir}/pixmaps/*
- %dir %{_libdir}/emerald
- %{_libdir}/emerald/*
- %{_libdir}/libemeraldengine.so.*
- %dir %{_datadir}/emerald
- %dir %{_datadir}/emerald/theme
- %{_datadir}/emerald/theme/*
- %{_datadir}/emerald/settings.ini
- %{_datadir}/applications/*
- %{_datadir}/mime-info/*
- %{_datadir}/mime/packages/*
- %{_datadir}/icons/hicolor/48x48/mimetypes/*
- %{_mandir}/man1/*.1*
- %files devel
- %defattr(-,root,root,-)
- %{_includedir}/*
- %{_libdir}/pkgconfig/*.pc
- %{_libdir}/libemeraldengine.so
- %changelog
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-1
- - new upstream release
- * Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-1
- - update to 0.8.4
- - add Patch0 (05_build_without_gtk_disable_deprecated.patch)
- * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
- - new upstream release
- * Sun May 02 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 0.7.8-2
- - added BuildRequires: libXres-devel
- - corrected emerald-theme-manager.desktop
- * Wed Oct 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.8-1
- - new upstream release
- * Mon May 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
- - initial build for Vine Linux
- * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.2-4
- - Autorebuild for GCC 4.3
- * Fri Jan 04 2008 Adel Gadllah <adel.gadllah@gmail.com> 0.5.2-3
- - Fix gcc43 build
- * Mon Oct 08 2007 Jarod Wilson <jwilson@redhat.com> 0.5.2-2
- - Disable ppc64 build (no compiz-devel.ppc64)
- * Mon Oct 08 2007 Jarod Wilson <jwilson@redhat.com> 0.5.2-1
- - New upstream release
- - Should work with latest compiz bits in Fedora
- * Mon Jun 11 2007 Jarod Wilson <jwilson@redhat.com> 0.2.1-2
- - Fix up build against latest libwnck
- * Mon Jun 04 2007 Jarod Wilson <jwilson@redhat.com> 0.2.1-1
- - beryl 0.2.1
- * Thu Mar 15 2007 Jarod Wilson <jwilson@redhat.com> 0.2.0-1
- - beryl 0.2.0
- * Tue Feb 20 2007 Jarod Wilson <jwilson@redhat.com> 0.1.9999.2-1
- - beryl 0.1.9999.2 (aka 0.2.0-rc2)
- * Mon Feb 05 2007 Jarod Wilson <jwilson@redhat.com> 0.1.9999.1-1
- - beryl 0.1.9999.1 (aka 0.2.0-rc1)
- * Mon Jan 29 2007 Jarod Wilson <jwilson@redhat.com> 0.1.99.2-1
- - New upstream release
- * Tue Jan 02 2007 Jarod Wilson <jwilson@redhat.com> 0.1.4-1
- - New upstream release
- * Wed Dec 13 2006 Jarod Wilson <jwilson@redhat.com> 0.1.3-2
- - Add necessary BR for freshly-added translations
- * Tue Dec 12 2006 Jarod Wilson <jwilson@redhat.com> 0.1.3-1
- - New upstream release
- * Thu Nov 16 2006 Jarod Wilson <jwilson@redhat.com> 0.1.2-4
- - Trim BR:
- * Wed Nov 15 2006 Jarod Wilson <jwilson@redhat.com> 0.1.2-3
- - Kill rpaths
- * Tue Nov 14 2006 Jarod Wilson <jwilson@redhat.com> 0.1.2-2
- - Use upstream tarball, now that there is one
- * Fri Nov 10 2006 Jarod Wilson <jwilson@redhat.com> 0.1.2-1
- - New upstream release
- * Tue Oct 31 2006 Jarod Wilson <jwilson@redhat.com> 0.1.1-2
- - Add missing BR: libtool, gettext-devel, libwnck-devel,
- libXdamage, libXcomposite
- * Thu Oct 26 2006 Jarod Wilson <jwilson@redhat.com> 0.1.1-1
- - New upstream release
- - Require beryl-core of at least the same version
- - Move autoreconf bits to prep section
- * Thu Oct 05 2006 Jarod Wilson <jwilson@redhat.com> 0.1.0-3
- - Really fix the duplicate menu entries this time
- * Thu Oct 05 2006 Jarod Wilson <jwilson@redhat.com> 0.1.0-2
- - Fix duplicate menu entries
- * Tue Oct 03 2006 Jarod Wilson <jwilson@redhat.com> 0.1.0-1
- - Initial Fedora build
|