rpms/gtkspell/devel gtkspell.spec,1.22,1.23

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Jan 21 15:34:51 UTC 2008


Author: mbarnes

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

Modified Files:
	gtkspell.spec 
Log Message:

* Mon Jan 21 2008 Matthew Barnes <mbarnes at redhat.com> - 2.0.11-7.fc9
- Incorporate package review feedback from Parag AN (RH bug #225876).



Index: gtkspell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtkspell/devel/gtkspell.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gtkspell.spec	28 Dec 2007 23:22:46 -0000	1.22
+++ gtkspell.spec	21 Jan 2008 15:34:15 -0000	1.23
@@ -2,13 +2,13 @@
 
 Name: gtkspell
 Version: 2.0.11
-Release: 6%{?dist}
-License: GPL
+Release: 7%{?dist}
+License: GPLv2+
 Group: System Environment/Libraries
-Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets.
+Summary: GtkSpell provides on-the-fly spell checking for GtkTextView widgets
 URL: http://gtkspell.sourceforge.net/
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Source: %{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
+Source: http://gtkspell.sourceforge.net/download/%{name}-%{version}.tar.gz
 
 ### Patches ###
 
@@ -36,13 +36,14 @@
 
 %package devel
 Group: Development/Libraries
-Summary: Development files for GtkSpell.
-Requires: %{name} = %{version}
+Summary: Development files for GtkSpell
+Requires: %{name} = %{version}-%{release}
 Requires: gtk2-devel
+Requires: pkgconfig
 
 %description devel
-The gtkspell-devel package provides header files and static libraries
-for developing applications which use GtkSpell.
+The gtkspell-devel package provides header files for developing 
+applications which use GtkSpell.
 
 %prep
 %setup -q
@@ -52,39 +53,39 @@
 
 %build
 autoreconf --force
-%configure --disable-gtk-doc
+%configure --disable-gtk-doc --disable-static 
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 find $RPM_BUILD_ROOT -name "*.la" -exec rm {} \;
-/sbin/ldconfig -n $RPM_BUILD_ROOT/%{_libdir}
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc NEWS README AUTHORS COPYING
+%doc README AUTHORS COPYING
 %{_libdir}/libgtkspell.so.0*
 
 %files devel
 %defattr(-,root,root,-)
 %{_datadir}/gtk-doc/html/gtkspell
 %{_includedir}/gtkspell-2.0
-%{_libdir}/libgtkspell.a
 %{_libdir}/libgtkspell.so
 %{_libdir}/pkgconfig/gtkspell-2.0.pc
 
 %changelog
+* Mon Jan 21 2008 Matthew Barnes <mbarnes at redhat.com> - 2.0.11-7.fc9
+- Incorporate package review feedback from Parag AN (RH bug #225876).
+
 * Fri Dec 28 2007 Matthew Barnes <mbarnes at redhat.com> - 2.0.11-6.fc9
 - Remove aspell dependency from devel subpackage.
 




More information about the fedora-extras-commits mailing list