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

Kushal Das kushal at fedoraproject.org
Fri Jul 3 11:03:11 UTC 2009


Author: kushal

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

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


Index: lekhonee.spec
===================================================================
RCS file: /cvs/extras/rpms/lekhonee/F-10/lekhonee.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- lekhonee.spec	13 May 2009 13:00:48 -0000	1.2
+++ lekhonee.spec	3 Jul 2009 11:03:11 -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
+Version:        0.6
 Release:        1%{?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
@@ -14,10 +14,29 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools, PyQt4-devel, desktop-file-utils, PyKDE4-devel
 Requires:       PyQt4, mx, PyKDE4
+Requires:       %{name}-lib = %{version}-%{release}
 
 %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
+Requires:       %{name}-lib = %{version}-%{release}
+
+%description    gnome
+Wordpress desktop client frontend for Gnome
+
+
+
 %prep
 %setup -q
 
@@ -33,20 +52,64 @@ 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}/lekhoneeblog/*
 
-%files
+%files gnome
 %defattr(-,root,root,-)
-%doc docs/README docs/ChangeLog docs/COPYING 
-%{python_sitelib}/*
-%{_bindir}/*
-%{_datadir}/*
-%config(noreplace) %{_sysconfdir}/chotha.data
+%{_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}/pixmaps/lekhonee.png
+%{_datadir}/pixmaps/chotha/*
+%{_datadir}/applications/lekhonee.desktop
+%{python_sitelib}/Chotha/*
+%{python_sitelib}/*.egg-info
 
 %changelog
+* Fri Jul 03 2009 Kushal Das <kushal at fedoraproject.org> 0.6-1
+- New release
+
+* Tue Jun 30 2009 Kushal Das <kushal at fedoraproject.org> 0.5-3
+- Fixing requires issue
+
+* Tue Jun 30 2009 Kushal Das <kushal at fedoraproject.org> 0.5-2
+- Fixing requires issue
+
+* Tue Jun 30 2009 Kushal Das <kushal at fedoraproject.org> 0.5-1
+- New release
+
+* Wed Jun 17 2009 Kushal Das <kushal at fedoraproject.org> 0.4-5
+- Fixed more bugs
+
+* 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-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	14 May 2009 10:16:34 -0000	1.3
+++ sources	3 Jul 2009 11:03:11 -0000	1.4
@@ -1 +1 @@
-d94871dc86e3fbd83c7b456ed5eae626  lekhonee-0.3.1.tar.gz
+9b2f18145670f0956a1190416438bd2d  lekhonee-0.6.tar.gz




More information about the fedora-extras-commits mailing list