rpms/xfprint/devel xfprint.spec,1.1,1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sun Mar 20 21:39:37 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/xfprint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18425

Modified Files:
	xfprint.spec 
Log Message:
readded changelog from core cvs spec
readded ldconfig and get rid of useless library
added Buildrequires for cups-devel



Index: xfprint.spec
===================================================================
RCS file: /cvs/extras/rpms/xfprint/devel/xfprint.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfprint.spec	19 Mar 2005 18:36:39 -0000	1.1
+++ xfprint.spec	20 Mar 2005 21:39:35 -0000	1.2
@@ -3,21 +3,21 @@
 Version: 4.2.1
 Release: 1
 License: BSD
-URL: http://www.xfce.org/
+URL: http://www.xfce.org
 Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfprint-4.2.1.tar.bz2
 Group: User Interface/Desktops
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: glib2 >= 2.2.0
-Requires: libxfcegui4 >= 4.2.1
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Prereq: /sbin/ldconfig
+Requires: libxfcegui4 >= %{version}
 Requires: a2ps
-BuildRequires: glib2-devel >= 2.2.0
-BuildRequires: libxfcegui4-devel >= 4.2.1
+BuildRequires: glib2-devel
+BuildRequires: libxfcegui4-devel >= %{version}
 BuildRequires: a2ps
+BuildRequires: cups-devel
 
 %description
-xfprint contains a print dialog and a printer manager for the Xfce 4
-Desktop Environment, it supports CUPS, BSD-LPR and file as printing
-destinations.
+xfprint contains a print dialog and a printer manager for the
+Xfce 4 Desktop Environment
 
 %prep
 %setup -q
@@ -29,29 +29,42 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README ChangeLog NEWS COPYING AUTHORS NOTES
 %{_bindir}/*
-%{_libdir}/xfce4/*
+%{_libdir}/xfce4/mcs-plugins
+%{_libdir}/xfce4/xfprint-plugins
 %{_datadir}/applications/*
-%{_datadir}/xfce4/*
-%{_datadir}/icons/*
+%{_datadir}/xfce4/doc/C
+%{_datadir}/icons/hicolor/*/*/*
 
 %changelog
 * Tue Mar 15 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.1-1
 - Updated to 4.2.1 version
-
-* Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-2
-- Fixed to use %find_lang
-- Removed generic INSTALL from %doc
 - Fixed case of Xfce
 
-* Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-1
-- Inital Fedora Extras version
+* Fri Jan 28 2005 Than Ngo <than at redhat.com> 4.2.0-1
+- 4.2.0
+
+* Wed Sep 01 2004 Than Ngo <than at redhat.com> 4.0.6-2
+- get rid of useless static library
+- add missing ldconfig
+- use find_lang
+
+* Tue Aug 17 2004 Than Ngo <than at redhat.com> 4.0.6-1 
+- Initial packaging for Fedora Core 3 




More information about the fedora-extras-commits mailing list