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

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Sun Jun 19 16:05:52 UTC 2005


Author: dwmw2

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

Modified Files:
	.cvsignore sources 
Added Files:
	ctrlproxy.spec 
Log Message:
auto-import ctrlproxy-2.6.2-1 on branch devel from ctrlproxy-2.6.2-1.src.rpm


--- NEW FILE ctrlproxy.spec ---
Summary: ctrlproxy
Name: ctrlproxy
Version: 2.6.2
Release: 1
License: GPL
Group: Applications/Internet
Source: http://jelmer.vernstok.nl/releases/ctrlproxy-%{version}.tar.gz
Url: http://jelmer.vernstok.nl/ctrlproxy/
BuildRoot: /var/tmp/%{name}-buildroot
BuildRequires: xmlto, libxml2-devel, glib2-devel, popt

%description
ctrlproxy is an IRC server with multiserver support. It runs as a dæmon
and connects to a number of IRC servers, then allows you to connect from
a workstation and work as the user that is logged in to the IRC server.
After you disconnect, it maintains the connection to the server. It acts
like any normal IRC server, so you can use any IRC client to connect to
it. It supports multiple client connections to one IRC server (under the
same nick), allowing you to connect to IRC using your IRC nick, even
while you have an IRC session open somewhere else. It supports logging
(in the same format as the irssi IRC client), password authentication,
and ctcp (in case no clients are connected).

%prep
%setup -q

%build
%configure
make
make -C doc manpages


%install
[ -d "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT
%makeinstall \
   mandir=$RPM_BUILD_ROOT/%{_mandir} \
   man1dir=$RPM_BUILD_ROOT/%{_mandir}/man1 \
   man5dir=$RPM_BUILD_ROOT/%{_mandir}/man5 \
   man7dir=$RPM_BUILD_ROOT/%{_mandir}/man7 \
   docdir=$RPM_BUILD_ROOT/usr/share/doc/ctrlproxy-%{version} \
   modulesdir=$RPM_BUILD_ROOT/%{_libdir}/ctrlproxy \
   moddir=$RPM_BUILD_ROOT/%{_libdir}/ctrlproxy \
   cdatadir=$RPM_BUILD_ROOT/usr/share/ctrlproxy
cd doc
gzip -9 ctrlproxy.1 ctrlproxyrc.5 *.7ctrlproxy
/usr/bin/install -d ${RPM_BUILD_ROOT}/%{_mandir}/man1
/usr/bin/install ctrlproxy.1.gz ${RPM_BUILD_ROOT}/%{_mandir}/man1
/usr/bin/install -d ${RPM_BUILD_ROOT}/%{_mandir}/man5
/usr/bin/install ctrlproxyrc.5.gz ${RPM_BUILD_ROOT}/%{_mandir}/man5
/usr/bin/install -d ${RPM_BUILD_ROOT}/%{_mandir}/man7
/usr/bin/install *.7ctrlproxy.gz ${RPM_BUILD_ROOT}/%{_mandir}/man7

%clean
[ -d "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS COPYING TODO README ChangeLog
/usr/bin/*
%{_mandir}/*/*
%dir /%{_libdir}/ctrlproxy
/%{_libdir}/ctrlproxy/*
/usr/include/*
%dir /usr/share/ctrlproxy
/usr/share/ctrlproxy/*

%changelog
* Fri Jun 17 2005 David Woodhouse <dwmw2 at infradead.org> 2.6.2-1
- Update for the 2.6.2 release.
- Make manpages

* Wed May 12 2004 Sean Reifschneider <jafo-rpms at tummy.com>
[Release 2.6.1-1]
- Update for the 2.6.1 release.

* Tue Nov 18 2003 Sean Reifschneider <jafo-rpms at tummy.com>
[Release 2.5-1]
- Updated for the 2.5 release.
- Making the "clean" mechanisms safer in the .spec file.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ctrlproxy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2005 16:05:20 -0000	1.1
+++ .cvsignore	19 Jun 2005 16:05:49 -0000	1.2
@@ -0,0 +1 @@
+ctrlproxy-2.6.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ctrlproxy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2005 16:05:20 -0000	1.1
+++ sources	19 Jun 2005 16:05:49 -0000	1.2
@@ -0,0 +1 @@
+62fc258cb17902b38b39dc5c5a4e27f9  ctrlproxy-2.6.2.tar.gz




More information about the fedora-extras-commits mailing list