rpms/bdock/devel bdock.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Nov 21 15:42:38 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/bdock/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18590/devel

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


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

Summary:        Beryl project's replacement windowmaker dock
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# Source only available via svn right now
# svn://svn.beryl-project.org/beryl/tags/release-%{version}/%{name}
Source0:        %{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, gettext-devel
BuildRequires:  libwnck-devel, gtk2-devel >= 2.8.0


%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.

Bdock is a replacement for the windowmaker dock.


%prep
%setup -q
# Make pixmaps install where binary expects them
# (fixed in upstream svn).
perl -pi -e 's/pixmaps$/bdock/g' pixmaps/Makefile.am
autoreconf -v --install

%build
%configure
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


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/bdock
%dir %{_datadir}/bdock
%{_datadir}/bdock/*

%changelog
* Mon Nov 20 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-4
- Make pixmaps install where binary expects them

* Thu Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-3
- Trim BR:

* Tue Nov 14 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-2
- Remove zero-length doc files (note to self, don't forget
  to re-include them if/when they have content...)

* Fri Nov 10 2006 Jarod Wilson <jwilson at redhat.com> 0.1.2-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bdock/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Nov 2006 15:41:46 -0000	1.1
+++ .cvsignore	21 Nov 2006 15:42:08 -0000	1.2
@@ -0,0 +1 @@
+bdock-0.1.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bdock/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Nov 2006 15:41:46 -0000	1.1
+++ sources	21 Nov 2006 15:42:08 -0000	1.2
@@ -0,0 +1 @@
+104825e8ef5ffa2f5e2ec5d8642d5b68  bdock-0.1.2.tar.bz2




More information about the fedora-extras-commits mailing list