rpms/pybackpack/F-7 pybackpack.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andy Price (andyp) fedora-extras-commits at redhat.com
Fri Jun 22 04:33:35 UTC 2007


Author: andyp

Update of /cvs/pkgs/rpms/pybackpack/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10438/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	pybackpack.spec 
Log Message:
Initial F-7 import



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

Summary: User oriented backup and restore application
Name: pybackpack
Version: 0.5.1
Release: 2%{?dist}
License: GPL
Group: Applications/Archiving
URL: http://andrewprice.me.uk/projects/pybackpack/
Source: http://andrewprice.me.uk/projects/pybackpack/download/pybackpack-%version.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel
BuildRequires: desktop-file-utils
Requires: pygtk2 >= %{pygtk2_version}
Requires: gnome-python2-nautilus-cd-burner
Requires: rdiff-backup >= 1.0
BuildArch:      noarch

%description
A GTK+ tool written in Python to backup files.

%prep
%setup -q

%build
python setup.py build
%install
rm -rf $RPM_BUILD_ROOT
python setup.py install --root $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 \
  --delete-original \
 $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop

%clean
rm -rf $RPM_BUILD_ROOT

#%post

#%postun

#%files -f %{name}.lang
%files
%defattr(-,root,root,-)
%doc COPYING CHANGELOG INSTALL
%dir %{python_sitelib}/pybackpack
%{_bindir}/pybackpack
%{python_sitelib}/pybackpack/*
%{_datadir}/applications/fedora-pybackpack.desktop
%{_datadir}/man/man1/pybackpack.1.gz
%{_datadir}/pixmaps/pybackpack_logo.png

%changelog
* Thu Jun 21 2007 Andy Price <andy at andrewprice.me.uk> - 0.5.1-2
- Use python_sitelib instead of python_sitearch
- Fix ownership of python/site-packages/pybackpack dir
- Remove X-Fedora category
- Move to Applications/Archiving group
* Sat May 26 2007 Andy Price <andy at andrewprice.me.uk> - 0.5.1-1
- Updated RPM to 0.5.1
* Sat Apr 09 2007 Andy Price <andy at andrewprice.me.uk> - 0.5.0-1
- Updated RPM to 0.5.0
- Added patch to remove shebangs from non-executables
* Sat Jan 06 2007 Andy Price <andy at andrewprice.me.uk> - 0.4.5-1
- Updated RPM to 0.4.5
* Mon Nov 20 2006 Andy Price <andy at andrewprice.me.uk> - 0.4.4-1
- Updated RPM to 0.4.4
* Tue Nov 14 2006 Andy Price <andy at andrewprice.me.uk> - 0.4.3-1
- Updated RPM to 0.4.3
* Sat Apr 22 2006 Dave Arter <davea at sucs.org> - 0.4.2-1
- Updated RPM to 0.4.2
* Sun Sep 18 2005 Dave Arter <davea at sucs.org> - 0.4.1-1
- Initial package attempt, using Jeff Spaleta's spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pybackpack/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Jun 2007 02:34:25 -0000	1.1
+++ .cvsignore	22 Jun 2007 04:33:00 -0000	1.2
@@ -0,0 +1 @@
+pybackpack-0.5.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pybackpack/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Jun 2007 02:34:25 -0000	1.1
+++ sources	22 Jun 2007 04:33:00 -0000	1.2
@@ -0,0 +1 @@
+d2673cbe5da9b149bb6f7976fe5a2089  pybackpack-0.5.1.tar.gz




More information about the fedora-extras-commits mailing list