rpms/tabbed/devel tabbed.spec,1.1,1.2

Simon Wesp cassmodiah at fedoraproject.org
Sun Jan 17 11:30:33 UTC 2010


Author: cassmodiah

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

Modified Files:
	tabbed.spec 
Log Message:
* Sun Jan 17 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.2-2
- Output is verbose now



Index: tabbed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tabbed/devel/tabbed.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- tabbed.spec	16 Jan 2010 17:20:59 -0000	1.1
+++ tabbed.spec	17 Jan 2010 11:30:33 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           tabbed
 Version:        0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple Xembed container manager
 
 Group:          User Interface/X
@@ -25,6 +25,8 @@ sed -e 's|/usr/local|%{_prefix}|g' \
     -e 's|-std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}|%{optflags} ${INCS} ${CPPFLAGS}|g' \
     -i config.mk
 
+sed -i 's!^\(\t\+\)@!\1!' Makefile 
+
 
 %build
 make %{?_smp_mflags}
@@ -32,7 +34,9 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}
+make install \
+     DESTDIR=%{buildroot} \
+     INSTALL="install -p"
 
 
 %clean
@@ -47,5 +51,8 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Jan 17 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.2-2
+- Output is verbose now
+
 * Sun Jan 10 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 0.2-1
 - Initial package build



More information about the scm-commits mailing list