rpms/ristretto/devel ristretto-0.0.91-dsofix.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ristretto.spec, 1.8, 1.9 sources, 1.4, 1.5 ristretto-0.0.22-dsofix.patch, 1.1, NONE

Christoph Wickert cwickert at fedoraproject.org
Tue Jul 13 13:20:50 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/ristretto/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8215

Modified Files:
	.cvsignore ristretto.spec sources 
Added Files:
	ristretto-0.0.91-dsofix.patch 
Removed Files:
	ristretto-0.0.22-dsofix.patch 
Log Message:
* Tue Jul 13 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.91-1
- Update to 0.0.91 (Development release for next major version)
- Require xfce4-doc for directory ownership of the nex docs


ristretto-0.0.91-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ristretto-0.0.91-dsofix.patch ---
--- ristretto-0.0.91.orig/src/Makefile.in	2010-07-12 23:17:27.000000000 +0200
+++ ristretto-0.0.91/src/Makefile.in	2010-07-13 12:46:30.000000000 +0200
@@ -146,7 +146,7 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
 LIBEXIF_LIBS = @LIBEXIF_LIBS@
 LIBEXIF_REQUIRED_VERSION = @LIBEXIF_REQUIRED_VERSION@


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	15 May 2009 19:13:18 -0000	1.4
+++ .cvsignore	13 Jul 2010 13:20:49 -0000	1.5
@@ -1 +1 @@
-ristretto-0.0.22.tar.gz
+ristretto-0.0.91.tar.bz2


Index: ristretto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/devel/ristretto.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ristretto.spec	17 Feb 2010 23:24:07 -0000	1.8
+++ ristretto.spec	13 Jul 2010 13:20:50 -0000	1.9
@@ -1,19 +1,22 @@
+%global majorversion 0.0
+
 Name:           ristretto
-Version:        0.0.22
-Release:        3%{?dist}
+Version:        0.0.91
+Release:        1%{?dist}
 Summary:        Image-viewer for the Xfce desktop environment
 Summary(de):    Bildbetrachter für die Xfce Desktop-Umgebung
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/ristretto/
-Source0:        http://goodies.xfce.org/releases/ristretto/ristretto-%{version}.tar.gz
-Patch0:         ristretto-0.0.22-dsofix.patch
+Source0:        http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.bz2
+Patch0:         ristretto-0.0.91-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  Thunar-devel >= 0.4, libxfcegui4-devel >= 4.4.0
 BuildRequires:  libexif-devel >= 0.6.0, dbus-glib-devel >= 0.34
 BuildRequires:  desktop-file-utils, gettext, intltool
+Requires:       xfce4-doc
 
 
 %description
@@ -41,7 +44,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 desktop-file-install --vendor fedora                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        --add-mime-type=image/tiff                              \
         --add-mime-type=image/x-bmp                             \
         --add-mime-type=image/x-png                             \
         --add-mime-type=image/x-pcx                             \
@@ -75,11 +77,16 @@ gtk-update-icon-cache %{_datadir}/icons/
 %doc AUTHORS COPYING ChangeLog README
 %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_docdir}/%{name}/html/C/index.html
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 
 
 %changelog
+* Tue Jul 13 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.91-1
+- Update to 0.0.91 (Development release for next major version)
+- Require xfce4-doc for directory ownership of the nex docs
+
 * Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.0.22-3
 - Add patch to fix DSO linking (#565114)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ristretto/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 May 2009 19:13:18 -0000	1.4
+++ sources	13 Jul 2010 13:20:50 -0000	1.5
@@ -1 +1 @@
-978ae19472c5a0b7d4b6622a68234a67  ristretto-0.0.22.tar.gz
+1df541b920f044ac9f3731b2a0fe02d1  ristretto-0.0.91.tar.bz2


--- ristretto-0.0.22-dsofix.patch DELETED ---



More information about the scm-commits mailing list