SPECS (DEVEL): libexo.spec - 0.3.1.6beta1, added xfce-preferred-ap...

freetz freetz at pld-linux.org
Wed May 3 18:56:52 CEST 2006


Author: freetz                       Date: Wed May  3 16:56:52 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- 0.3.1.6beta1, added xfce-preferred-applications subpkg, fixed/updated BR

---- Files affected:
SPECS:
   libexo.spec (1.15 -> 1.15.2.1) 

---- Diffs:

================================================================
Index: SPECS/libexo.spec
diff -u SPECS/libexo.spec:1.15 SPECS/libexo.spec:1.15.2.1
--- SPECS/libexo.spec:1.15	Sat Mar 18 16:55:56 2006
+++ SPECS/libexo.spec	Wed May  3 18:56:47 2006
@@ -3,24 +3,26 @@
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
 #
+%define		_pre	beta1
 Summary:	Extension library to Xfce developed by os-cillation
 Summary(pl):	Biblioteka rozszerzeń do Xfce opracowana przez os-cillation
 Name:		libexo
-Version:	0.3.0
-Release:	1
+Version:	0.3.1.6
+Release:	0.%{_pre}.1
 License:	GPL v2
 Group:		Libraries
-Source0:	http://download.berlios.de/xfce-goodies/exo-%{version}.tar.bz2
-# Source0-md5:	ffcd73ec6b34f19c81afdc3f1a97377b
+Source0:	http://download.berlios.de/xfce-goodies/exo-%{version}%{_pre}.tar.bz2
+# Source0-md5:	27428c5462837162ccda6ae1d2626627
 URL:		http://www.os-cillation.com/
 BuildRequires:	gettext-devel
+BuildRequires:	gtk+2-devel >= 2:2.6.0
 BuildRequires:	gtk-doc >= 1.0
-BuildRequires:	gtk+2-devel >= 2:2.4.0
-BuildRequires:	libxfcegui4-devel >= 4.2.0
+BuildRequires:	libxfce4util-devel >= 4.2.2
 BuildRequires:	pkgconfig
 BuildRequires:	python
 BuildRequires:	python-pygtk-devel >= 2:2.4.0
 BuildRequires:	rpmbuild(macros) >= 1.219
+BuildRequires:	xfce-mcs-manager
 BuildRequires:	xorg-lib-libXt-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -30,12 +32,23 @@
 %description -l pl
 Biblioteka rozszerzeń do Xfce opracowana przez os-cillation.
 
+%package -n xfce-preferred-applications
+Summary:	The Xfce Preferred Applications framework
+Summary(pl):	Struktura Preferowanych Aplikacji Xfce
+Group:		Applications
+
+%description -n xfce-preferred-applications
+The Xfce Preferred Applications framework.
+
+%description -n xfce-preferred-applications -l pl
+Struktura Preferowanych Aplikacji Xfce.
+
 %package devel
 Summary:	Header files for libexo library
 Summary(pl):	Pliki nagłówkowe biblioteki libexo
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libxfcegui4-devel >= 4.2.0
+Requires:	libxfce4util-devel >= 4.2.2
 
 %description devel
 Header files for libexo library.
@@ -81,12 +94,13 @@
 Pliki programistyczne wiązań Pythona do libexo.
 
 %prep
-%setup -q -n exo-%{version}
+%setup -q -n exo-%{version}%{_pre}
 
 %build
 %configure \
 	--with-html-dir=%{_gtkdocdir} \
-	%{!?with_static_libs:--disable-static}
+	%{!?with_static_libs:--disable-static} \
+	--enable-xfce-mcs-manager
 %{__make}
 
 %install
@@ -112,13 +126,26 @@
 %doc AUTHORS ChangeLog HACKING NEWS README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
+%files -n xfce-preferred-applications
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/exo-helper-0.3
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xdg/xfce4/*.rc
+%{_datadir}/xfce4/doc/C
+%dir %{_datadir}/xfce4/helpers
+%{_datadir}/xfce4/helpers/*.desktop
+%{_desktopdir}/*.desktop
+%{_iconsdir}/hicolor/*/apps/preferences-desktop-default-applications.png
+%{_mandir}/man1/*.1*
+
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
 %{_includedir}/exo-0.3
 %{_pkgconfigdir}/*.pc
-%{_gtkdocdir}/exo
+# not present in beta ?
+#%{_gtkdocdir}/exo
 
 %if %{with static_libs}
 %files static
@@ -144,6 +171,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15.2.1  2006/05/03 16:56:47  freetz
+- 0.3.1.6beta1, added xfce-preferred-applications subpkg, fixed/updated BR
+
 Revision 1.15  2006/03/18 15:55:56  megabajt
 - modular xorg deps
 - added using py_postclean macro
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libexo.spec?r1=1.15&r2=1.15.2.1&f=u



More information about the pld-cvs-commit mailing list