rpms/netstiff/F-8 netstiff.spec,NONE,1.1 sources,1.1,1.2

Ray Van Dolson (rayvd) fedora-extras-commits at redhat.com
Mon Jul 7 16:07:20 UTC 2008


Author: rayvd

Update of /cvs/pkgs/rpms/netstiff/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27357

Modified Files:
	sources 
Added Files:
	netstiff.spec 
Log Message:
Sources


--- NEW FILE netstiff.spec ---
%define verstring 20080331

Name:           netstiff
Version:        0
Release:        0.1.%{verstring}%{?dist}
Summary:        A powerful Web and FTP site update checker
Group:          Applications/Internet
License:        GPLv3+
URL:            http://pkqs.net/~sbeyer/#netstiff
Source:         http://pkqs.net/~sbeyer/tools/%{name}/%{name}_%{verstring}.orig.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

%description
netstiff (formerly known as webdiff) is a powerful Web and FTP site
update checker. It supports a variety of different methods (diff, html,
size, date, MD5 sum, regexp) to check for updates. There are also
sophisticated settings to make it useful for partly dynamic Web pages.
Without any given arguments, netstiff will either run its interactive
configuration tool or check your sites for updates and print the changes
in a diff(1)-like manner.

%prep
%setup -q -n %{name}_%{verstring}

%build

%install
%{__rm} -rf %{buildroot}

%{__install} -d 0755 %{buildroot}%{_bindir}
%{__install} -d 0755 %{buildroot}%{_mandir}/man1

%{__install} -m 0755 %{name} %{buildroot}%{_bindir}/
%{__install} -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/

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

%files
%defattr(-,root,root,-)
%doc ChangeLog LICENSE THANKSTO
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.gz

%changelog
* Wed Jul  2 2008 Ray Van Dolson <rayvd at fedoraproject.org> - 0-0.1.20080331
- Initial package


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/netstiff/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2008 20:37:56 -0000	1.1
+++ sources	7 Jul 2008 16:06:27 -0000	1.2
@@ -0,0 +1 @@
+afb24c1c966228664368f770dc42c021  netstiff_20080331.orig.tar.gz




More information about the scm-commits mailing list