[bluetile] update to 0.6

Jens Petersen petersen at fedoraproject.org
Sun Dec 11 19:59:05 UTC 2011


commit ce83818bb0352e22ad4216d4f4d6668af64143ea
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Dec 12 04:59:00 2011 +0900

    update to 0.6

 .gitignore    |    1 +
 bluetile.spec |   18 ++++++++++++------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 55b7b4c..2a3aa34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bluetile-0.5.3.tar.gz
+/bluetile-0.6.tar.gz
diff --git a/bluetile.spec b/bluetile.spec
index b373c74..10ed103 100644
--- a/bluetile.spec
+++ b/bluetile.spec
@@ -3,24 +3,27 @@
 # - https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
 Name:           bluetile
-Version:        0.5.3
-Release:        13%{?dist}.2
+Version:        0.6
+Release:        1%{?dist}
 Summary:        Tiling window manager for GNOME
 
 Group:          User Interface/X
 License:        BSD
+# BEGIN cabal2spec
 URL:            http://www.bluetile.org/
 Source0:        http://hackage.haskell.org/packages/archive/%{name}/%{version}/%{name}-%{version}.tar.gz
 Source1:        README.fedora
 Source2:        gnome-bluetile-session
 Source3:        bluetile.session
-Patch1:         bluetile-0.5.3-WMName.patch
 ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
-# macros for building haskell packages
 BuildRequires:  ghc-rpm-macros
+# END cabal2spec
 BuildRequires:  ghc-xmonad-contrib-devel, ghc-gtk-devel, ghc-glade-devel, ghc-ConfigFile-devel, ghc-regex-compat-devel
 BuildRequires:  desktop-file-utils
+# bluetiledock uses gnome-open
+Requires:       libgnome
+#Patch1:         bluetile-0.5.3-WMName.patch
 
 %description
 Bluetile is a tiling window manager for Linux, designed to integrate with
@@ -33,7 +36,7 @@ conventions and providing both mouse and keyboard access for all features.
 
 %prep
 %setup -q
-%patch1 -p1 -b .orig
+#%%patch1 -p1 -b .orig
 
 cp -p %{SOURCE1} .
 
@@ -61,7 +64,6 @@ install -p -m 0644 man/bluetile.1 %{buildroot}%{_mandir}/man1
 
 
 %files
-%defattr(-,root,root,-)
 %doc LICENSE README.fedora
 %attr(755,root,root) %{_bindir}/%{name}
 %attr(755,root,root) %{_bindir}/gnome-%{name}-session
@@ -74,6 +76,10 @@ install -p -m 0644 man/bluetile.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Sat Dec  3 2011 Jens Petersen <petersen at redhat.com> - 0.6-1
+- update to 0.6
+- drop bluetile-0.5.3-WMName.patch for now
+
 * Thu Oct 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.5.3-13.2
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 5b073a5..aa55532 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c3aecd280640f8435a8400e102cae95  bluetile-0.5.3.tar.gz
+5e1d097768f4751a2ae2756ae469a7b4  bluetile-0.6.tar.gz


More information about the scm-commits mailing list