packages: sawfish/sawfish.spec - end of update to 1.8.1 - devel, static, kd...

uzsolt uzsolt at pld-linux.org
Thu May 5 11:32:20 CEST 2011


Author: uzsolt                       Date: Thu May  5 09:32:20 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- end of update to 1.8.1
- devel, static, kde subpackage
- small fixes

---- Files affected:
packages/sawfish:
   sawfish.spec (1.105 -> 1.106) 

---- Diffs:

================================================================
Index: packages/sawfish/sawfish.spec
diff -u packages/sawfish/sawfish.spec:1.105 packages/sawfish/sawfish.spec:1.106
--- packages/sawfish/sawfish.spec:1.105	Wed May  4 11:34:46 2011
+++ packages/sawfish/sawfish.spec	Thu May  5 11:32:15 2011
@@ -17,7 +17,6 @@
 # Source0-md5:	51c86ffa9ef7c8cf9d1737f883afae20
 Source1:	%{name}-xsession.desktop
 Patch0:		%{name}-applnk.patch
-%define		repexecdir	%(pkg-config --variable=repexecdir librep || echo "Install_librep-devel_and_rebuild_this_package")
 URL:		http://sawfish.wikia.com/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -32,9 +31,7 @@
 BuildRequires:	sed >= 4.0
 BuildRequires:	texinfo
 BuildRequires:	xorg-proto-xextproto-devel
-Requires:	%{repexecdir}
 Requires:	rep-gtk >= 0.17
-Requires:	rep-gtk-gnome >= 0.17
 Provides:	gnome-wm
 Obsoletes:	sawmill
 Obsoletes:	sawmill-gnome
@@ -87,12 +84,26 @@
 хочете використовувати його з GNOME, потрібно також встановити пакет
 sawfish-gnome.
 
+%package devel
+Summary:	Sawfish development files
+Group:		Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Sawfish development files.
+
+%package static
+Summary:	Static sawfish library
+Group:		Development/Libraries
+
+%description static
+Static sawfish library.
+
 %package gnome
 Summary:	GNOME support for sawmill
 Summary(pl.UTF-8):	Support GNOME'a dla sawmilla
 Group:		X11/Window Managers
 Requires:	%{name} = %{epoch}:%{version}-%{release}
-Requires:	rep-gtk-libglade >= 0.17
 
 %description gnome
 Optional GNOME support for sawmill. Includes a wm-entries spec, and a
@@ -114,6 +125,14 @@
 ви хочете використовувати sawfish з GNOME, вам потрібно встановити цей
 пакет.
 
+%package kde
+Summary:	KDE support for sawmill
+Group:		X11/Window Managers
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description kde
+Optional KDE support for sawmill.
+
 %prep
 %setup -q
 # %patch0 -p1
@@ -121,7 +140,7 @@
 mv -f po/{no,nb}.po
 
 %build
-%{__gettextize}
+%{__autoheader}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -145,7 +164,6 @@
 	G_MENU_DIR=%{_applnkdir}/Settings/GNOME \
 	host_type=%{_host}
 
-install Sawfish.desktop $RPM_BUILD_ROOT%{_wmpropsdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
 
 %find_lang %{name}
@@ -165,31 +183,44 @@
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/sawfish
 %{_datadir}/xsessions/%{name}.desktop
-%{_pixmapsdir}/*
+%{_iconsdir}/hicolor/*/apps/sawfish-config.png
 
-%dir %{_libexecdir}/sawfish
-%dir %{_libexecdir}/sawfish/%{version}
-%dir %{_libexecdir}/sawfish/%{version}/%{_host}
-%attr(755,root,root) %{_libexecdir}/sawfish/%{version}/%{_host}/*.so
-%{_libexecdir}/sawfish/%{version}/%{_host}/*.la
-%attr(755,root,root) %{_libexecdir}/sawfish/%{version}/%{_host}/gtk-style
-%attr(755,root,root) %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish-menu
-%attr(755,root,root) %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish-about
-%dir %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish
-%dir %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish/wm
-%dir %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish/wm/util
-%attr(755,root,root) %{_libexecdir}/sawfish/%{version}/%{_host}/sawfish/wm/util/*.so
-%{_libexecdir}/sawfish/%{version}/%{_host}/sawfish/wm/util/*.la
-%{_libexecdir}/sawfish/%{version}/%{_host}/DOC
-
-%dir %{repexecdir}/sawfish
-%attr(755,root,root) %{repexecdir}/sawfish/*.so
-%{repexecdir}/sawfish/*.la
+%dir %{_libexecdir}/rep/%{_host}/%{name}
+%attr(755,root,root) %{_libexecdir}/rep/%{_host}/%{name}/*.so
+%{_libexecdir}/rep/%{_host}/%{name}/*.la
+%attr(755,root,root) %{_libexecdir}/sawfish/gtk-style
+%attr(755,root,root) %{_libexecdir}/sawfish/sawfish-menu
+%attr(755,root,root) %{_libexecdir}/sawfish/sawfish-about
+%dir %{_libexecdir}/sawfish/sawfish
+%dir %{_libexecdir}/sawfish/sawfish/wm
+%dir %{_libexecdir}/sawfish/sawfish/wm/util
+%attr(755,root,root) %{_libexecdir}/sawfish/sawfish/wm/util/*.so
+%{_libexecdir}/sawfish/sawfish/wm/util/*.la
+%{_libexecdir}/sawfish/*.so
+%{_libexecdir}/sawfish/*.la
+%{_libexecdir}/sawfish/DOC
+%{_desktopdir}/%{name}.desktop
 %{_infodir}/sawfish*
+%{_mandir}/man1/sawfish*.1*
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/sawfish
+%{_pkgconfigdir}/sawfish.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libexecdir}/rep/%{_host}/%{name}/*.a
+%{_libexecdir}/%{name}/*.a
+%{_libexecdir}/%{name}/%{name}/wm/util/*.a
 
 %files gnome
 %defattr(644,root,root,755)
-%{_wmpropsdir}/Sawfish.desktop
+%{_wmpropsdir}/sawfish-wm.desktop
+
+%files kde
+%defattr(644,root,root,755)
+%{_datadir}/apps/ksmserver/windowmanagers/sawfish.desktop
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -197,6 +228,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.106  2011/05/05 09:32:15  uzsolt
+- end of update to 1.8.1
+- devel, static, kde subpackage
+- small fixes
+
 Revision 1.105  2011/05/04 09:34:46  uzsolt
 - begin update to 1.8.1
 - does not build
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sawfish/sawfish.spec?r1=1.105&r2=1.106&f=u



More information about the pld-cvs-commit mailing list