[nntpgrab] Update to 0.7.0

epienbro epienbro at fedoraproject.org
Sat Sep 17 13:16:40 UTC 2011


commit 94a4109cb7cdbdcb66159703caecf988ad9bd267
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sat Sep 17 15:16:20 2011 +0200

    Update to 0.7.0

 .gitignore    |    1 +
 nntpgrab.spec |   41 +++++++++++++++--------------------------
 sources       |    2 +-
 3 files changed, 17 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c69ecc..65cca3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /nntpgrab-0.6.90.tar.bz2
 /nntpgrab-0.6.91.tar.bz2
 /nntpgrab-0.6.92.tar.bz2
+/nntpgrab-0.7.0.tar.bz2
diff --git a/nntpgrab.spec b/nntpgrab.spec
index 40c12e6..d35172c 100644
--- a/nntpgrab.spec
+++ b/nntpgrab.spec
@@ -1,14 +1,14 @@
-Summary: Download files from the usenet
-Name: nntpgrab
-Version: 0.6.92
-Release: 1%{?dist}
-License: GPLv2+
-Group: Applications/Internet
-Source0: http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
-Source1: nntpgrab_php.ini
-
-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-URL: http://www.nntpgrab.nl
+Summary:        Download files from the usenet
+Name:           nntpgrab
+Version:        0.7.0
+Release:        1%{?dist}
+License:        GPLv2+
+Group:          Applications/Internet
+Source0:        http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
+Source1:        nntpgrab_php.ini
+
+BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+URL:            http://www.nntpgrab.nl
 
 Requires:	nntpgrab-gui = %{version}-%{release}
 Requires:	nntpgrab-server = %{version}-%{release}
@@ -199,7 +199,6 @@ make check
 
 
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL_ROOT=%{buildroot}
 
 desktop-file-install --vendor fedora --delete-original \
@@ -283,15 +282,9 @@ install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/php.d/nntpgrab.ini
 %find_lang NNTPGrab
 
 
-%clean
-rm -rf %{buildroot}
-	
-
 %files
-%defattr(-,root,root,-)
 
 %files core -f NNTPGrab.lang
-%defattr(-,root,root,-)
 %doc COPYING ChangeLog
 %{_libdir}/libnntpgrab.so.0
 %{_libdir}/libnntpgrab.so.0.0.0
@@ -316,7 +309,6 @@ rm -rf %{buildroot}
 %{_datadir}/nntpgrab/web
 
 %files gui
-%defattr(-,root,root,-)
 %{_datadir}/applications/fedora-nntpgrab.desktop
 %{_bindir}/nntpgrab_gui
 %if 0%{?rhel} == 5
@@ -331,14 +323,12 @@ rm -rf %{buildroot}
 
 %if 0%{?rhel} != 5
 %files gui-qt
-%defattr(-,root,root,-)
 %{_bindir}/nntpgrab_gui_qt
 %{_datadir}/applications/fedora-nntpgrab_qt.desktop
 %{_datadir}/nntpgrab/translations/
 %endif
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/libnntpgrab.so
 %{_libdir}/libnntpgrab_glue.so
 %{_libdir}/libnntpgrab_utils.so
@@ -356,16 +346,13 @@ rm -rf %{buildroot}
 %endif
 
 %files gui-base
-%defattr(-,root,root,-)
 %{_libdir}/libnntpgrab_gui_base.so.0
 %{_libdir}/libnntpgrab_gui_base.so.0.0.0
 
 %files server
-%defattr(-,root,root,-)
 %{_bindir}/nntpgrab_server
 
 %files server-gtk
-%defattr(-,root,root,-)
 %{_bindir}/nntpgrab_server_gtk
 %{_datadir}/applications/fedora-nntpgrab_server_gtk.desktop
 %if 0%{?rhel} == 5
@@ -376,18 +363,20 @@ rm -rf %{buildroot}
 
 %if 0%{?rhel} != 5
 %files server-qt
-%defattr(-,root,root,-)
 %{_bindir}/nntpgrab_server_qt
 %{_datadir}/applications/fedora-nntpgrab_server_qt.desktop
 %endif
 
 %files php
-%defattr(-,root,root,-)
 %{_libdir}/php/modules/php_nntpgrab.so
 %config(noreplace) %{_sysconfdir}/php.d/nntpgrab.ini
 
 
 %changelog
+* Sat Sep 17 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.7.0-1
+- Update to the latest stable release: version 0.7.0
+- Dropped unneeded RPM tags
+
 * Wed Jul 20 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.6.92-1
 - Update to 0.6.92 (0.7 Beta 3)
 - Build against gtk3 on Fedora 15 and rawhide
diff --git a/sources b/sources
index 9baaea1..378125f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2cc4912a7f53c7e9c90e0d63c335216b  nntpgrab-0.6.92.tar.bz2
+88a1b17dcc2d55a997d45dc85ec6f75b  nntpgrab-0.7.0.tar.bz2


More information about the scm-commits mailing list