packages: flickcurl/flickcurl.spec (NEW) - initial

alucard alucard at pld-linux.org
Sat Apr 23 23:03:46 CEST 2011


Author: alucard                      Date: Sat Apr 23 21:03:47 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/flickcurl:
   flickcurl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/flickcurl/flickcurl.spec
diff -u /dev/null packages/flickcurl/flickcurl.spec:1.1
--- /dev/null	Sat Apr 23 23:03:47 2011
+++ packages/flickcurl/flickcurl.spec	Sat Apr 23 23:03:39 2011
@@ -0,0 +1,113 @@
+# $Revision$, $Date$
+
+Summary:	Flickcurl is a C library for the Flickr API
+Summary(pl.UTF-8):	Flickcurl is a C library for the Flickr API
+Name:		flickcurl
+Version:	1.21
+Release:	1
+License:	GPLv2
+Group:		Administration/System
+Source0:	http://download.dajobe.org/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5:	d4d364231505dc22a6af42be7bc85edf
+URL:		http://dajobe.org
+BuildRequires:	curl-devel
+BuildRequires:	libxml2-devel
+BuildRequires:	libraptor-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl.UTF-8
+
+%package devel
+Summary:	Flickcurl development files
+Summary(pl.UTF-8):	Pliki programistyczne Flickcurl
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+This package contains the include files used to develop using Flickcurl
+APIs.
+
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkow służące do programowania z użyciem
+API Flickcurl.
+
+%package static
+Summary:	The Flickcurl static libraries
+Summary(pl.UTF-8):	Statyczne biblioteki Flickcurl
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+This package contains the Flickcurl static libraries.
+
+%description static -l pl.UTF-8
+Ten pakiet zawiera statyczne biblioteki Flickcurl.
+
+%package tools
+Summary:	The Flickcurl utility tools
+Summary(pl.UTF-8):	Programy narzędziowe do biblioteki Flickcurl
+Group:		Network/Utilities
+
+%description tools
+This package contains the Flickcurl utility tools.
+
+%description tools -l pl.UTF-8
+Ten pakiet zawiera programy narzędziowe do biblioteki Flickcurl.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libflickcurl.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libflickcurl.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root)  %{_bindir}/flickcurl-config
+%{_libdir}/libflickcurl.la
+%{_libdir}/libflickcurl.so
+%{_pkgconfigdir}/flickcurl.pc
+%{_includedir}/flickcurl.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libflickcurl.a
+
+%files tools
+%defattr(644,root,root,755)
+%attr(755,root,root)  %{_bindir}/flickcurl
+%attr(755,root,root)  %{_bindir}/flickrdf
+%{_mandir}/man1/flickcurl.1.*
+%{_mandir}/man1/flickcurl-config.1.*
+%{_mandir}/man1/flickrdf.1.*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/04/23 21:03:39  alucard
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list