rpms/xesam-glib/devel import.log, NONE, 1.1 xesam-glib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Sat Jun 28 21:19:16 UTC 2008


Author: deji

Update of /cvs/pkgs/rpms/xesam-glib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23805/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log xesam-glib.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
xesam-glib-0_3_0-1_fc9:HEAD:xesam-glib-0.3.0-1.fc9.src.rpm:1214687905


--- NEW FILE xesam-glib.spec ---
Summary:	A GObject library for dealing with Xesam services
Name:		xesam-glib
Version:	0.3.0
Release:	1%{?dist}
License:	LGPLv2+
Group:		Applications/System
URL:		http://xesam.org/people/kamstrup/xesam-glib/
Source0:	http://xesam.org/people/kamstrup/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	dbus-glib-devel gettext
BuildRequires:	intltool gtk-doc pkgconfig perl(XML::Parser)

%description
Xesam-GLib is a GObject library for dealing with Xesam services.
Xesam is an umbrella project with the purpose of providing unified APIs and
specs for desktop search- and metadata services provided by applications such
as, Tracker, Strigi, Beagle, Pinot, Recoll, and Nepomuk-KDE.

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

%description devel
This package contains the libraries and header files needed for
developing with xesam-glib.

%prep
%setup -q

%build
%configure --disable-static 
sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool

make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

rm -rf %{buildroot}%{_prefix}/doc
rm -rf %{buildroot}%{_libdir}/*.la

# 'make check' will require a Xesam compliant desktop search service running 
#%check
#make check

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%files devel
%defattr(-, root, root, -)
%{_includedir}/xesam-1.0/
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_datadir}/gtk-doc/html/xesam-glib/

%changelog
* Wed Jun 25 2008 Deji Akingunola <dakingun at gmail.com> - 0.3.0-1
- Update to 0.3.0
- Implement some feedbacks from Fedora package review (#446158) 

* Mon May 12 2008 Deji Akingunola <dakingun at gmail.com> - 0.2.1-1
- Initial packaging for Fedora.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xesam-glib/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jun 2008 16:54:40 -0000	1.1
+++ .cvsignore	28 Jun 2008 21:18:32 -0000	1.2
@@ -0,0 +1 @@
+xesam-glib-0.3.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xesam-glib/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jun 2008 16:54:40 -0000	1.1
+++ sources	28 Jun 2008 21:18:32 -0000	1.2
@@ -0,0 +1 @@
+a4ed20a51589c5095854ed080a84cb5b  xesam-glib-0.3.0.tar.gz




More information about the fedora-extras-commits mailing list