rpms/bmpanel2/devel bmpanel2-2.1pre1-no-shebang.patch, NONE, 1.1 bmpanel2.spec, NONE, 1.1 bmpanel2cfg.desktop, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

mmoeller mmoeller at fedoraproject.org
Wed Jan 13 07:41:34 UTC 2010


Author: mmoeller

Update of /cvs/pkgs/rpms/bmpanel2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6498/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bmpanel2-2.1pre1-no-shebang.patch bmpanel2.spec 
	bmpanel2cfg.desktop import.log 
Log Message:


* Wed Nov 18 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.6.pre1
- Added preferences-system-windows icon reference to bmpanel2cfg.desktop
- As icon cache re-generation seems to be unnecessary now, it has been removed



bmpanel2-2.1pre1-no-shebang.patch:
 bmpanel2.py |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE bmpanel2-2.1pre1-no-shebang.patch ---
--- extra/py/bmpanel2.py.old	2009-11-12 10:48:57.278649905 +0100
+++ extra/py/bmpanel2.py	2009-11-12 10:49:08.595607207 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding: utf-8
 
 """


--- NEW FILE bmpanel2.spec ---
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%global upstream_version 2.1pre1 

Name:           bmpanel2
Version:        2.1
Release:        0.6.pre1%{?dist}
Summary:        NETWM compliant panel for X

Group:          User Interface/Desktops
License:        MIT
URL:            http://code.google.com/p/%{name}/
# Source0 has been repackaged due to legal problems with the following themes:
# alduin-* auriel-* curvy-* flora-* striped
# original source is available from: http://bmpanel2.googlecode.com/files/%{name}-%{upstream_version}.tar.gz
Source0:        %{name}-%{upstream_version}-stripped.tar.gz
Source1:        bmpanel2cfg.desktop 
Patch0:         bmpanel2-2.1pre1-no-shebang.patch 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake 
BuildRequires:  libX11-devel
BuildRequires:  cairo-devel
BuildRequires:  pango-devel
BuildRequires:  asciidoc 
BuildRequires:  docbook-style-xsl
BuildRequires:  python-devel
BuildRequires:  libxslt-devel
BuildRequires:  desktop-file-utils

%description
bmpanel2 is a NETWM-compatible panel for X11 which is highly customizable
via themes. It contains a bunch of widgets like: a desktop switcher, a taskbar,
a launchbar, a systray, a clock and supports pseudo-transparency.

%package cfg 

Summary:        Graphical Configuration Utility for bmpanel2 
Group:          User Interface/Desktops
BuildArch:      noarch
Requires:       %{name} = %{version}-%{release}
Requires:       pygtk2 
Requires:       gnome-icon-theme

%description cfg 
bmpanel2cfg is a graphical utility to configure bmpanel2.

%prep
%setup -q -n %{name}-%{upstream_version}
%patch0 -p0

%build
%cmake .
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_mandir}/man*/%{name}*
%doc COPYING

%files cfg
%defattr(-,root,root,-)
%{_bindir}/%{name}cfg
%{python_sitelib}/%{name}*
%{_datadir}/applications/%{name}cfg.desktop

%changelog
* Wed Nov 18 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.6.pre1 
- Added preferences-system-windows icon reference to bmpanel2cfg.desktop
- As icon cache re-generation seems to be unnecessary now, it has been removed 

* Tue Nov 17 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.5.pre1 
- Updated icon cache scripts

* Thu Nov 12 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.4.pre1 
- Added Patch to remove shebang from bmpanel2.py 
- Added .desktop file for bmpanel2cfg 
- Created icon symlinks 

* Wed Nov 11 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.3.pre1 
- Removed themes with legal problems from source tarball 
- Removed unnecessary Requires
- Added pygtk2 requirement

* Mon Nov 09 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.2.pre1 
- Added python-devel build requirement
- Fixed docbook stylesheet reference

* Fri Nov 06 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.1-0.1.pre1 
- Updated to upstream version 2.1pre1
- Seperated cfg package 

* Thu Oct 20 2009 Marcus Moeller <mmoeller at fedoraproject.org> - 2.0.1a-1 
- Initial Release 


--- NEW FILE bmpanel2cfg.desktop ---
[Desktop Entry]
Name=bmpanel2cfg
GenericName=bmpanel2cfg
Comment=Configuration Utility for bmpanel2
Exec=bmpanel2cfg
Icon=preferences-system-windows
Terminal=false
Type=Application
Categories=System;Application;


--- NEW FILE import.log ---
bmpanel2-2_1-0_6_pre1_fc12:HEAD:bmpanel2-2.1-0.6.pre1.fc12.src.rpm:1263368242


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bmpanel2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jan 2010 03:14:43 -0000	1.1
+++ .cvsignore	13 Jan 2010 07:41:34 -0000	1.2
@@ -0,0 +1 @@
+bmpanel2-2.1pre1-stripped.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bmpanel2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jan 2010 03:14:43 -0000	1.1
+++ sources	13 Jan 2010 07:41:34 -0000	1.2
@@ -0,0 +1 @@
+2d890c0276328019ff5fd817912ea187  bmpanel2-2.1pre1-stripped.tar.gz



More information about the scm-commits mailing list