rpms/libvoikko/devel libvoikko.spec, 1.16, 1.17 libvoikko-add-pkgconfig.patch, 1.1, NONE

Ville-Pekka Vainio vpv at fedoraproject.org
Sat Aug 23 20:58:54 UTC 2008


Author: vpv

Update of /cvs/pkgs/rpms/libvoikko/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12892

Modified Files:
	libvoikko.spec 
Removed Files:
	libvoikko-add-pkgconfig.patch 
Log Message:
* Sat Aug 23 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.0-0.1.rc1
- New release candidate, including the new voikkogc tool in voikko-tools
- Add defattr to voikko-tools
- Drop upstreamed pkg-config patch



Index: libvoikko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvoikko/devel/libvoikko.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libvoikko.spec	29 May 2008 23:27:48 -0000	1.16
+++ libvoikko.spec	23 Aug 2008 20:58:23 -0000	1.17
@@ -1,23 +1,18 @@
 Name:           libvoikko
-Version:        1.7
-Release:        3%{?dist}
+Version:        2.0
+Release:        0.1.rc1%{?dist}
 Summary:        Voikko is a library for spellcheckers and hyphenators
 
 Group:          System Environment/Libraries
 License:        GPLv2+
 URL:            http://voikko.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
-# Commented out the usual format of test release URLs
-#Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc2.tar.gz
-# This patch adds a libvoikko.pc file for use with pkg-config. The patch has
-# been committed to upstream SVN.
-Patch0:         libvoikko-add-pkgconfig.patch
+# The usual format of stable release URLs
+#Source0:        http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
+# The usual format of test release URLs
+Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  malaga-devel >= 7.8
-# These are temporarily needed for autoreconf and the AM_ICONV macro as long as
-# the pkgconfig patch is used.
-BuildRequires:  gettext-devel libtool
 Requires:       malaga-suomi-voikko >= 0.7.3
 
 %description
@@ -53,10 +48,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
-# configure.ac and src/Makefile.am have been patched, so this is needed for
-# the patches to actually have an effect.
-autoreconf
 
 
 %build
@@ -88,10 +79,13 @@
 %{_libdir}/*.so.*
 
 %files -n voikko-tools
+%defattr(-,root,root,-)
 %{_bindir}/voikkospell
 %{_bindir}/voikkohyphenate
+%{_bindir}/voikkogc
 %{_mandir}/man1/voikkohyphenate.1.gz
 %{_mandir}/man1/voikkospell.1.gz
+%{_mandir}/man1/voikkogc.1.gz
 
 %files devel
 %defattr(-,root,root,-)
@@ -101,6 +95,11 @@
 %{_libdir}/pkgconfig/libvoikko.pc
 
 %changelog
+* Sat Aug 23 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.0-0.1.rc1
+- New release candidate, including the new voikkogc tool in voikko-tools
+- Add defattr to voikko-tools
+- Drop upstreamed pkg-config patch
+
 * Fri May 30 2008 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 1.7-3
 - Add Requires pkgconfig to -devel
 


--- libvoikko-add-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list