rpms/tryton/F-10 tryton.desktop, NONE, 1.1 tryton.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Horák sharkcz at fedoraproject.org
Wed Dec 31 18:30:02 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/tryton/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16016

Modified Files:
	.cvsignore sources 
Added Files:
	tryton.desktop tryton.spec 
Log Message:
initial import


--- NEW FILE tryton.desktop ---
[Desktop Entry]
Name=Tryton
GenericName=ERP Client
Comment=Access Tryton ERP server
Exec=tryton
Icon=tryton-icon
StartupNotify=true
Terminal=false
Type=Application
Categories=Office;Finance;
Version=1.0


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

Name:           tryton
Version:        1.0.1
Release:        2%{?dist}
Summary:        Client for the Tryton application framework

Group:          Applications/Productivity
License:        GPLv3+
URL:            http://www.tryton.org
Source0:        http://downloads.tryton.org/1.0/%{name}-%{version}.tar.gz
Source10:       %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools desktop-file-utils
Requires:       pygtk2 mx pyOpenSSL pytz


%description
This is client for the Tryton application framework. The server can be found
in the trytond package.


%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 --vendor=fedora                            \
        --dir $RPM_BUILD_ROOT%{_datadir}/applications           \
        %{SOURCE10}

%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc CHANGELOG COPYRIGHT INSTALL LICENSE README TODO
%{_bindir}/%{name}
%{python_sitelib}/*
%{_datadir}/pixmaps/%{name}-*.svg
%{_datadir}/pixmaps/%{name}*.png
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Mon Dec 29 2008 Dan Horák <dan[at]danny.cz> 1.0.1-2
- set vendor for the desktop file
- improve Description

* Mon Dec  1 2008 Dan Horák <dan[at]danny.cz> 1.0.1-1
- update to upstream version 1.0.1

* Fri Nov 28 2008 Dan Horák <dan[at]danny.cz> 1.0.0-1
- initial Fedora version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Dec 2008 05:49:17 -0000	1.1
+++ .cvsignore	31 Dec 2008 18:30:01 -0000	1.2
@@ -0,0 +1 @@
+tryton-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tryton/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Dec 2008 05:49:17 -0000	1.1
+++ sources	31 Dec 2008 18:30:01 -0000	1.2
@@ -0,0 +1 @@
+35c76be93c2a8a0fd5c1b51eae88280c  tryton-1.0.1.tar.gz




More information about the fedora-extras-commits mailing list