[bespin] Updated to newer branch of upstream, added libQtBespin.so, added Groups

Adam Miller maxamillion at fedoraproject.org
Mon Sep 20 16:07:01 UTC 2010


commit 726936add1852f57fe73b3e05e113a60dd0d592a
Author: Adam Miller <maxamillion at fedoraproject.org>
Date:   Mon Sep 20 11:07:45 2010 -0500

    Updated to newer branch of upstream, added libQtBespin.so, added Groups

 .gitignore  |    1 +
 bespin.spec |   21 ++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dc382a6..bad88ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bespin-0.1-svn668.tar.bz2
+/bespin-0.1-svn1228.tar.bz2
diff --git a/bespin.spec b/bespin.spec
index 47d8eff..cccbe26 100644
--- a/bespin.spec
+++ b/bespin.spec
@@ -1,15 +1,15 @@
 Name:		bespin
 Version:	0.1
-Release:	0.2.20090928svn668%{?dist}
+Release:	0.2.20100909svn1228%{?dist}
 Summary:	A style for Qt/KDE4/KDM
 Group:		User Interface/Desktops
 License:	GPLv2  and LGPLv2 and BSD
 URL:		https://cloudcity.svn.sourceforge.net/svnroot/cloudcity/
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  svn export -r 668 https://cloudcity.svn.sourceforge.net/svnroot/cloudcity bespin-0.1-svn668
-#  tar -c bespin-0.1-svn668 | bzip2 --best -c > bespin-0.1-svn668.tar.bz2
-Source0:	%{name}-%{version}-svn668.tar.bz2
+#  svn export -r 1228 https://cloudcity.svn.sourceforge.net/svnroot/cloudcity bespin-0.1-svn1228
+#  tar -c bespin-0.1-svn1228 | bzip2 --best -c > bespin-0.1-svn1228.tar.bz2
+Source0:	%{name}-%{version}-svn1228.tar.bz2
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	kdebase-workspace-devel >= 4.1.96
@@ -21,7 +21,7 @@ Requires:	bespin-kwin-theme = %{version}-%{release}
 A Qt/KDE4/KDM theme.
 
 %prep
-%setup -q -n bespin-0.1-svn668
+%setup -q -n bespin-0.1-svn1228
 
 %build
 mkdir -p %{_target_platform}
@@ -49,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %package -n bespin-common
 Summary:	Bespin is a native style for Qt/KDE4
+Group:		User Interface/Desktops
 License:	LGPLv2
 %description -n bespin-common
 Common package for the Qt/KDE4 bespin theme.
@@ -60,6 +61,7 @@ Common package for the Qt/KDE4 bespin theme.
 
 %package -n qt4-theme-bespin
 Summary:	Bespin theme for Qt4
+Group:		User Interface/Desktops
 Requires:	%{name}-common = %{version}-%{release}
 License:	LGPLv2
 %description -n qt4-theme-bespin
@@ -74,6 +76,7 @@ A Qt4 theme.
 
 %package -n bespin-kwin-theme
 Summary:	Bespin KWin theme
+Group:		User Interface/Desktops
 License:	BSD
 Requires:	%{name}-common = %{version}-%{release}
 %description -n bespin-kwin-theme
@@ -84,10 +87,12 @@ A KWin theme.
 %doc README kwin/COPYING.BSD
 %{_kde4_libdir}/kde4/kwin3_bespin.so
 %{_kde4_libdir}/kde4/kwin_bespin_config.so
+%{_kde4_libdir}/libQtBespin.so
 %{_kde4_datadir}/kde4/apps/kwin/bespin.desktop
 
 %package -n kde-plasma-xbar
 Summary:	A global menu for KDE4
+Group:		User Interface/Desktops
 License:	LGPLv2
 %description -n kde-plasma-xbar
 A mac like menu for KDE4
@@ -102,6 +107,7 @@ A mac like menu for KDE4
 %package -n bespin-kdm-theme
 Summary:	Bespin KDM theme
 License:	GPLv2
+Group:		User Interface/Desktops
 BuildArch:	noarch
 %description -n bespin-kdm-theme
 A KDM theme
@@ -120,6 +126,11 @@ A KDM theme
 %{_kde4_datadir}/kde4/apps/kdm/themes/bespin/KdmGreeterTheme.desktop
 
 %changelog
+* Mon Sep 20 2010 Adam Miller <maxamillion at fedoraproject.org> - 0.1-0.2.20100909svn1228
+- Updated to revision 1228
+- added file listing for libQtBespin.so
+- added Group to all sub packages, fedpkg doesn't allow import otherwise
+
 * Mon Sep 28 2009 Wesley Hearn <gr33nn1nj4 at gr33nn1nj4.com> - 0.1-0.2.20090928svn668
 - Updated to revision 668
 - Enable support for ARGB windows (expermintal - not turned on by default) 
diff --git a/sources b/sources
index 80f64b9..804f91a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94f3d7bf6ab57cbf13fbd563a7a2d550  bespin-0.1-svn668.tar.bz2
+2365f7287246e083017558707f96b3f3  bespin-0.1-svn1228.tar.bz2


More information about the scm-commits mailing list