rpms/znc-extra/EL-5 znc-extra.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nick Bebout nb at fedoraproject.org
Wed Aug 5 04:10:47 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc-extra/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1197

Modified Files:
	.cvsignore sources 
Added Files:
	znc-extra.spec 
Log Message:
EL-5 commit for znc-extra-0.074



--- NEW FILE znc-extra.spec ---
Summary:        Extra modules for ZNC IRC bouncer
Name:           znc-extra
Version:        0.074
Release:        1%{?dist}
License:        GPLv2 with exceptions
Group:          System Environment/Daemons
URL:            http://znc.sf.net/
Source0:        http://downloads.sourceforge.net/sourceforge/znc/znc-extra-%{version}.tar.gz
Requires:       znc = %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:  znc-devel = %{version}
BuildRequires:  openssl-devel >= 0.9.8

# The following line is necessary because this module
# is needed for Fedora, but not for EPEL.
%{?fedora:BuildRequires: perl-ExtUtils-Embed}

%description
Extra modules for ZNC IRC bouncer

%prep
%setup -q

%build
%configure
%__make %{?_smp_mflags}

%install
%__rm -Rf "%{buildroot}"
%__make install DESTDIR="%{buildroot}"
#mkdir "%{buildroot}/%{_datadir}/znc"
#%__mv "%{buildroot}/%{_datadir}/webadmin" "%{buildroot}/%{_datadir}/znc/"

%clean
%__rm -Rf "%{buildroot}"

%files
%defattr(-,root,root)
%doc AUTHORS LICENSE LICENSE.OpenSSL
%{_libdir}/znc/*
%{_datadir}/znc/webadmin/skins/*

%changelog
* Tue Aug 4 2009 Nick Bebout <nb at fedoraproject.org> - 0.074-1
- Update to 0.074 of znc-extra
- Restore normal Requires and BuildRequires

* Sun Aug 2 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-3
- Re-add openssl-devel BuildRequires

* Sun Aug 2 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-2
- Do not attempt to own directories owned by znc package
- Change version to match znc-extra upstream
- Explicitly require znc = 0.074

* Wed Jul 22 2009 Nick Bebout <nb at fedoraproject.org> - 0.072-1
- Initial Fedora package based on 0.072 of upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/znc-extra/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Aug 2009 20:26:59 -0000	1.1
+++ .cvsignore	5 Aug 2009 04:10:47 -0000	1.2
@@ -0,0 +1 @@
+znc-extra-0.074.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/znc-extra/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Aug 2009 20:26:59 -0000	1.1
+++ sources	5 Aug 2009 04:10:47 -0000	1.2
@@ -0,0 +1 @@
+34c0f43318c8c4a2cfb3a962e1740255  znc-extra-0.074.tar.gz




More information about the fedora-extras-commits mailing list