rpms/vips/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 vips.spec, 1.3, 1.4 vips-7.10.20-no-undef-vipsCC.patch, 1.2, NONE

Adam Goode (agoode) fedora-extras-commits at redhat.com
Fri May 4 03:33:33 UTC 2007


Author: agoode

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

Modified Files:
	.cvsignore sources vips.spec 
Removed Files:
	vips-7.10.20-no-undef-vipsCC.patch 
Log Message:
new release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vips/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Sep 2006 03:10:16 -0000	1.3
+++ .cvsignore	4 May 2007 03:32:58 -0000	1.4
@@ -1 +1 @@
-vips-7.10.21.tar.gz
+vips-7.12.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vips/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Sep 2006 03:10:16 -0000	1.3
+++ sources	4 May 2007 03:32:58 -0000	1.4
@@ -1 +1 @@
-e7279f1982dcf4c7d9f89d6ac4320c98  vips-7.10.21.tar.gz
+bb3e473cff2c288fd76bdf0a3aac0a60  vips-7.12.0.tar.gz


Index: vips.spec
===================================================================
RCS file: /cvs/extras/rpms/vips/devel/vips.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vips.spec	1 Sep 2006 03:10:16 -0000	1.3
+++ vips.spec	4 May 2007 03:32:58 -0000	1.4
@@ -1,21 +1,21 @@
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+
 Name:		vips
-Version:	7.10.21
+Version:	7.12.0
 Release:	1%{?dist}
 Summary: 	Library for processing large images
 
 Group:		System Environment/Libraries
 License:	LGPL
 URL:		http://www.vips.ecs.soton.ac.uk/
-Source0:	http://www.vips.ecs.soton.ac.uk/vips-7.10/%{name}-%{version}.tar.gz
-
-Patch0:		vips-7.10.20-no-undef-vipsCC.patch
+Source0:	http://www.vips.ecs.soton.ac.uk/vips-7.11/%{name}-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libjpeg-devel libtiff-devel zlib-devel fftw-devel lcms-devel
 BuildRequires:	libpng-devel glib2-devel ImageMagick-devel pango-devel
 BuildRequires:	pkgconfig gettext perl(XML::Parser)
-BuildRequires:	libtool
+BuildRequires:	libtool python-devel
 #Requires:
 
 
@@ -36,7 +36,7 @@
 Requires:	libpng-devel glib2-devel ImageMagick-devel pango-devel
 
 %description devel
-The vips-devel package contains the header files and
+The %{name}-devel package contains the header files and
 libraries necessary for developing programs using VIPS. It also
 contains a C++ API and development man pages.
 
@@ -46,7 +46,15 @@
 Group:		Applications/Multimedia
 
 %description tools
-The vips-tools package contains command-line tools for working with VIPS.
+The %{name}-tools package contains command-line tools for working with VIPS.
+
+
+%package python
+Summary:	Python support for the VIPS image processing library
+Group:		Development/Languages
+
+%description python
+The %{name}-python package contains Python support for VIPS.
 
 
 %package doc
@@ -60,9 +68,7 @@
 
 %prep
 %setup -q
-
-# link libvipsCC to libvips, so prelinking can work
-%patch -P 0 -p1 -b .no-undef-vipsCC
+find . -name 'CVS' -type d -print0 | xargs -0 rm -rf
 
 
 %build
@@ -73,12 +79,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-
-# delete libtool files
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la
-
-# delete static files (built because of LIBTOOL=libtool above)
-rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.a
+find $RPM_BUILD_ROOT \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'
 
 # delete doc (we will get it later with %doc)
 rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/vips
@@ -101,7 +102,7 @@
 
 %files -f vips7.lang
 %defattr(-,root,root,-)
-%doc AUTHORS THANKS TODO COPYING ChangeLog
+%doc AUTHORS NEWS THANKS TODO COPYING ChangeLog
 %{_libdir}/*.so.*
 %{_datadir}/vips
 
@@ -115,16 +116,26 @@
 
 
 %files tools
+%defattr(-,root,root,-)
 %{_bindir}/*
 %{_mandir}/man1/*
 
 
+%files python
+%defattr(-,root,root,-)
+%{python_sitearch}/*
+
+
 %files doc
+%defattr(-,root,root,-)
 %doc doc/html doc/ps
 
 
 
 %changelog
+* Mon Apr 30 2007 Adam Goode <adam at spicenitz.org> - 7.12.0-1
+- New upstream release
+
 * Thu Aug 31 2006 Adam Goode <adam at spicenitz.org> - 7.10.21-1
 - New upstream release
 


--- vips-7.10.20-no-undef-vipsCC.patch DELETED ---




More information about the fedora-extras-commits mailing list