[tabbed] Bumping to 0.6

Petr Šabata psabata at fedoraproject.org
Wed Jan 22 11:41:09 UTC 2014


commit 217a0aef5738870ec9b92916b776b039ab3de569
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Jan 22 12:41:26 2014 +0100

    Bumping to 0.6
    
    - Adding README and TODO to %doc
    - Dropping the unneeded constructs
    - Tweaking the description a little bit

 .gitignore  |    1 +
 sources     |    2 +-
 tabbed.spec |   39 +++++++++++++--------------------------
 3 files changed, 15 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 05ef856..97ec2d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tabbed-0.2.tar.gz
+/tabbed-0.6.tar.gz
diff --git a/sources b/sources
index 09305e0..4ba7e5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc00ee1a9fd1478561b064cd6a53d494  tabbed-0.2.tar.gz
+7898992feb9358e0196119750b77b42c  tabbed-0.6.tar.gz
diff --git a/tabbed.spec b/tabbed.spec
index 1bb4fc2..f31d396 100644
--- a/tabbed.spec
+++ b/tabbed.spec
@@ -1,56 +1,43 @@
 Name:           tabbed
-Version:        0.2
-Release:        7%{?dist}
+Version:        0.6
+Release:        1%{?dist}
 Summary:        Simple Xembed container manager
-
 Group:          User Interface/X
 License:        MIT
 URL:            http://tools.suckless.org/tabbed
 Source0:        http://dl.suckless.org/tools/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires:  libX11-devel
 
-
 %description
-tabbed is a simple generic fronted to xembed aware applications
-
+A simple generic fronted to xembed aware applications.
 
 %prep
 %setup -q
-
 sed -e 's|/usr/local|%{_prefix}|g' \
     -e 's|/usr/lib|%{_libdir}|g' \
-    -e 's|-s ${LIBS}|-g ${LIBS}|g' \
-    -e 's|-std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}|%{optflags} ${INCS} ${CPPFLAGS}|g' \
+    -e 's|-std=c99 -pedantic -Wall -O0|%{optflags}|g' \
+    -e 's|-s\b||' \
     -i config.mk
-
 sed -i 's!^\(\t\+\)@!\1!' Makefile 
 
-
 %build
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
-make install \
-     DESTDIR=%{buildroot} \
-     INSTALL="install -p"
-
-
-%clean
-rm -rf %{buildroot}
-
+make install DESTDIR=%{buildroot}
 
 %files
-%defattr(-,root,root,-)
-%doc LICENSE
+%doc LICENSE README TODO
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.*
 
-
 %changelog
+* Wed Jan 22 2014 Petr Šabata <contyk at redhat.com> - 0.6-1
+- Bumping to 0.6
+- Adding README and TODO to %%doc
+- Dropping the unneeded constructs
+- Tweaking the description a little bit
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list