rpms/flickcurl/devel flickcurl.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Jun 8 11:05:43 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/flickcurl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8863/devel

Modified Files:
	.cvsignore sources 
Added Files:
	flickcurl.spec import.log 
Log Message:
Initial import.



--- NEW FILE flickcurl.spec ---
Name:		flickcurl
Version:	1.10
Release:	3%{?dist}
Summary:	C library for the Flickr API

Group:		System Environment/Libraries
License:	LGPLv2+ or GPLv2+ or ASL 2.0
URL:		http://librdf.org/%{name}/
Source0:	http://download.dajobe.org/%{name}/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	libxml2-devel, libcurl-devel, chrpath, raptor-devel

%description
Flickcurl is a C library for the Flickr API, handling creating the
requests, signing, token management, calling the API, marshalling
request parameters and decoding responses. It uses libcurl to call the
REST web service and libxml2 to manipulate the XML
responses. Flickcurl supports 100% of the 2009-04-04 version of the
API (see Flickcurl API coverage) including the functions for
photo/video uploading, browsing, searching, adding and editing
comments, groups, notes, photosets, categories, activity, blogs,
favorites, places, tags, machine tags, institutions, pandas and
photo/video metadata. It also includes a program flickrdf to turn
photo metadata, tags, machine tags and places into an RDF triples
description.

%package	devel
Summary:	Development files for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}, libxml2-devel, libcurl-devel, raptor-devel
BuildRequires:	pkgconfig

%description	devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q


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


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

#removing rpaths with chrpath
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickcurl
chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickrdf

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README NOTICE
%doc LICENSE-2.0.txt LICENSE.html COPYING.LIB
%doc coverage.html ChangeLog README.html NEWS.html
%{_libdir}/*.so.*
%{_bindir}/flickcurl
%{_bindir}/flickrdf
%{_mandir}/man1/%{name}.1.gz
%{_mandir}/man1/flickrdf.1.gz

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_datadir}/gtk-doc/html/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%{_bindir}/flickcurl-config
%{_mandir}/man1/%{name}-config.1.gz

%changelog
* Sun May 24 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.10-3
- Added pkgconfig as devel sub package BR
- Fixed %%files folder *gtk-doc/html ownership

* Wed May 06 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.10-2
- Added raptor-devel require.

* Wed May 06 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.10-1
- Initial package


--- NEW FILE import.log ---
flickcurl-1_10-3_fc10:HEAD:flickcurl-1.10-3.fc10.src.rpm:1244458708


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flickcurl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 May 2009 22:06:41 -0000	1.1
+++ .cvsignore	8 Jun 2009 11:05:08 -0000	1.2
@@ -0,0 +1 @@
+flickcurl-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flickcurl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 May 2009 22:06:41 -0000	1.1
+++ sources	8 Jun 2009 11:05:08 -0000	1.2
@@ -0,0 +1 @@
+9d952990fd13a8beebbffe58061bbd0f  flickcurl-1.10.tar.gz




More information about the fedora-extras-commits mailing list