rpms/cinepaint/devel cinepaint.spec, 1.1, 1.2 cinepaint-0.22-0-rm_rpath.patch, 1.1, 1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Mon Jul 16 07:46:58 UTC 2007


Author: kwizart

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

Modified Files:
	cinepaint.spec cinepaint-0.22-0-rm_rpath.patch 
Log Message:
Add BR ftgl-devel



Index: cinepaint.spec
===================================================================
RCS file: /cvs/extras/rpms/cinepaint/devel/cinepaint.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cinepaint.spec	13 Jul 2007 10:17:09 -0000	1.1
+++ cinepaint.spec	16 Jul 2007 07:46:25 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:           cinepaint
 Version:        %(echo %{cinever} |sed 's|-|.|')
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        CinePaint is a tool for manipulating images
 
 Group:          Applications/Multimedia
@@ -27,7 +27,7 @@
 BuildRequires:  docbook-utils
 BuildRequires:  flex
 BuildRequires:  fltk-devel
-#BuildRequires:  ftgl-devel # Not reviewed yet
+BuildRequires:  ftgl-devel 
 BuildRequires:  gettext
 BuildRequires:  gtk2-devel >= 2.10.8
 BuildRequires:  gutenprint-devel >= 5.0.0
@@ -43,6 +43,10 @@
 
 Requires:       freefont
 
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+
+
 %description
 CinePaint is used for motion picture frame-by-frame retouching, dirt removal,
 wire rig removal, render repair, background plates, and 3d model textures.
@@ -128,11 +132,11 @@
 
 %post 
 /sbin/ldconfig
-%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
+update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 
 %postun
 /sbin/ldconfig
-%{_bindir}/update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
+update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
 
 
 %files -f %{name}.lang
@@ -164,8 +168,10 @@
 %{_datadir}/aclocal/%{name}.m4
 
 
-
 %changelog
+* Mon Jul 16 2007 kwizart < kwizart at gmail.com > - 0.22.1-2
+- Add BR ftgl-devel
+
 * Tue Jun 19 2007 kwizart < kwizart at gmail.com > - 0.22.1-1
 - Update to 0.22-1
 - Moved cinepainttool in -devel

cinepaint-0.22-0-rm_rpath.patch:

Index: cinepaint-0.22-0-rm_rpath.patch
===================================================================
RCS file: /cvs/extras/rpms/cinepaint/devel/cinepaint-0.22-0-rm_rpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cinepaint-0.22-0-rm_rpath.patch	13 Jul 2007 10:17:09 -0000	1.1
+++ cinepaint-0.22-0-rm_rpath.patch	16 Jul 2007 07:46:25 -0000	1.2
@@ -8,7 +8,7 @@
 -      echo @abs_top_srcdir@/lib/.libs/$dlname $my_gtk_libs
 +#      export `cat @abs_top_srcdir@/lib/libcinepaint.la | grep dlname | sed s/\'//g`
 +#      echo @abs_top_srcdir@/lib/.libs/$dlname $my_gtk_libs
-+	echo -L at abs_top_srcdir@/lib/.libs -L at abs_top_srcdir@/libhalf/.libs -lcinepaint -lcinepaintHalf $my_gtk_labs
++	echo -L at abs_top_srcdir@/lib/.libs -L at abs_top_srcdir@/libhalf/.libs -lcinepaint -lcinepaintHalf $my_gtk_libs
        ;;
      --libs-noui)
        glib_ldflags=`echo $gtk_libs | sed -e 's/^.*-lgdk[^ ]* *\(-L[^ ]*\).*$/\1/' -e 's/^.* -lgdk[^ ]* .*$//'`




More information about the fedora-extras-commits mailing list