rpms/dfish/devel dfish.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Novotny dnovotny at fedoraproject.org
Tue Feb 9 10:02:03 UTC 2010


Author: dnovotny

Update of /cvs/extras/rpms/dfish/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22134

Modified Files:
	.cvsignore sources 
Added Files:
	dfish.spec 
Log Message:
initial package creation



--- NEW FILE dfish.spec ---
Summary: A generic file selection front-end
Name: dfish
Version: 1.3
Release: 1%{dist}
License: GPL+
Group: Applications/File
Source: http://danielsoft.sweb.cz/%{name}-%{version}.tar.gz
URL: http://danielsoft.sweb.cz/dfish.html
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: tcl, tk


%description
Daniel's File Selection Hack (dfish) is a generic front-end
for selecting files.
Running dfish will give you a menu with all the files in
the specified directory. When you double-click a file,
an arbitrary command will be run.

%prep
%setup -q

%build

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
install -m 755 dfish $RPM_BUILD_ROOT/%{_bindir}
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
install -m 644 dfish.1 $RPM_BUILD_ROOT/%{_mandir}/man1


%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root, -)
%{_bindir}/dfish
%doc README CHANGELOG COPYING
%{_mandir}/man1/dfish.1*

%changelog
* Mon Feb 08 2010 Daniel Novotny <dnovotny at redhat.com> 1.3-1
- new upstream version

* Fri Feb 05 2010 Daniel Novotny <dnovotny at redhat.com> 1.2-1
- initial package creation


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dfish/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Feb 2010 00:37:15 -0000	1.1
+++ .cvsignore	9 Feb 2010 10:02:03 -0000	1.2
@@ -0,0 +1 @@
+dfish-1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dfish/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Feb 2010 00:37:15 -0000	1.1
+++ sources	9 Feb 2010 10:02:03 -0000	1.2
@@ -0,0 +1 @@
+54724d7da7b4beb3b98652508326f18f  dfish-1.3.tar.gz



More information about the scm-commits mailing list