rpms/blackbox/FC-3 .cvsignore, 1.2, 1.3 blackbox.spec, 1.5, 1.6 sources, 1.2, 1.3

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Nov 7 13:24:54 UTC 2005


Author: thias

Update of /cvs/extras/rpms/blackbox/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31376/FC-3

Modified Files:
	.cvsignore blackbox.spec sources 
Log Message:
Update to 0.70.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/blackbox/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:44:13 -0000	1.2
+++ .cvsignore	7 Nov 2005 13:24:52 -0000	1.3
@@ -1 +1 @@
-blackbox-0.65.0.tar.gz
+blackbox-0.70.1.tar.bz2


Index: blackbox.spec
===================================================================
RCS file: /cvs/extras/rpms/blackbox/FC-3/blackbox.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blackbox.spec	16 Nov 2004 17:08:40 -0000	1.5
+++ blackbox.spec	7 Nov 2005 13:24:52 -0000	1.6
@@ -1,19 +1,14 @@
-# $Id$
-# Authority: matthias
-
 Summary: Very small and fast Window Manager
 Name: blackbox
-Version: 0.65.0
-Release: 10
+Version: 0.70.1
+Release: 1%{?dist}
 License: GPL
 Group: User Interface/Desktops
 URL: http://blackboxwm.sourceforge.net/
-Source0: http://dl.sf.net/blackboxwm/blackbox-%{version}.tar.gz
+Source0: http://dl.sf.net/blackboxwm/blackbox-%{version}.tar.bz2
 Source1: blackbox.desktop
-Patch0: blackbox-0.65.0-assert.patch
-Patch1: blackbox-0.65.0-gcc34.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: XFree86-devel, gcc-c++
+BuildRequires: xorg-x11-devel, gcc-c++
 
 %description
 Blackbox is a window manager for the X Window environment, which is
@@ -24,15 +19,21 @@
 small in size, blackbox preserves memory and CPU.
 
 
+%package devel
+Summary: Blackbox Toolbox library for writing small applications
+Group: Development/Libraries
+Requires: gcc-c++, pkgconfig
+
+%description devel
+This package contains the Blackbox Toolbox files, headers and static library
+of the utility class library for writing small applications.
+
+
 %prep
 %setup
-%patch0 -p0 -b .assert
-%patch1 -p1 -b .gcc34
 
 
 %build
-# Work around NLS problem
-export LANG="en_US" LC_ALL="en_US"
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -49,7 +50,7 @@
 EOF
 
 # Install the desktop entry
-%{__install} -m 644 -D %{SOURCE1} \
+%{__install} -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_datadir}/xsessions/%{name}.desktop
 
 
@@ -59,15 +60,30 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc AUTHORS ChangeLog* LICENSE README*
+%doc AUTHORS ChangeLog* COMPLIANCE LICENSE README* RELNOTES TODO
 %attr(755, root, root) /etc/X11/gdm/Sessions/Blackbox
 %{_bindir}/*
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
 %{_datadir}/xsessions/%{name}.desktop
 %{_mandir}/man1/*
 
+%files devel
+%defattr(-, root, root, 0755)
+%{_includedir}/bt/
+%{_libdir}/libbt.a
+%exclude %{_libdir}/libbt.la
+%{_libdir}/pkgconfig/libbt.pc
+
 
 %changelog
+* Thu Nov  3 2005 Mattthias Saou <http://freshrpms.net/> 0.70.1-1
+- Update to 0.70.1.
+
+* Sat Mar 12 2005 Mattthias Saou <http://freshrpms.net/> 0.70.0-1
+- Update to 0.70.0.
+- Use bz2 source instead of gz.
+- Add devel sub-package for the libbt stuff.
+
 * Tue Nov 16 2004 Mattthias Saou <http://freshrpms.net/> 0.65.0-10
 - Bump release to provide Extras upgrade path.
 
@@ -85,7 +101,7 @@
 
 * Tue Feb 10 2004 Scott R. Godin <nospam at webdragon.net> 0.65.0-6
 - Patch for #include <cassert> in Window.cc
-- Fixed nls problem, left in --disable just in case. Smile, Matthias. :-) 
+- Fixed nls problem, left in --disable just in case. Smile, Matthias. :-)
 
 * Fri Nov 14 2003 Mattthias Saou <http://freshrpms.net/> 0.65.0-5
 - Rebuild for Fedora Core 1.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/blackbox/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:44:13 -0000	1.2
+++ sources	7 Nov 2005 13:24:52 -0000	1.3
@@ -1 +1 @@
-08560fa287c68d65fbe894696d04deaf  blackbox-0.65.0.tar.gz
+53b84260b9d38b35fb25b4baf7bb795a  blackbox-0.70.1.tar.bz2




More information about the fedora-extras-commits mailing list