rpms/kphotobymail/devel kphotobymail.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kushal Das (kushal) fedora-extras-commits at redhat.com
Fri Sep 29 20:01:59 UTC 2006


Author: kushal

Update of /cvs/extras/rpms/kphotobymail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7511/devel

Modified Files:
	.cvsignore sources 
Added Files:
	kphotobymail.spec 
Log Message:
auto-import kphotobymail-0.3.2-4 on branch devel from kphotobymail-0.3.2-4.src.rpm


--- NEW FILE kphotobymail.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Name:		kphotobymail
Version: 	0.3.2
Release:	4%{?dist}
Summary:	A PyQT based application for uploading photos to flickr account
Group:		Applications/Internet
License:	GPL
URL:		http://kphotobymail.sourceforge.net/
Source: 	http://dl.sourceforge.net/sourceforge/kphotobymail/kphotobymail-%{version}.tar.gz

BuildArch: 	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	desktop-file-utils python >= 2.4, PyQt >= 3.15
Requires:	python >= 2.4, PyQt >= 3.15

%description
Kphotobymail is a PyQT based application for uploading photos 
to flickr account.You can also use it to send emails with photo 
attachment on the fly.

%prep
%setup -q


%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT

desktop-file-install --vendor fedora				\
	--dir ${RPM_BUILD_ROOT}%{_datadir}/applications		\
	--add-category X-Fedora					\
	--add-category Application				\
	--delete-original					\
	${RPM_BUILD_ROOT}%{_datadir}/applications/kphotobymail.desktop

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc docs/COPYING docs/LICENSE docs/README
%{_bindir}/kphotobymail
%dir %{python_sitelib}/Kphotobymail
%{python_sitelib}/Kphotobymail/*.py
%{python_sitelib}/Kphotobymail/*.pyc
%ghost %{python_sitelib}/Kphotobymail/*.pyo
%dir %{_datadir}/kphotobymail
%{_datadir}/kphotobymail/*
#No need to keep the previous kphotobymail.data
%config  /etc/kphotobymail.data
%{_datadir}/pixmaps/kphotobymail.png
%{_datadir}/applications/fedora-kphotobymail.desktop

%changelog
* Fri Sep 29 2006 Kushal Das <kushal at fedoraproject.org> 0.3.2-4
- spaces fixed, now having Tabs

* Fri Sep 29 2006 Kushal Das <kushal at fedoraproject.org> 0.3.2-3
- matched with UPSTREAM, BuildRequires also fixed

* Fri Sep 29 2006 Kushal Das <kushal at fedoraproject.org> 0.3.2-2
- added desktop-file-install

* Thu Sep 28 2006 Kushal Das <kushal at fedoraproject.org> 0.3.2-1
- Initial RPM release



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kphotobymail/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Sep 2006 20:00:55 -0000	1.1
+++ .cvsignore	29 Sep 2006 20:01:59 -0000	1.2
@@ -0,0 +1 @@
+kphotobymail-0.3.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kphotobymail/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Sep 2006 20:00:55 -0000	1.1
+++ sources	29 Sep 2006 20:01:59 -0000	1.2
@@ -0,0 +1 @@
+ea1faf6bc1e4a2ad7b381df34e0e8200  kphotobymail-0.3.2.tar.gz




More information about the fedora-extras-commits mailing list