rpms/ytree/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 ytree.spec, 1.3, 1.4

Rahul Sundaram sundaram at fedoraproject.org
Thu Jun 17 21:42:52 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/ytree/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3039

Modified Files:
	.cvsignore sources ytree.spec 
Log Message:
* Fri Jun 18 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.94-1
- New upstream release
  #  Adapted Makefile to respect environment CC and LDFLAGS 
  #  New "login to parent node" command ('p')
- Dropped the redundant buildroot items and clean section 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ytree/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	11 Oct 2009 14:28:00 -0000	1.3
+++ .cvsignore	17 Jun 2010 21:42:51 -0000	1.4
@@ -1 +1 @@
-ytree-1.93.tar.gz
+ytree-1.94.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ytree/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	11 Oct 2009 14:28:00 -0000	1.3
+++ sources	17 Jun 2010 21:42:51 -0000	1.4
@@ -1 +1 @@
-f1a989f331873b3be3eb18b7e936d6c7  ytree-1.93.tar.gz
+ec1de8e477006a4b2bf4218e3d9b9776  ytree-1.94.tar.gz


Index: ytree.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ytree/devel/ytree.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ytree.spec	11 Oct 2009 14:28:00 -0000	1.3
+++ ytree.spec	17 Jun 2010 21:42:51 -0000	1.4
@@ -1,13 +1,12 @@
 Summary: A filemanager similar to XTree
 Name: ytree
-Version: 1.93
+Version: 1.94
 Release: 1%{?dist}
 
 License: GPLv2+
 Group: System Environment/Shells
 URL: http://www.han.de/~werner/ytree.html
 Source0: http://www.han.de/~werner/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ncurses-devel >= 5.4
 BuildRequires: readline-devel >= 4.3 
@@ -22,14 +21,10 @@ A console based file manager in the trad
 make CFLAGS="$RPM_OPT_FLAGS" 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 
 install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1
 install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files 
 %defattr(-,root,root,-)
 %doc CHANGES COPYING README THANKS ytree.conf
@@ -37,6 +32,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/ytree
 
 %changelog
+* Fri Jun 18 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 1.94-1
+- New upstream release
+  #  Adapted Makefile to respect environment CC and LDFLAGS 
+  #  New "login to parent node" command ('p')
+- Dropped the redundant buildroot items and clean section 
+
 * Sun Aug 30 2009 Minto Joseph <mvaliyav at redhat.com> - 1.93-1
 - Rebased to 1.93
 



More information about the scm-commits mailing list