]> git.pld-linux.org Git - packages/cgiirc.git/commitdiff
- up to 0.5.3
authoraredridel <aredridel@pld-linux.org>
Fri, 31 Oct 2003 02:23:19 +0000 (02:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgiirc.spec -> 1.17

cgiirc.spec

index ce726f7d397380e8d5270d13674431ead02899e5..7f891e61e7a5caf9ee3b420564663c1b15db0a2c 100644 (file)
@@ -2,12 +2,12 @@
 Summary:       The CGI:IRC, chat on irc through www
 Summary(pl):   CGI:IRC, rozmowy irc poprzez www
 Name:          cgiirc
 Summary:       The CGI:IRC, chat on irc through www
 Summary(pl):   CGI:IRC, rozmowy irc poprzez www
 Name:          cgiirc
-Version:       0.4.2
+Version:       0.5.3
 Release:       2
 License:       GPL v2
 Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Release:       2
 License:       GPL v2
 Group:         Applications/Networking
 Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: 980d241a295c724a8c5b1a04370c35f2
+# Source0-md5: ed0be082c88b5760ba3818f33b3789e9
 URL:           http://cgiirc.sourceforge.net/doc.html
 BuildRequires: rpm-perlprov
 Requires:      webserver
 URL:           http://cgiirc.sourceforge.net/doc.html
 BuildRequires: rpm-perlprov
 Requires:      webserver
@@ -35,20 +35,18 @@ przegl
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/home/services/httpd/{html/%{name},cgi-bin/formats} \
-       $RPM_BUILD_ROOT%{_datadir}/docs/%{name}
+install -d $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/
 
 
-install html/*  $RPM_BUILD_ROOT/home/services/httpd/html/%{name}
-cp -avR cgi-bin/* $RPM_BUILD_ROOT/home/services/httpd/cgi-bin
+cp -avR {cgiirc.config,*.cgi,formats,images,interfaces,modules} $RPM_BUILD_ROOT/home/services/httpd/cgi-bin
+cp ipaccess.example $RPM_BUILD_ROOT/home/services/httpd/cgi-bin/ipaccess
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGES README TODO doc.html
+%doc README docs
 %defattr(755,http,http,755)
 %defattr(755,http,http,755)
-%config(noreplace) %verify(not size mtime md5) /home/services/httpd/cgi-bin/config
+%config(noreplace) %verify(not size mtime md5) /home/services/httpd/cgi-bin/cgiirc.config
 %config(noreplace) %verify(not size mtime md5) /home/services/httpd/cgi-bin/ipaccess
 %config(noreplace) %verify(not size mtime md5) /home/services/httpd/cgi-bin/ipaccess
-/home/services/httpd/html/%{name}
-/home/services/httpd/cgi-bin/*.cgi
+/home/services/httpd/cgi-bin/*
This page took 0.084295 seconds and 4 git commands to generate.