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

Lorenzo Villani (arbiter) fedora-extras-commits at redhat.com
Thu May 1 18:32:18 UTC 2008


Author: arbiter

Update of /cvs/pkgs/rpms/bip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26184/devel

Modified Files:
	.cvsignore sources 
Added Files:
	bip.spec 
Log Message:
Initial import of bip



--- NEW FILE bip.spec ---
Name:    bip
Version: 0.7.2
Release: 5%{?dist}
Summary: IRC Bouncer 
Group:   Applications/Internet
License: GPLv2+
URL: http://bip.t1r.net
Source0: http://bip.t1r.net/downloads/bip-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel flex byacc autoconf m4

%description
Bip is an IRC proxy, which means it keeps connected to your preferred IRC
servers, can store the logs for you, and even send them back to your IRC
client(s) upon connection.
You may want to use bip to keep your logfiles (in a unique format and on a
unique computer) whatever your client is, when you connect from multiple
workstations, or when you simply want to have a playback of what was said
while you were away.

%prep
%setup -q
iconv -f iso-8859-1 -t utf-8 -o ChangeLog{.utf8,}
mv ChangeLog{.utf8,}


%build
%configure --enable-openssl
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# Remove misplaced files
rm -rf $RPM_BUILD_ROOT%{_defaultdocdir}/bip

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%doc samples/bip.conf
%doc samples/bip.vim
%{_bindir}/bip
%{_bindir}/bipmkpw
%{_mandir}/man1/bip.1.gz
%{_mandir}/man5/bip.conf.5.gz

%changelog
* Wed Apr 30 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-5
- Corrected License field
- Removed openssl from Requires

* Wed Apr 30 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-4
- Convert ChangeLog to utf-8 in prep
- Ensure that package is compiled using RPM_OPT_FLAGS
- Make usage of RPM_BUILD_ROOT consistent
- Removed macros from ChangeLog (bad mistake)

* Mon Apr 14 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-3
- Removed INSTALL from doc

* Sun Apr 13 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-2
- Added AUTHORS, ChangeLog, COPYING, INSTALL, README, TODO to docdir
- added --enable-ssl to configure, just to make sure that bip is built
  with SSL support using OpenSSL

* Sat Apr 12 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.2-1
- Version bump

* Sun Mar 16 2008 Lorenzo Villani <lvillani at binaryhelix.net> - 0.7.0-1
- Initial release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bip/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 May 2008 15:31:51 -0000	1.1
+++ .cvsignore	1 May 2008 18:31:33 -0000	1.2
@@ -0,0 +1 @@
+bip-0.7.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bip/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 May 2008 15:31:51 -0000	1.1
+++ sources	1 May 2008 18:31:33 -0000	1.2
@@ -0,0 +1 @@
+5c16e1a72ee9b59f1ffe5c1313a51077  bip-0.7.2.tar.gz




More information about the fedora-extras-commits mailing list