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

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Jan 20 21:39:07 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/wf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3584/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wf.spec 
Log Message:
Importing wf.




--- NEW FILE wf.spec ---
Summary:   Simple word frequency counter
Name:      wf
Version:   0.41
Release:   1%{?dist}
License:   GPLv2
Group:     Applications/Text
URL:       http://www.async.com.br/~marcelo/%{name}/
Source0:   http://www.async.com.br/~marcelo/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
wf scans a text file and counts the frequency of words through the
whole text.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} INSTALL="%{__install} -p" install

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*

%changelog
* Fri Jan 18 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.41-1
- 0.41

* Wed Jan 16 2008 Terje Rosten <terje.rosten at ntnu.no> - 0.4-1
- initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2008 18:39:27 -0000	1.1
+++ .cvsignore	20 Jan 2008 21:38:33 -0000	1.2
@@ -0,0 +1 @@
+wf-0.41.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jan 2008 18:39:27 -0000	1.1
+++ sources	20 Jan 2008 21:38:33 -0000	1.2
@@ -0,0 +1 @@
+2506603e8eafe0fab0c8e809b984d834  wf-0.41.tar.bz2




More information about the fedora-extras-commits mailing list