[nntpgrab] Update to 0.7.2

Erik van Pienbroek epienbro at fedoraproject.org
Sun May 27 23:19:49 UTC 2012


commit 8eed01ccc34346ff14f7c05df826bae870834830
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon May 28 01:19:17 2012 +0200

    Update to 0.7.2
    
    - Update to 0.7.2
    - Dropped upstreamed php 5.4 compatibility patch
    - Dropped old obsoletes/provides tags
    - Dropped Fedora 14 specific pieces
    - Fixed various rpmlint warnings

 .gitignore    |    1 +
 nntpgrab.spec |   67 +++++++++++++++++++++++---------------------------------
 sources       |    2 +-
 3 files changed, 30 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 21092dc..2f4781a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /nntpgrab-0.6.92.tar.bz2
 /nntpgrab-0.7.0.tar.bz2
 /nntpgrab-0.7.1.tar.bz2
+/nntpgrab-0.7.2.tar.bz2
diff --git a/nntpgrab.spec b/nntpgrab.spec
index 24ec339..f3f3183 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -1,15 +1,12 @@
-Summary:        Download files from the usenet
-Name:           nntpgrab
-Version:        0.7.1
-Release:        3%{?dist}
-License:        GPLv2+
-Group:          Applications/Internet
-Source0:        http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
-Source1:        nntpgrab_php.ini
-Patch0:         %{name}-0.7.1-php54.patch
-
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-URL:            http://www.nntpgrab.nl
+Summary:	Download files from the usenet
+Name:		nntpgrab
+Version:	0.7.2
+Release:	1%{?dist}
+License:	GPLv2+
+Group:		Applications/Internet
+Source0:	http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
+Source1:	nntpgrab_php.ini
+URL:		http://www.nntpgrab.nl
 
 Requires:	nntpgrab-gui = %{version}-%{release}
 Requires:	nntpgrab-server = %{version}-%{release}
@@ -18,6 +15,7 @@ Requires:	nntpgrab-server-gtk = %{version}-%{release}
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext
 %if 0%{?fedora} >= 15
+BuildRequires:	gobject-introspection-devel
 BuildRequires:	gtk3-devel
 %else
 BuildRequires:	gtk2-devel
@@ -41,10 +39,7 @@ BuildRequires:	curl-devel
 BuildRequires:	libglade2-devel
 %endif
 %if 0%{?fedora} > 0
-BuildRequires:  qtsingleapplication-devel
-%endif
-%if 0%{?fedora} >= 15
-BuildRequires:	gobject-introspection-devel
+BuildRequires:	qtsingleapplication-devel
 %endif
 
 %description
@@ -52,7 +47,7 @@ With this program it is possible to download files from the usenet
 
 %package core
 Summary:	NNTPGrab Core library
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	par2cmdline
 
 %post	core -p /sbin/ldconfig
@@ -64,7 +59,7 @@ Core library of NNTPGrab containing all the internal plugins
 
 %package gui-base
 Summary:	Libraries required for the NNTPGrab GUI and NNTPGrab Server
-Group:		%{group}
+Group:		Applications/Internet
 
 %post	gui-base -p /sbin/ldconfig
 %postun gui-base -p /sbin/ldconfig
@@ -79,9 +74,7 @@ Summary:	GUI Frontend of NNTPGrab
 Requires:	nntpgrab-core = %{version}-%{release}
 Requires:	nntpgrab-gui-base = %{version}-%{release}
 Requires:	xdg-utils
-Group:		%{group}
-Obsoletes:	nntpgrab-gui-networked <= 0.4.2-3%{?dist}
-Provides:	nntpgrab-gui-networked = %{version}-%{release}
+Group:		Applications/Internet
 
 %description gui
 GUI Frontend of NNTPGrab (written in GTK)
@@ -90,7 +83,7 @@ GUI Frontend of NNTPGrab (written in GTK)
 %if 0%{?rhel} != 5
 %package gui-qt
 Summary:	GUI Frontend of NNTPGrab (Qt version)
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	nntpgrab-core = %{version}-%{release}
 
 %description gui-qt
@@ -100,7 +93,7 @@ GUI Frontend of NNTPGrab written in Qt
 
 %package devel
 Summary:	Development files for NNTPGrab
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	nntpgrab = %{version}-%{release}
 Requires:	glib2-devel
 
@@ -110,7 +103,7 @@ Development files needed to create NNTPGrab frontends
 
 %package server
 Summary:	NNTPGrab server (Console version)
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	nntpgrab-core = %{version}-%{release}
 
 %description server
@@ -122,11 +115,9 @@ This is the console version
 
 %package server-gtk
 Summary:	NNTPGrab server (GTK GUI version)
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	nntpgrab-core = %{version}-%{release}
 Requires:	nntpgrab-gui-base = %{version}-%{release}
-Obsoletes:	nntpgrab-server-gui <= 0.5.90-1%{?dist}
-Provides:	nntpgrab-server-gui = %{version}-%{release}
 
 %description server-gtk
 The NNTPGrab Server is required if you want to use the NNTPGrab webinterface
@@ -138,7 +129,7 @@ This the GUI version (based on GTK)
 %if 0%{?rhel} != 5
 %package server-qt
 Summary:	NNTPGrab server (Qt GUI version)
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	nntpgrab-core = %{version}-%{release}
 
 %description server-qt
@@ -152,10 +143,8 @@ This the GUI version (based on Qt)
 %package php
 Summary:	PHP module which allows PHP scripts to communicate with NNTPGrab
 Requires:	nntpgrab-core = %{version}-%{release}
-Group:		%{group}
+Group:		Applications/Internet
 Requires:	php >= 4.1.0
-Obsoletes:	nntpgrab-web <= 0.5.91-2%{?dist}
-Provides:	nntpgrab-web = %{version}-%{release}
 
 %description php
 PHP module which allows PHP scripts to communicate with NNTPGrab. NNTPGrab has an
@@ -164,17 +153,10 @@ embedded webinterface which doesn't require this package to be installed
 
 %prep
 %setup -q
-%patch0 -p1 -b .php54
 
 
 %build
-INTROSPECTION_ARGS=""
-
-%if 0%{?fedora} == 14
-INTROSPECTION_ARGS="--enable-introspection=no"
-%endif
-
-%configure --enable-php-module --disable-online-tests $INTROSPECTION_ARGS
+%configure --enable-php-module --disable-online-tests
 
 make %{?_smp_mflags}
 
@@ -375,6 +357,13 @@ install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/php.d/nntpgrab.ini
 
 
 %changelog
+* Sun May 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.7.2-1
+- Update to 0.7.2
+- Dropped upstreamed php 5.4 compatibility patch
+- Dropped old obsoletes/provides tags
+- Dropped Fedora 14 specific pieces
+- Fixed various rpmlint warnings
+
 * Wed May 16 2012 Dan HorĂ¡k <dan[at]danny.cz> - 0.7.1-3
 - fix build with PHP 5.4
 
diff --git a/sources b/sources
index 3cc04dd..49c36ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b5668f64ae4b9b0a4c108d5962791f5  nntpgrab-0.7.1.tar.bz2
+8edff49f7acc6b817c4c80ff8fad53e4  nntpgrab-0.7.2.tar.bz2


More information about the scm-commits mailing list