rpms/lekhonee/F-11 lekhonee.spec,1.2,1.3 sources,1.3,1.4

Kushal Das kushal at fedoraproject.org
Wed Jun 17 13:55:37 UTC 2009


Author: kushal

Update of /cvs/extras/rpms/lekhonee/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6199

Modified Files:
	lekhonee.spec sources 
Log Message:
New release of lekhonee



Index: lekhonee.spec
===================================================================
RCS file: /cvs/extras/rpms/lekhonee/F-11/lekhonee.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lekhonee.spec	26 May 2009 10:26:47 -0000	1.2
+++ lekhonee.spec	17 Jun 2009 13:55:07 -0000	1.3
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           lekhonee
-Version:        0.3.1
-Release:        1%{?dist}
+Version:        0.4
+Release:        4%{?dist}
 Summary:        A blog client
 
-Group:          Applications/Publishing
+Group:          Applications/Internet
 License:        GPLv2
 URL:            http://fedorahosted.org/lekhonee
 Source0:        https://fedorahosted.org/releases/l/e/lekhonee/%{name}-%{version}.tar.gz
@@ -13,11 +13,28 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils, PyKDE4-devel
-Requires:       PyQt4, mx, PyKDE4
+Requires:       PyQt4, mx, PyKDE4, %{name}-lib
 
 %description
 A desktop wordpress client
 
+%package        lib
+Summary:        The backend library for wordpress desktop client
+Group:          Development/Languages
+
+%description    lib
+The backend library for wordpress desktop client
+
+%package        gnome
+Summary:        Wordpress desktop client frontend for Gnome
+Group:          Applications/Internet
+Requires:       gnome-python2-gtkspell pygtksourceview pywebkitgtk %{name}-lib
+
+%description    gnome
+Wordpress desktop client frontend for Gnome
+
+
+
 %prep
 %setup -q
 
@@ -33,20 +50,50 @@ desktop-file-install                    
 --dir=${RPM_BUILD_ROOT}%{_datadir}/applications           \
 %{buildroot}/%{_datadir}/applications/lekhonee.desktop
 
- 
+desktop-file-install                    \
+--dir=${RPM_BUILD_ROOT}%{_datadir}/applications           \
+%{buildroot}/%{_datadir}/applications/lekhonee-gnome.desktop
+
+
+rm  -rf %{buildroot}/%{_sysconfdir}/chotha.data
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%files lib
+%defattr(-,root,root,-)
+%{python_sitelib}/Chotha/__init__.py*
+%{python_sitelib}/Chotha/BlogServer.py*
+%{python_sitelib}/Chotha/Livejournal.py*
+%{python_sitelib}/Chotha/ServerFactory.py*
+%{python_sitelib}/Chotha/Wordpress.py*
 
-%files
+%files gnome
 %defattr(-,root,root,-)
-%doc docs/README docs/ChangeLog docs/COPYING 
-%{python_sitelib}/*
-%{_bindir}/*
+%{_bindir}/lekhonee-gnome
+%{_datadir}/chotha/gnome-frontend/*
+%{_datadir}/pixmaps/lekhonee-gnome.png
+%{_datadir}/applications/lekhonee-gnome*.desktop
+
+%files
+%doc docs/README docs/ChangeLog docs/COPYING
+%{_bindir}/lekhonee
 %{_datadir}/*
-%config(noreplace) %{_sysconfdir}/chotha.data
+%{python_sitelib}/*
 
 %changelog
+* Wed Jun 17 2009 Kushal Das <kushal at fedoraproject.org> 0.4-4
+- Fixed more bugs and a new release of the source
+
+* Wed Jun 17 2009 Kushal Das <kushal at fedoraproject.org> 0.4-3
+- Fixed more bugs
+
+* Wed Jun 17 2009 Kushal Das <kushal at fedoraproject.org> 0.4-2
+- Fixed more bugs
+
+* Mon Jun 15 2009 Kushal Das <kushal at fedoraproject.org> 0.4-1
+- testing dividing into subpackages
+
 * Wed May 13 2009 Kushal Das <kushal at fedoraproject.org> 0.3.1-1
 - New release of the source
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lekhonee/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	26 May 2009 10:26:47 -0000	1.3
+++ sources	17 Jun 2009 13:55:07 -0000	1.4
@@ -1 +1 @@
-d94871dc86e3fbd83c7b456ed5eae626  lekhonee-0.3.1.tar.gz
+36235dfe9a07dd74d7e02fecb18d1690  lekhonee-0.4.tar.gz




More information about the fedora-extras-commits mailing list