SPECS: Thunar.spec - updated to 0.8.0 (Xfce 4.4.0) - added apidocs...

megabajt megabajt at pld-linux.org
Mon Jan 22 16:24:59 CET 2007


Author: megabajt                     Date: Mon Jan 22 15:24:59 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.0 (Xfce 4.4.0)
- added apidocs subpackage

---- Files affected:
SPECS:
   Thunar.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/Thunar.spec
diff -u SPECS/Thunar.spec:1.11 SPECS/Thunar.spec:1.12
--- SPECS/Thunar.spec:1.11	Fri Dec 22 17:01:34 2006
+++ SPECS/Thunar.spec	Mon Jan 22 16:24:54 2007
@@ -3,17 +3,16 @@
 # Conditional build:
 %bcond_without	static_libs	# don't build static library
 #
-%define		_pre		rc2
-%define		xfce_version	4.3.99.2
+%define		xfce_version	4.4.0
 Summary:	Xfce file manager
 Summary(pl):	Zarządca plików Xfce
 Name:		Thunar
-Version:	0.5.0
-Release:	0.%{_pre}.2
+Version:	0.8.0
+Release:	1
 License:	GPL v2 / LGPL v2
 Group:		X11/Applications
-Source0:	http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}%{_pre}.tar.bz2
-# Source0-md5:	c97f6a011eb72b8653ad799290c71d52
+Source0:	http://www.xfce.org/archive/xfce-%{xfce_version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5:	9f7b0945d6a235391049f6818fb4d188
 URL:		http://thunar.xfce.org/
 BuildRequires:	GConf2-devel >= 2.16.0
 BuildRequires:	dbus-glib-devel >= 0.62
@@ -22,10 +21,11 @@
 BuildRequires:	gettext-devel
 BuildRequires:	glib2-devel >= 1:2.12.4
 BuildRequires:	gtk+2-devel >= 2:2.10.6
+BuildRequires:	gtk-doc >= 1.7
 BuildRequires:	hal-devel >= 0.5.7
 BuildRequires:	intltool
 BuildRequires:	libexif-devel >= 0.6.13
-BuildRequires:	libexo-devel >= 0.3.1.12
+BuildRequires:	libexo-devel >= 0.3.2
 BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel >= 1.2.12
 BuildRequires:	libxfce4util-devel >= %{xfce_version}
@@ -35,11 +35,11 @@
 BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	startup-notification-devel >= 0.8
 BuildRequires:	xfce4-panel-devel >= %{xfce_version}
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
 Requires:	%{name}-libs = %{version}-%{release}
-Requires(post,postun):	gtk+2 >= 2:2.10.6
 Requires:	hal >= 0.5.7
-Requires(post,postun):	hicolor-icon-theme
-Requires:	libexo >= 0.3.1.12
+Requires:	libexo >= 0.3.2
 Requires:	shared-mime-info >= 0.15
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -50,6 +50,18 @@
 Thunar jest nowoczesnym zarządcą plików, nakierowanym na łatwość i
 szybkość użycia.
 
+%package apidocs
+Summary:	Thunar API documentation
+Summary(pl):	Dokumentacja API Thunar
+Group:		Documentation
+Requires:	gtk-doc-common
+
+%description apidocs
+Thunar API documentation.
+
+%description apidocs -l pl
+Dokumentacja API Thunar.
+
 %package libs
 Summary:	Thunar libraries
 Summary(pl):	Biblioteki Thunar
@@ -70,7 +82,7 @@
 Requires:	dbus-glib-devel >= 0.62
 Requires:	fam-devel
 Requires:	hal-devel >= 0.5.7
-Requires:	libexo-devel >= 0.3.1.12
+Requires:	libexo-devel >= 0.3.2
 Requires:	libjpeg-devel
 
 %description devel
@@ -92,17 +104,19 @@
 Statyczne biblioteki Thunar.
 
 %prep
-%setup -qn %{name}-%{version}%{_pre}
+%setup -q
 
 %build
 %configure \
 	--enable-dbus \
 	--enable-exif \
 	--enable-gnome-thumbnailers \
+	--enable-gtk-doc \
 	--enable-pcre \
 	--enable-startup-notification \
+	--with-html-dir=%{_gtkdocdir} \
 	%{?with_static_libs:--enable-static}
-	
+
 %{__make}
 
 %install
@@ -149,6 +163,10 @@
 %{_pixmapsdir}/Thunar
 %{_mandir}/man1/Thunar*
 
+# FIXME: maybe it's common dir?
+%dir %{_datadir}/thumbnailers
+%{_datadir}/thumbnailers/*.desktop
+
 %dir %{_docdir}/Thunar
 # move it to proper place
 %{_docdir}/Thunar/README*
@@ -158,11 +176,17 @@
 %{_docdir}/Thunar/html/C
 %{_docdir}/Thunar/html/*.css
 %lang(es) %{_docdir}/Thunar/html/es
+%lang(eu) %{_docdir}/Thunar/html/eu
 %lang(fr) %{_docdir}/Thunar/html/fr
 %lang(ja) %{_docdir}/Thunar/html/ja
+%lang(pl) %{_docdir}/Thunar/html/pl
 %lang(ru) %{_docdir}/Thunar/html/ru
 %lang(zh_TW) %{_docdir}/Thunar/html/zh_TW
 
+%files apidocs
+%defattr(644,root,root,755)
+%{_gtkdocdir}/thunar*
+
 %files libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
@@ -186,6 +210,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/01/22 15:24:54  megabajt
+- updated to 0.8.0 (Xfce 4.4.0)
+- added apidocs subpackage
+
 Revision 1.11  2006/12/22 16:01:34  arekm
 - rel .2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Thunar.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list