[svn] r6412 - in trunk/rpms: . fakechroot httping trash-cli

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Fri Jul 18 16:53:42 CEST 2008


Author: dries
Date: 2008-07-18 15:53:42 +0100 (Fri, 18 Jul 2008)
New Revision: 6412

Added:
   trunk/rpms/trash-cli/
   trunk/rpms/trash-cli/trash-cli.spec
Modified:
   trunk/rpms/fakechroot/fakechroot.spec
   trunk/rpms/httping/httping.spec
Log:
some updates and trash-cli added

Modified: trunk/rpms/fakechroot/fakechroot.spec
===================================================================
--- trunk/rpms/fakechroot/fakechroot.spec	2008-07-18 10:09:34 UTC (rev 6411)
+++ trunk/rpms/fakechroot/fakechroot.spec	2008-07-18 14:53:42 UTC (rev 6412)
@@ -3,7 +3,7 @@
 
 Summary: Fake chroot environment
 Name: fakechroot
-Version: 2.6
+Version: 2.7
 Release: 1
 License: LGPL
 Group: Development/Tools
@@ -47,6 +47,9 @@
 %exclude %{_libdir}/fakechroot/libfakechroot.la
 
 %changelog
+* Fri Jul 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.7-1
+- Updated to release 2.7.
+
 * Tue May 08 2007 Dries Verachtert <dries at ulyssis.org> - 2.6-1
 - Updated to release 2.6.
 

Modified: trunk/rpms/httping/httping.spec
===================================================================
--- trunk/rpms/httping/httping.spec	2008-07-18 10:09:34 UTC (rev 6411)
+++ trunk/rpms/httping/httping.spec	2008-07-18 14:53:42 UTC (rev 6412)
@@ -4,7 +4,7 @@
 
 Summary: Ping alike tool for http requests
 Name: httping
-Version: 1.2.8
+Version: 1.2.9
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -45,6 +45,9 @@
 %{_bindir}/httping
 
 %changelog
+* Fri Jul 18 2008 Dries Verachtert <dries at ulyssis.org> - 1.2.9-1
+- Updated to release 1.2.9.
+
 * Sun Jun 29 2008 Dries Verachtert <dries at ulyssis.org> - 1.2.8-1
 - Updated to release 1.2.8.
 

Added: trunk/rpms/trash-cli/trash-cli.spec
===================================================================
--- trunk/rpms/trash-cli/trash-cli.spec	                        (rev 0)
+++ trunk/rpms/trash-cli/trash-cli.spec	2008-07-18 14:53:42 UTC (rev 6412)
@@ -0,0 +1,53 @@
+# $Id: $
+# Authority: dries
+
+%{?dtag: %{expand: %%define %dtag 1}}
+
+%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
+
+%define real_version 0.1.10.r41
+
+Summary: Command line interface to the FreeDesktop.org trashcan
+Name: trash-cli
+Version: 0.1.10.0.41
+Release: 1
+License: GPLv2
+Group: Applications/File
+URL: http://code.google.com/p/trash-cli/
+
+Source: http://dl.sf.net/bluetrash/trash-cli-%{real_version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: python, python-devel
+
+%description
+trash-cli is a command line interface to the FreeDesktop.org trashcan. It 
+implements the FreeDesktop.org trash specification. For each trashed file, 
+it will remember the name, original path, date of deletion, and permissions. 
+It interoperates with KDE Trash, and is CLI compatible with the rm command.
+
+%prep
+%setup -n trash-cli-%{real_version}
+
+%build
+CFLAGS="%{optflags}" %{__python} setup.py build
+
+%install
+%{__rm} -rf %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS COPYING INSTALL README
+%{_bindir}/empty-trash
+%{_bindir}/restore-trash
+%{_bindir}/list-trash
+%{_bindir}/trash
+%{python_sitearch}/libtrash.py*
+
+%changelog
+* Fri Jul 18 2008 Dries Verachtert <dries at ulyssis.org> - 0.1.10.0.41-1
+- Initial package.



More information about the svn-commits mailing list