rpms/xfwm4/devel xfwm4.spec,1.23,1.24

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Tue Apr 29 19:51:36 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfwm4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30442

Modified Files:
	xfwm4.spec 
Log Message:
* Wed Apr 23 2008 Christoph Wickert <fedora at christoph-wickert.de> - 4.4.2-3
- Switch to Nodoka theme by default
- disable-static instead of removing *.a files



Index: xfwm4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfwm4/devel/xfwm4.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- xfwm4.spec	10 Feb 2008 23:49:41 -0000	1.23
+++ xfwm4.spec	29 Apr 2008 19:50:56 -0000	1.24
@@ -1,10 +1,11 @@
 Summary: Next generation window manager for Xfce
 Name: xfwm4
 Version: 4.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfwm4-4.4.2.tar.bz2
+Patch: xfwm4-4.4.2-nodoka.patch
 
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -29,9 +30,10 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .nodoka
 
 %build
-%configure
+%configure  --disable-static
 
 make %{?_smp_mflags}
 
@@ -39,7 +41,6 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
 
 %find_lang %{name}
@@ -59,7 +60,7 @@
 %defattr(-,root,root,-)
 %doc example.gtkrc-2.0 README TODO COPYING AUTHORS COMPOSITOR
 %{_bindir}/xfwm4
-%{_libdir}/xfce4/mcs-plugins/*
+%{_libdir}/xfce4/mcs-plugins/*.so
 %{_datadir}/applications/*
 %{_datadir}/icons/hicolor/*/*/*
 %dir %{_datadir}/xfce4
@@ -69,6 +70,10 @@
 %{_datadir}/themes
 
 %changelog
+* Wed Apr 23 2008 Christoph Wickert <fedora at christoph-wickert.de> - 4.4.2-3
+- Switch to Nodoka theme by default
+- disable-static instead of removing *.a files
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
 - Rebuild for gcc43
 




More information about the fedora-extras-commits mailing list