rpms/xfprint/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 xfprint.spec, 1.21, 1.22

Christoph Wickert cwickert at fedoraproject.org
Mon Oct 27 18:25:04 UTC 2008


Author: cwickert

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

Modified Files:
	.cvsignore sources xfprint.spec 
Log Message:
* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
- Update to 4.4.3
- BuildRequire intltool
- Update gtk-update-icon-cache scriptlets
- Configure with --disable-static



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfprint/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Dec 2007 06:17:15 -0000	1.9
+++ .cvsignore	27 Oct 2008 18:24:33 -0000	1.10
@@ -1 +1 @@
-xfprint-4.4.2.tar.bz2
+xfprint-4.4.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfprint/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Dec 2007 06:17:15 -0000	1.9
+++ sources	27 Oct 2008 18:24:33 -0000	1.10
@@ -1 +1 @@
-be4802807e74dea30f4825102ceff5c5  xfprint-4.4.2.tar.bz2
+7fc2cb1e531d22717b17f9f87711ec05  xfprint-4.4.3.tar.bz2


Index: xfprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfprint/devel/xfprint.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- xfprint.spec	10 Feb 2008 23:45:48 -0000	1.21
+++ xfprint.spec	27 Oct 2008 18:24:33 -0000	1.22
@@ -1,10 +1,10 @@
 Summary: Print dialog and printer manager for Xfce 4
 Name: xfprint
-Version: 4.4.2
-Release: 2%{?dist}
+Version: 4.4.3
+Release: 1%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org
-Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfprint-4.4.2.tar.bz2
+Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfprint-%{version}.tar.bz2
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
@@ -17,7 +17,7 @@
 BuildRequires: a2ps
 BuildRequires: cups-devel
 BuildRequires: gnutls-devel
-BuildRequires: gettext
+BuildRequires: gettext intltool
 
 %description
 xfprint contains a print dialog and a printer manager for the
@@ -36,7 +36,7 @@
 %setup -q
 
 %build
-%configure
+%configure  --disable-static
 
 make %{?_smp_mflags}
 
@@ -45,10 +45,7 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
-rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
-rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/xfprint-plugins/*.a
 rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/xfprint-plugins/*.la
 rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 
@@ -58,13 +55,15 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 /sbin/ldconfig
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 /sbin/ldconfig
 
 %files -f %{name}.lang
@@ -87,6 +86,12 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Mon Oct 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 4.4.3-1
+- Update to 4.4.3
+- BuildRequire intltool
+- Update gtk-update-icon-cache scriptlets
+- Configure with --disable-static
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
 - Rebuild for gcc43
 




More information about the scm-commits mailing list