rpms/guiloader/devel guiloader-2.8.0-soversion.patch, NONE, 1.1 guiloader.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Denis Leroy (denis) fedora-extras-commits at redhat.com
Thu Oct 5 10:04:35 UTC 2006


Author: denis

Update of /cvs/extras/rpms/guiloader/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24848/devel

Modified Files:
	.cvsignore sources 
Added Files:
	guiloader-2.8.0-soversion.patch guiloader.spec 
Log Message:
auto-import guiloader-2.8.0-2 on branch devel from guiloader-2.8.0-2.src.rpm

guiloader-2.8.0-soversion.patch:

--- NEW FILE guiloader-2.8.0-soversion.patch ---
--- guiloader-2.8.0/guiloader/Makefile.in.orig	2006-09-12 10:54:56.000000000 +0200
+++ guiloader-2.8.0/guiloader/Makefile.in	2006-09-12 10:55:16.000000000 +0200
@@ -202,7 +202,6 @@
 	proxies.c proxies.h
 
 libguiloader_la_LIBADD = $(PKGS_LIBS)
-libguiloader_la_LDFLAGS = -no-undefined -avoid-version
 libguiloader_la_CPPFLAGS = $(PKGS_CFLAGS) $(GUILOADER_CFLAGS)
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = guiloader.pc


--- NEW FILE guiloader.spec ---
Name:           guiloader
Version:        2.8.0
Release:        2%{?dist}
Summary:        Gideon GuiXml Loader Library

Group:          System Environment/Libraries
License:        GPL
URL:            http://gideon.sourceforge.net
Source0:        http://dl.sourceforge.net/gideon/%{name}-%{version}.tar.bz2
Patch0:         guiloader-2.8.0-soversion.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel >= 2.10.0
BuildRequires:  gtk2-devel >= 2.8.0


%description
GuiLoader is a high-performance and compact GuiXml loader
library. This library allows GTK+ applications to create GUI widgets
and objects at run-time from GuiXml resource files. GuiLoader is
written in C language as a GObject subclass and has a trivial
language-independent API. GuiLoader was designed to be easily wrapped
for any language that has GTK+ bindings.


%package devel
Summary:        Headers for developing programs that will use %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       glib2-devel
Requires:       gtk2-devel
Requires:       pkgconfig


%description devel
This package contains the header files needed for developing %{name}
applications.


%prep
%setup -q
%patch0 -p1 -b .soversion


%build
%configure --disable-static --disable-dependency-tracking
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING README
%{_libdir}/*.so.*


%files devel
%defattr(-, root, root, -)
%doc NEWS
%{_includedir}/guiloader
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Thu Oct  5 2006 Denis Leroy <denis at poolshark.org> - 2.8.0-1
- Added pkgconfig devel Requires

* Sun Sep  3 2006 Denis Leroy <denis at poolshark.org> - 2.8.0-1
- First version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/guiloader/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Oct 2006 10:04:02 -0000	1.1
+++ .cvsignore	5 Oct 2006 10:04:34 -0000	1.2
@@ -0,0 +1 @@
+guiloader-2.8.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/guiloader/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Oct 2006 10:04:02 -0000	1.1
+++ sources	5 Oct 2006 10:04:34 -0000	1.2
@@ -0,0 +1 @@
+98980d8c65e53f0f5288d1ebdb652b70  guiloader-2.8.0.tar.bz2




More information about the scm-commits mailing list