rpms/beryl-settings/devel beryl-settings.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Nov 15 18:41:02 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/beryl-settings/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7879/devel

Modified Files:
	.cvsignore sources 
Added Files:
	beryl-settings.spec 
Log Message:
auto-import beryl-settings-0.1.2-2.fc7 on branch devel from beryl-settings-0.1.2-2.fc7.src.rpm


--- NEW FILE beryl-settings.spec ---
Name:           beryl-settings
Url:            http://www.beryl-project.org/
License:        GPL
Group:          User Interface/Desktops
Version:        0.1.2
Release:        2%{?dist}

Summary:        Beryl OpenGL window and compositing manager GUI config utility
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0:        http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2

# libdrm is not available on these arches
ExcludeArch:    s390 s390x ppc64

Requires:       beryl-core >= %{version}

BuildRequires:  beryl-core-devel >= %{version}
BuildRequires:  libtool, gtk2-devel >= 2.8.0, gettext-devel
BuildRequires:  libXcomposite-devel, libXdamage-devel
BuildRequires:  gnome-desktop-devel, desktop-file-utils
BuildRequires:  intltool, perl-XML-Parser
BuildRequires:  dbus-glib, dbus-devel, librsvg2-devel


%description
Beryl is a combined window manager and compositing
manager that runs on top of Xgl or AIGLX using OpenGL
to provide effects accelerated by a 3D graphics card
on the desktop. Beryl is a community-driven fork of
Compiz.

This package contains a graphical configuration tool
to configure Beryl's plugins and the composite window
manager.


%prep
%setup -q
#autoreconf -v --install
#glib-gettextize --copy --force
#intltoolize --automake --copy --force
perl -pi -e 's/png/svg/g' misc/beryl-settings.desktop

%build
%configure --enable-librsvg
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 fedora --delete-original \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  --add-category X-Fedora \
  $RPM_BUILD_ROOT%{_datadir}/applications/beryl-settings.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%post
update-mime-database %{_datadir}/mime &> /dev/null || :
update-desktop-database %{_datadir}/applications &> /dev/null || :


%postun
update-mime-database %{_datadir}/mime &> /dev/null || :
update-desktop-database %{_datadir}/applications &> /dev/null || :


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README
%{_bindir}/beryl-settings
%{_datadir}/beryl/hints
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.svg
%{_mandir}/man1/beryl-settings.1.gz


%changelog
* Tue Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-2
- Use upstream tarball, now that there is one

* Fri Nov 10 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-1
- New upstream release

* Mon Nov 06 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-3
- Fix desktop file to point to proper icon file

* Tue Oct 31 2006 Jarod Wilson <jwilson at redhat.com> 0.1.1-2
- Add missing BR: libtool, gtk2-devel >= 2.8.0, gettext-devel,
  libXcomposite-devel, libXdamage-devel

* Thu Oct 26 2006 Jarod Wilson <jwilson at 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 at redhat.com> 0.1.0-3
- Really fix duplicate menu entries this time

* Thu Oct 05 2006 Jarod Wilson <jwilson at redhat.com> 0.1.0-2
- Fix duplicate menu entries
- Add proper post/postun

* Tue Oct 03 2006 - Jarod Wilson <jwilson at redhat.com> 0.1.0-1
- Initial Fedora build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/beryl-settings/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Nov 2006 18:40:13 -0000	1.1
+++ .cvsignore	15 Nov 2006 18:40:32 -0000	1.2
@@ -0,0 +1 @@
+beryl-settings-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/beryl-settings/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Nov 2006 18:40:13 -0000	1.1
+++ sources	15 Nov 2006 18:40:32 -0000	1.2
@@ -0,0 +1 @@
+882aac1837f92dc20b92927900a917f3  beryl-settings-0.1.2.tar.bz2




More information about the scm-commits mailing list