rpms/gscribble/F-11 gscribble.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Roshan Singh roshansingh at fedoraproject.org
Tue Dec 15 10:19:52 UTC 2009


Author: roshansingh

Update of /cvs/pkgs/rpms/gscribble/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11698/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	gscribble.spec import.log 
Log Message:
F-11 import



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

Name:           gscribble
Version:        0.0.2.1
Release:        1%{?dist}
Summary:        A desktop client for blogging

Group:          Applications/Internet
License:        GPLv2+
URL:            https://sourceforge.net/projects/gscribble
Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, desktop-file-utils
Requires:       pygtk2

%description
A desktop client for blogging.

%prep
%setup -q
sed -i 's|^#!/usr/bin/env python|#!/usr/bin/python|' gscribble

%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
desktop-file-validate %{buildroot}/%{_datadir}/applications/gscribble.desktop


 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc README LICENSE AUTHORS ChangeLog
%{python_sitelib}/libgscribble/
%{python_sitelib}/gscribble-*egg-info
%{_bindir}/gscribble
%{_datadir}/gscribble/
%{_datadir}/applications/gscribble.desktop
%{_datadir}/pixmaps/gscribble.png


%changelog
* Sat Oct 31 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.0.2.1-1
- New Release of gscribble with fixed version problem

* Tue Sep 17 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.0.2-1
- New Release of gscribble with proxy support 

* Tue Jul 7 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.0.1-1
- Removed rpmlinit errors and fixed ownership issues

* Tue Jul 7 2009 Roshan Kumar Singh <singh.roshan08 at gmail.com> 0.0.1-alpha
- First rpm of gscribble


--- NEW FILE import.log ---
gscribble-0_0_2_1-1_fc11:F-11:gscribble-0.0.2.1-1.fc11.src.rpm:1260872335


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gscribble/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	14 Dec 2009 17:45:14 -0000	1.1
+++ .cvsignore	15 Dec 2009 10:19:52 -0000	1.2
@@ -0,0 +1 @@
+gscribble-0.0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gscribble/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	14 Dec 2009 17:45:14 -0000	1.1
+++ sources	15 Dec 2009 10:19:52 -0000	1.2
@@ -0,0 +1 @@
+4222c4ec4eaa8ffb15f5f8e753dea8f2  gscribble-0.0.2.1.tar.gz




More information about the fedora-extras-commits mailing list