rpms/aspell/F-12 aspell.spec,1.50,1.51

Ivana Varekova varekova at fedoraproject.org
Tue Dec 1 14:19:38 UTC 2009


Author: varekova

Update of /cvs/pkgs/rpms/aspell/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28775

Modified Files:
	aspell.spec 
Log Message:
- add --disable-rpath to configure part
  remove remanent obsolete tags
  fix license field



Index: aspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aspell/F-12/aspell.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- aspell.spec	27 Nov 2009 11:25:47 -0000	1.50
+++ aspell.spec	1 Dec 2009 14:19:38 -0000	1.51
@@ -1,9 +1,11 @@
 Summary: Spell checker
 Name: aspell
 Version: 0.60.6
-Release: 8%{?dist}
+Release: 9%{?dist}
 Epoch: 12
-License: LGPLv2 and MIT
+# LGPLv2+ .. aspell-0.60.6/misc/po-filter.c, ltmain.sh,
+# GPLv2+  .. aspell-0.60.6/misc/po-filter.c, aspell-0.60.6/ltmain.sh
+License: LGPLv2 and LGPLv2+ and GPLv2+ and MIT
 Group: Applications/Text
 URL: http://aspell.net/
 Source0: ftp://ftp.gnu.org/gnu/aspell/aspell-%{version}.tar.gz
@@ -34,8 +36,6 @@ Requires: aspell = %{epoch}:%{version}-%
 Requires: pkgconfig
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-Provides: pspell-devel < 0.13
-Obsoletes: pspell-devel < 0.13
 
 %description	devel
 Aspell is a spelling checker. The aspell-devel package includes the
@@ -52,9 +52,10 @@ iconv -f windows-1252 -t utf-8 manual/as
 mv manual/aspell.info.aux manual/aspell.info
 
 %build
-%configure
+%configure --disable-rpath
 make %{?_smp_mflags}
 cp scripts/aspell-import examples/aspell-import
+chmod 644 examples/aspell-import
 cp manual/aspell-import.1 examples/aspell-import.1
 
 
@@ -106,7 +107,7 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc README TODO COPYING examples/aspell-import examples/aspell-import.1
 %dir %{_libdir}/aspell-0.60
 %{_bindir}/a*
@@ -117,7 +118,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/word-list-compress
 %{_libdir}/lib*.so.*
 %{_libdir}/aspell-0.60/*
-%{_datadir}/locale/*/LC_MESSAGES/aspell.mo
 %{_infodir}/aspell.*
 %{_mandir}/man1/aspell.1.*
 %{_mandir}/man1/run-with-aspell.1*
@@ -125,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/prezip-bin.1.*
 
 %files		devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %dir %{_includedir}/pspell
 %{_bindir}/pspell-config
 %{_includedir}/aspell.h
@@ -136,6 +136,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/pspell-config.1*
 
 %changelog
+* Tue Dec  1 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 12:0.60.6-9
+- add --disable-rpath to configure part
+  remove remanent obsolete tags
+  fix license field
+
 * Fri Nov 27 2009 Ivana Hutarova Varekova <varekova at redhat.com> - 12:0.60.6-8
 - change summary name
   remove outdated Obsoletes, Conflicts and Provides flag




More information about the fedora-extras-commits mailing list