Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lrupp
perl-CGI-IRC
perl-CGI-IRC.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-CGI-IRC.spec of Package perl-CGI-IRC
# # spec file for package perl-CGI-IRC # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define apache_cgidir %(%{_sbindir}/apxs2 -q CGIDIR) %define apache_sysconfdir %(%{_sbindir}/apxs2 -q SYSCONFDIR) %define real_name cgiirc Name: perl-CGI-IRC Version: 0.5.12 Release: 0 Summary: Web based IRC client License: GPL-2.0-only Group: Development/Libraries/Perl URL: https://cgiirc.org/ Source: cgiirc-%{version}.tar.gz BuildRequires: apache2-devel BuildRequires: gcc-c++ %if 0%{?suse_version} > 1020 Requires: perl-base %else Requires: perl %endif %description CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall. %prep %setup -q -n cgiirc-%{version} %build cc %{optflags} -O2 -o client.cgi client.c %install mkdir -p %{buildroot}/%{apache_cgidir} cp -aR * %{buildroot}/%{apache_cgidir}/ rm -rf %{buildroot}/%{apache_cgidir}/{docs,.gitattributes,.gitignore,README,client.c} find %{buildroot}/%{apache_cgidir} -name ".git*" -delete %files %doc docs README %{apache_cgidir}/* %attr(0755,root,root) %{apache_cgidir}/interfaces/interface-make/make-js-interfaces.pl %config(noreplace) %{apache_cgidir}/cgiirc.config %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor