rpms/desktop-effects/devel desktop-effects.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Owen Taylor otaylor at fedoraproject.org
Mon Aug 24 20:16:52 UTC 2009


Author: otaylor

Update of /cvs/extras/rpms/desktop-effects/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22916/devel

Modified Files:
	.cvsignore sources 
Added Files:
	desktop-effects.spec import.log 
Log Message:
Initial import (#518900)



--- NEW FILE desktop-effects.spec ---
Name:           desktop-effects
Version:        0.8.1
Release:        1%{?dist}
Summary:        Switch GNOME window management and effects

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://git.fedoraproject.org/git/desktop-effects.git
Source0:        https://fedorahosted.org/released/desktop-effects/%{name}-%{version}.tar.bz2
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:  desktop-file-utils
BuildRequires:  GConf2-devel
BuildRequires:  gtk2-devel
BuildRequires:  intltool
BuildRequires:  libglade2-devel
BuildRequires:  libXcomposite-devel

Requires:       gnome-session
Requires:       hicolor-icon-theme

%description
desktop-effects provides a preference dialog to allow switching the GNOME
desktop between three different window managers: Metacity (the standard
GNOME 2 window manager), Compiz (offering 3D acceleration and special
effects), and GNOME Shell, which offers a preview of the GNOME 3 user
experience.

%prep
%setup -q

%build
%configure

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=$RPM_BUILD_ROOT

desktop-file-validate %{buildroot}%{_datadir}/applications/desktop-effects.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING
%{_bindir}/desktop-effects
%{_datadir}/icons/hicolor/*/apps/desktop-effects.png
%{_datadir}/applications/desktop-effects.desktop
%{_datadir}/desktop-effects/

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ] ; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi

%changelog
* Mon Aug 24 2009 Owen Taylor <otaylor at redhat.com> - 0.8.1-1
- Update to 0.8.1 (fixes leftover debugging hack)

* Mon Aug 24 2009 Owen Taylor <otaylor at redhat.com> - 0.8.0-2
- Add dist to release
- BuildRequire intltool and desktop-file-utils
- Point Source: at https://fedorahosted.org/released

* Sun Aug 23 2009 Owen Taylor <otaylor at redhat.com> - 0.8.0-1
- Initial version



--- NEW FILE import.log ---
desktop-effects-0_8_1-1_fc11:HEAD:desktop-effects-0.8.1-1.fc11.src.rpm:1251144932


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/desktop-effects/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	24 Aug 2009 19:41:35 -0000	1.1
+++ .cvsignore	24 Aug 2009 20:16:52 -0000	1.2
@@ -0,0 +1 @@
+desktop-effects-0.8.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/desktop-effects/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	24 Aug 2009 19:41:35 -0000	1.1
+++ sources	24 Aug 2009 20:16:52 -0000	1.2
@@ -0,0 +1 @@
+6550cc3095f0d14f0bf2a5a1d0df1dc5  desktop-effects-0.8.1.tar.bz2




More information about the fedora-extras-commits mailing list