rpms/ipe/F-11 ipe.spec, 1.22, 1.23 sources, 1.5, 1.6 ipe-6.0pre28-patch1.patch, 1.1, NONE ipe-6.0pre30-pdftex1.40.patch, 1.1, NONE

Laurent Rineau rineau at fedoraproject.org
Thu Aug 20 21:07:23 UTC 2009


Author: rineau

Update of /cvs/pkgs/rpms/ipe/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30960

Modified Files:
	ipe.spec sources 
Removed Files:
	ipe-6.0pre28-patch1.patch ipe-6.0pre30-pdftex1.40.patch 
Log Message:
* Thu Aug 20 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 6.0-0.32.pre32patch1%{?dist}
- New upstream release
- ipe5toxml no longer shipped
- Patch ipe-6.0pre30-pdftex1.40.patch is obsoleted



Index: ipe.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipe/F-11/ipe.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ipe.spec	27 Feb 2009 10:23:15 -0000	1.22
+++ ipe.spec	20 Aug 2009 21:07:23 -0000	1.23
@@ -1,8 +1,8 @@
-%define preversion 30
+%define preversion 32patch1
 
 Name:           ipe
 Version:        6.0
-Release:        0.29.pre%{preversion}%{?dist}
+Release:        0.32.pre%{preversion}%{?dist}
 Summary:        Drawing editor for creating figures in PDF or PostScript formats
 
 Group:          Applications/Publishing
@@ -11,13 +11,10 @@ Group:          Applications/Publishing
 License:        GPLv2+ with exceptions
 #
 URL:            http://tclab.kaist.ac.kr/ipe/
-Source0:        http://luaforge.net/frs/download.php/2727/ipe-6.0pre30-src.tar.gz
+Source0:        http://luaforge.net/frs/download.php/4052/ipe-6.0pre%{preversion}-src.tar.gz
 
 Patch1:         ipe-6.0pre30-gcc43.patch
 
-# Upstream patch. http://http.theano.de/cgi-bin/bugzilla/show_bug.cgi?id=253
-Patch2:         ipe-6.0pre30-pdftex1.40.patch
-
 # Fedora specific patch. It removes the runtime test of the Freetype
 # library version. Freetype is supposed to bump its soname if the ABI is
 # incompatible.
@@ -32,14 +29,13 @@ BuildRequires:  pkgconfig
 # Tips found at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=191589#c7
 %global qtdir %(pkg-config --variable=prefix QtCore)
 
-Requires:       tetex-latex
+Requires:       tex(latex)
 Requires:       urw-fonts
 Requires:       xdg-utils
 
 Provides:       ipe(api) = 5.99.%{preversion}pre
 Provides:       ipetoipe = %{version}
 Provides:       ipetopng = %{version}
-Provides:       ipe5toxml = %{version}
 
 %description
 Ipe is a drawing editor for creating figures in PDF or (encapsulated)
@@ -68,9 +64,11 @@ Requires: %{name} = %{version}-%{release
 %prep
 %setup -n %{name}-%{version}pre%{preversion} -q
 %patch1 -p1 -b '.gcc43'
-%patch2 -p1 -b '.pdf140'
 %patch10 -p1 -b '.no-freetype-check'
 
+# fix files permissions
+find src -type f -exec chmod -x {} +
+
 %build
 export QTDIR=%{qtdir}
 
@@ -158,12 +156,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/ipe
 %dir %{_datadir}/ipe/%{version}
 %{_datadir}/ipe/%{version}/*.xml
-%{_bindir}/ipe5toxml
 %{_bindir}/ipe
 %{_bindir}/ipetoipe
 %{_bindir}/ipetopng
 #%{_bindir}/figtoipe
-%{_mandir}/man1/ipe5toxml.1*
 %{_mandir}/man1/ipe.1*
 %{_mandir}/man1/ipetoipe.1*
 %{_mandir}/man1/ipetopng.1*
@@ -171,6 +167,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*%{name}*.desktop
 
 %files devel
+%defattr(-,root,root,-)
 %doc readme.txt gpl.txt news.txt
 %{_includedir}/*.h
 %{_libdir}/libipe.so
@@ -178,10 +175,23 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libipemodel.so
 
 %files doc
+%defattr(-,root,root,-)
 %doc readme.txt gpl.txt news.txt
 %{_datadir}/ipe/%{version}/doc
 
 %changelog
+* Thu Aug 20 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 6.0-0.32.pre32patch1%{?dist}
+- New upstream release
+- ipe5toxml no longer shipped
+- Patch ipe-6.0pre30-pdftex1.40.patch is obsoleted
+
+* Thu Aug 20 2009 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 6.0-0.31.pre30%{?dist}
+- Requires tex(latex) instead of tetex (replaced by TeXLive)
+- Add default attributes (error reported by rpmlint)
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0-0.30.pre30
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Fri Feb 27 2009  <Laurent.Rineau__fedora at normalesup.org> - 6.0-0.29.pre30%{?dist}
 - noarch ipe-doc
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ipe/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	14 Feb 2008 13:30:50 -0000	1.5
+++ sources	20 Aug 2009 21:07:23 -0000	1.6
@@ -1 +1 @@
-d0b203f1cbda664c76681b79684bde76  ipe-6.0pre30-src.tar.gz
+2d979ee33944452b7ba18a0ba7c176f3  ipe-6.0pre32patch1-src.tar.gz


--- ipe-6.0pre28-patch1.patch DELETED ---


--- ipe-6.0pre30-pdftex1.40.patch DELETED ---




More information about the fedora-extras-commits mailing list