SPECS: horde-nic.spec - add license to %doc (required by license) ...
glen
glen at pld-linux.org
Tue Mar 28 23:48:33 CEST 2006
Author: glen Date: Tue Mar 28 21:48:33 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- add license to %doc (required by license)
- license is some form of BSD
- add md5
---- Files affected:
SPECS:
horde-nic.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/horde-nic.spec
diff -u SPECS/horde-nic.spec:1.2 SPECS/horde-nic.spec:1.3
--- SPECS/horde-nic.spec:1.2 Tue Mar 28 23:22:54 2006
+++ SPECS/horde-nic.spec Tue Mar 28 23:48:28 2006
@@ -10,10 +10,10 @@
Name: horde-%{_hordeapp}
Version: 0.1
Release: %{?_rc:0.%{_rc}.}%{?_snap:0.%(echo %{_snap} | tr -d -).}%{_rel}
-License: GPL v2 (CHECK IT FIRST, could be ASL)
+License: BSD
Group: Applications/WWW
Source0: ftp://ftp.horde.org/pub/snaps/%{_snap}/%{_hordeapp}-HEAD-%{_snap}.tar.gz
-# Source0-md5:
+# Source0-md5: 7f3f1a42b62b1c9cb3d7ea545f59ef14
Source1: %{_hordeapp}.conf
URL: http://www.horde.org/nic/
BuildRequires: rpm-php-pearprov >= 4.0.2-98
@@ -22,7 +22,6 @@
Requires: apache(mod_access)
Requires: horde >= 3.0
Requires: webapps
-#Obsoletes: %{_hordeapp}
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,17 +38,15 @@
%description
NIC is a suite of simple network utilities given a PHP web frontend.
The list of tools includes:
-
- - Finger
- - ICQ lookup
- - DNS lookup
- - Email address verification
- - Ping
- - SMTP open relay checking
- - Service status
- - Traceroute
- - Whois
-
+- Finger
+- ICQ lookup
+- DNS lookup
+- Email address verification
+- Ping
+- SMTP open relay checking
+- Service status
+- Traceroute
+- Whois
The Horde Project writes web applications in PHP and releases them
under the GNU Public License. For more information (including help
@@ -59,12 +56,11 @@
%setup -qcT -n %{?_snap:%{_hordeapp}-%{_snap}}%{!?_snap:%{_hordeapp}-%{version}%{?_rc:-%{_rc}}}
tar zxf %{SOURCE0} --strip-components=1
-rm -f {,*/}.htaccess
for i in config/*.dist; do
mv $i config/$(basename $i .dist)
done
# considered harmful (horde/docs/SECURITY)
-rm -f test.php
+rm test.php
%install
rm -rf $RPM_BUILD_ROOT
@@ -112,7 +108,7 @@
%files
%defattr(644,root,root,755)
-%doc README docs/* scripts
+%doc LICENSE README docs/* scripts
%dir %attr(750,root,http) %{_sysconfdir}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
@@ -135,9 +131,13 @@
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/03/28 21:48:28 glen
+- add license to %doc (required by license)
+- license is some form of BSD
+- add md5
+
Revision 1.2 2006/03/28 21:22:54 paszczus
- there is sql too
Revision 1.1 2006/03/28 21:11:30 paszczus
- initial spec
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/horde-nic.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list