rpms/xfprint/devel xfprint.spec,1.27,1.28

Christoph Wickert cwickert at fedoraproject.org
Mon Mar 2 22:46:41 UTC 2009


Author: cwickert

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

Modified Files:
	xfprint.spec 
Log Message:
* Sat Feb 28 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.0-2
- Fix directory ownership problems
- Move gtk-doc into devel package and mark it %doc
- Make devel package require pkgconfig and gtk-doc
- Require xfce4-doc



Index: xfprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfprint/devel/xfprint.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- xfprint.spec	27 Feb 2009 20:25:43 -0000	1.27
+++ xfprint.spec	2 Mar 2009 22:46:11 -0000	1.28
@@ -1,7 +1,7 @@
 Summary: Print dialog and printer manager for Xfce 4
 Name: xfprint
 Version: 4.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org
 Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfprint-%{version}.tar.bz2
@@ -9,6 +9,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
 Requires: a2ps
+Requires: xfce4-doc
 BuildRequires: glib2-devel
 BuildRequires: libxfcegui4-devel >= %{version}
 BuildRequires: a2ps
@@ -26,6 +27,8 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libxfcegui4-devel >= %{version}
+Requires: pkgconfig
+Requires: gtk-doc
 
 %description devel
 Static libraries and header files for the Xfce xfprint library.
@@ -72,9 +75,8 @@
 %{_libdir}/xfce4/xfprint-plugins
 %{_libdir}/*.so.*
 %{_datadir}/applications/*
-%{_datadir}/xfce4/doc/C
-%{_datadir}/xfce4/doc/fr
-%{_datadir}/gtk-doc/html/libxfprint
+%doc %{_datadir}/xfce4/doc/*/images/*
+%doc %{_datadir}/xfce4/doc/*/*.html
 %{_datadir}/icons/hicolor/*/*/*
 
 %files devel
@@ -82,8 +84,15 @@
 %{_includedir}/xfce4/libxfprint
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc
+%doc %{_datadir}/gtk-doc/html/libxfprint
 
 %changelog
+* Sat Feb 28 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.0-2
+- Fix directory ownership problems
+- Move gtk-doc into devel package and mark it %%doc
+- Make devel package require pkgconfig and gtk-doc
+- Require xfce4-doc
+
 * Thu Feb 26 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-1
 - Update to 4.6.0
 




More information about the fedora-extras-commits mailing list