rpms/anjuta-gdl/devel anjuta-gdl.spec,1.3,1.4

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sat Jul 8 22:03:48 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/anjuta-gdl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23788/devel

Modified Files:
	anjuta-gdl.spec 
Log Message:
auto-import anjuta-gdl-0.6.1-3 on branch devel from anjuta-gdl-0.6.1-3.src.rpm


Index: anjuta-gdl.spec
===================================================================
RCS file: /cvs/extras/rpms/anjuta-gdl/devel/anjuta-gdl.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- anjuta-gdl.spec	31 May 2006 22:02:12 -0000	1.3
+++ anjuta-gdl.spec	8 Jul 2006 22:03:47 -0000	1.4
@@ -1,23 +1,24 @@
 Name:		anjuta-gdl
 Summary:	Components and library for GNOME development tools
 Version:	0.6.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		Development/Libraries
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gdl/0.6/gdl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:		http://www.gnome.org
-BuildRequires: 	gtk2-devel, libgnomeui-devel, libbonoboui-devel, libxml2-devel, librsvg2-devel, intltool, gettext
+BuildRequires: 	gtk2-devel, libgnomeui-devel, libbonoboui-devel, libxml2-devel, librsvg2-devel, intltool, gettext, libglade2-devel, libgnome-devel
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
 
 %description
 This package contains components and libraries that are intended to be
 shared between GNOME development tools, including gnome-build and anjuta2.
 
-
 %package devel
 Summary:	Libraries and include files for gdl
 Group:		Development/Libraries
-Requires:	%{name} = %{version}
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
 Libraries and header files if you want to make use of the gdl library in your
@@ -40,11 +41,9 @@
 %clean
 rm -rf ${RPM_BUILD_ROOT}
 
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files -f gdl-1.lang
 %doc AUTHORS COPYING ChangeLog NEWS README
@@ -55,10 +54,15 @@
 %files devel
 %defattr (-, root, root)
 %{_includedir}/libgdl-1.0
-%{_libdir}/*so
+%{_libdir}/libgdl-1.so
 %{_libdir}/pkgconfig/gdl-1.0.pc
 
 %changelog
+* Sat Jul 08 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.1-3
+- spec file fixes
+- fixed missing -devel package deps
+- fixed post/postun
+
 * Wed May 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.6.1-2
 - Added addition buildreqs
 




More information about the fedora-extras-commits mailing list