rpms/gwsmhg/devel gwsmhg.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mads Kiilerich kiilerix at fedoraproject.org
Wed Nov 18 01:25:14 UTC 2009


Author: kiilerix

Update of /cvs/pkgs/rpms/gwsmhg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31107/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gwsmhg.spec import.log 
Log Message:
Initial commit



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

Name:           gwsmhg
Version:        0.8.2
Release:        1%{?dist}
Summary:        A PyGTK GUI wrapper for hg and mq

Group:          Development/Tools
License:        GPLv2
Url:            http://gwsmhg.sourceforge.net/
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 pygtksourceview mercurial

%description
Mercurial (hg) is a distributed source control tool and Mercurial Queues (mq)
is a patch management tool extension to hg. gwsmhg is a PyGTK GUI wrapper for
hg and mq allowing them to be used in an integrated manner to manage a work
space.


%prep
%setup -q


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT

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

desktop-file-install gwsmhg.desktop \
    --dir $RPM_BUILD_ROOT%{_datadir}/applications


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING copyright
%{_bindir}/gwsmhg
%{python_sitelib}/gwsmhg*
%{_datadir}/pixmaps/gwsmhg*
%{_datadir}/applications/gwsmhg.desktop


%changelog
* Wed Nov 18 2009 Mads Kiilerich <mads at kiilerich.com> - 0.8.2-1
- Update to 0.8.2 where packaging hacks has been integrated

* Fri Oct 30 2009 Mads Kiilerich <mads at kiilerich.com> - 0.8.1-2
- Move patching to prep
- Debug_package doesn't matter for noarch
- Remove .desktop Category X-Fedora

* Tue Oct 27 2009 Mads Kiilerich <mads at kiilerich.com> - 0.8.1-1.fc12
- Fedora-compliant spec, based on upstream Makefile and bdist_rpm


--- NEW FILE import.log ---
gwsmhg-0_8_2-1_fc12:HEAD:gwsmhg-0.8.2-1.fc12.src.rpm:1258507443


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gwsmhg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Nov 2009 17:48:22 -0000	1.1
+++ .cvsignore	18 Nov 2009 01:25:13 -0000	1.2
@@ -0,0 +1 @@
+gwsmhg-0.8.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gwsmhg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Nov 2009 17:48:22 -0000	1.1
+++ sources	18 Nov 2009 01:25:14 -0000	1.2
@@ -0,0 +1 @@
+bf9c49007af997c9b4b173d78e6b8017  gwsmhg-0.8.2.tar.gz




More information about the fedora-extras-commits mailing list