SPECS: gnickr.spec (NEW) - initial PLD release

patrys patrys at pld-linux.org
Tue Dec 27 03:19:52 CET 2005


Author: patrys                       Date: Tue Dec 27 02:19:52 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   gnickr.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnickr.spec
diff -u /dev/null SPECS/gnickr.spec:1.1
--- /dev/null	Tue Dec 27 03:19:52 2005
+++ SPECS/gnickr.spec	Tue Dec 27 03:19:47 2005
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+Summary:	Gnickr! - Flickr! photo manager
+Name:		gnickr
+Version:	0.0.2
+Release:	0.1
+License:	GPL v2
+Group:		X11/Applications/Multimedia
+Source0:	http://dl.sourceforge.net/gnickr/%{name}-%{version}.tar.gz
+# Source0-md5:	551816663da55c9711981a014bc05d10
+URL:		http://gnickr.sourceforge.net/
+BuildRequires:	intltool
+BuildRequires:	pkgconfig
+BuildRequires:	python-devel
+BuildRequires:	python-gnome-devel >= 2.12.3
+BuildRequires:	python-pygtk-devel
+%pyrequires_eq	python-modules
+Requires:	gtk+2 >= 2:2.8.0
+Requires:	python-gnome
+Requires:	python-pygtk-gtk >= 2:2.8.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Gnickr allows you to manage photos on your Flickr site as if they
+were local files on your Gnome desktop. It does this by creating
+a Flickr virtual filesystem.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install gnickr.schemas
+
+%preun
+%gconf_schema_uninstall gnickr.schemas
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{py_sitedir}/*.py?
+%{_libdir}/gnome-vfs-2.0/modules/*.py?
+%{_sysconfdir}/gnome-vfs-2.0/modules/flickr.conf
+%{_sysconfdir}/gconf/schemas/gnickr.schemas
+
+%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  2005/12/27 02:19:47  patrys
+- initial PLD release
+
================================================================


More information about the pld-cvs-commit mailing list