rpms/libchamplain/F-10 import.log, NONE, 1.1 libchamplain.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Debarshi Ray rishi at fedoraproject.org
Fri Feb 20 03:58:48 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libchamplain/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25422/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libchamplain.spec 
Log Message:
Initial import into F-10.
 
 Modified Files:
 	F-10/.cvsignore F-10/sources 
 Added Files:
 	F-10/import.log F-10/libchamplain.spec 



--- NEW FILE import.log ---
libchamplain-0_2_8-2_fc9:F-10:libchamplain-0.2.8-2.fc9.src.rpm:1235082448


--- NEW FILE libchamplain.spec ---
Summary:	Map view for Clutter
Name:		libchamplain
Version:	0.2.8
Release:	2%{?dist}
License:	LGPLv2+
Group:		System Environment/Libraries
URL:		http://blog.pierlux.com/projects/libchamplain/en/
Source0:	http://libchamplain.pierlux.com/release/0.2.8/%{name}-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: 	clutter-cairo-devel >= 0.8
BuildRequires: 	libsoup-devel

%description
Libchamplain is a C library aimed to provide a ClutterActor to display
rasterized maps.

%package devel
Summary:	Development files for %{name}
Group:		Development/Libraries

%if 0%{?fc10}
Requires:	clutter-devel >= 0.8
Requires:	pkgconfig
%endif

Requires:	gtk-doc
Requires:	%{name} = %{version}-%{release}

%description devel
This package contains development files for %{name}.

%prep
%setup -q

sed --in-place --expression 's/^#include <config.h>//g' ./demos/launcher.c

%build
%configure --disable-static --enable-gtk-doc

# Omit unused direct shared library dependencies.
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool

make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -delete

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

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

%dir %{_datadir}/champlain
%{_datadir}/champlain/error.svg

%files devel
%defattr(-,root,root,-)
%doc demos/launcher.c
%{_libdir}/%{name}-0.2.so
%{_libdir}/pkgconfig/champlain-0.2.pc

%dir %{_datadir}/gtk-doc/html/libchamplain
%doc %{_datadir}/gtk-doc/html/libchamplain/*

%dir %{_includedir}/%{name}-0.2
%{_includedir}/%{name}-0.2/champlain

%changelog
* Wed Jan 28 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.8-2
- Removed 'Requires: clutter-devel >= 0.8 pkgconfig' from libchamplain-devel
  for all distributions, except Fedora 10.
- Fixed sample code to not use generic headers.

* Wed Jan 14 2009 Debarshi Ray <rishi at fedoraproject.org> - 0.2.8-1
- Initial build. Imported SPEC from openSUSE.
  * Added a new constructor for ChamplainMarkers made of an image.
  * Double clicking on the map will now zoom and recenter.
  * When resizing a ChamplainView, the centered content will still be
    centered after the resizing.  Can be disabled.
  * The Map's license is displayed by default on the lower right corner. 
  * Fixed map centering on startup.
  * Fixed missing zoom level in OpenStreetMap Mapnik.
  * Closes GNOME Bugzilla bug #558026.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jan 2009 06:17:59 -0000	1.1
+++ .cvsignore	20 Feb 2009 03:58:18 -0000	1.2
@@ -0,0 +1 @@
+libchamplain-0.2.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libchamplain/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jan 2009 06:17:59 -0000	1.1
+++ sources	20 Feb 2009 03:58:18 -0000	1.2
@@ -0,0 +1 @@
+fa4a620efa1a1c1036b6701b7d4dafe1  libchamplain-0.2.8.tar.gz




More information about the fedora-extras-commits mailing list