rpms/ots/devel .cvsignore, 1.4, 1.5 ots.spec, 1.9, 1.10 sources, 1.4, 1.5 ots-0.4.2-gcc4.patch, 1.3, NONE

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Feb 9 02:46:36 UTC 2008


Author: pgordon

Update of /cvs/pkgs/rpms/ots/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27260

Modified Files:
	.cvsignore ots.spec sources 
Removed Files:
	ots-0.4.2-gcc4.patch 
Log Message:
Update to new upstream release (0.5.0) - API/ABI changes!


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ots/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	20 May 2006 20:27:15 -0000	1.4
+++ .cvsignore	9 Feb 2008 02:46:00 -0000	1.5
@@ -1 +1 @@
-ots-0.4.2.tar.gz
+ots-0.5.0.tar.gz


Index: ots.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ots/devel/ots.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ots.spec	25 Apr 2007 06:12:30 -0000	1.9
+++ ots.spec	9 Feb 2008 02:46:00 -0000	1.10
@@ -1,19 +1,20 @@
 Name:		ots
 Summary:	A text summarizer
-Version:	0.4.2
-Release:	11%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 
-License:	GPL
+License:	GPLv2+
 URL:		http://libots.sourceforge.net/
 Group:		System Environment/Libraries
 
 Source0:	http://prdownloads.sourceforge.net/libots/ots-%{version}.tar.gz
-Patch0:		%{name}-0.4.2-gcc4.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	glib2-devel >= 2.0
 BuildRequires:	libxml2-devel >= 2.4.23
+BuildRequires:	popt-devel >= 1.5
+BuildRequires:	libtoolize
 
 Requires:	%{name}-libs = %{version}-%{release}
 
@@ -24,11 +25,13 @@
 
  
 %package	devel
-Summary: 	Libraries and include files for developing with libots.
+Summary: 	Libraries and include files for developing with libots
 Group: 		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
 Requires: 	glib2-devel >= 2.0
 Requires:	libxml2-devel >= 2.4.23
+Requires:	popt-devel >= 1.5
+Requires:	pkgconfig
 
 %description	devel
 This package provides the necessary development libraries and include
@@ -45,13 +48,13 @@
 
 %prep
 %setup -q 
-%patch0 -p1 -b .gcc4
 
 
 %build
-%configure --with-html-dir=%{_datadir}/gtk-doc/html/ots	\
-	--disable-gtk-doc
-%{__make} LDFLAGS="-lglib-2.0 -lxml2"
+%configure --with-html-dir=%{_datadir}/gtk-doc/html/ots
+# XXX: Disgusting kludge to fix upstream's broken package.
+touch ./gtk-doc.make
+%{__make} LIBTOOL=%{_bindir}/libtool
 
 
 %install
@@ -72,17 +75,13 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
-%exclude %{_libdir}/*.a
-%exclude %{_libdir}/*.la
-## Currently, ots fails building gtk-doc API documentation (invalid source
-## markup), so there is no gain in attempting to store it in the final build.
-%exclude %{_datadir}/gtk-doc/
 %{_bindir}/ots
-%{_mandir}/man?/ots.1.*
 
 %files	libs
 %defattr(-,root,root,-)
 %doc COPYING
+%exclude %{_libdir}/*.a
+%exclude %{_libdir}/*.la
 %{_libdir}/libots-1.so.*
 %{_datadir}/ots/
 
@@ -95,6 +94,11 @@
 
 
 %changelog
+* Fri Feb 08 2008 Peter Gordon <peter at thecodergeek.com> - 0.5.0-1
+- Update to new upstream release (0.5.0).
+- Drop GCC4 patch (fixed upstream):
+  - 0.4.2-gcc4.patch
+
 * Mon Apr 23 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.2-11
 - Remove static libraries (%%_libdir/*.a).
 - Fix %%defattr lines in the %%files listings.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ots/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	20 May 2006 20:27:15 -0000	1.4
+++ sources	9 Feb 2008 02:46:00 -0000	1.5
@@ -1 +1 @@
-bb02a56a3bf2d5ebf9ffd064992d0ae4  ots-0.4.2.tar.gz
+1e140a4bf9d720b4339a5c2bdf4976e8  ots-0.5.0.tar.gz


--- ots-0.4.2-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list