rpms/pan/devel .cvsignore, 1.10, 1.11 pan.spec, 1.19, 1.20 sources, 1.10, 1.11

Alexander Dalloz (adalloz) fedora-extras-commits at redhat.com
Mon Oct 2 10:29:08 UTC 2006


Author: adalloz

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

Modified Files:
	.cvsignore pan.spec sources 
Log Message:
Taking over orphaned package pan from mpeters.

New upstream release 0.115 from beta tree, with comment:

This is the last `big change' release before 1.0. The week's cuts the
memory overhead in large groups by almost two thirds compared to last
week's release! This is huge news for alt.binaries readers.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	30 May 2006 19:50:35 -0000	1.10
+++ .cvsignore	2 Oct 2006 10:29:08 -0000	1.11
@@ -1,2 +1 @@
-pan-0.98.tar.bz2
-pan-0.99.tar.bz2
+pan-0.115.tar.bz2


Index: pan.spec
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/pan.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pan.spec	3 Jun 2006 10:07:14 -0000	1.19
+++ pan.spec	2 Oct 2006 10:29:08 -0000	1.20
@@ -1,19 +1,18 @@
-Summary: A GNOME/GTK+ news reader for X
-Name: pan
-Version: 0.99
-Release: 2%{?dist}
-Epoch: 1
-License: GPL
-Group: Applications/Internet
-Source0: http://pan.rebelbase.com/download/%{version}/SOURCE/%{name}-%{version}.tar.bz2
-Patch0: pan-0.99-gi18n.patch
-URL: http://pan.rebelbase.com/
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: desktop-file-utils
-BuildRequires: pcre-devel >= 5.0
-BuildRequires: gtkspell-devel >= 2.0.7
-BuildRequires: gettext
-BuildRequires: gmime-devel >= 2.1.0
+Summary:	A GNOME/GTK+ news reader for X
+Name:		pan
+Version:	0.115
+Release:	1%{?dist}
+Epoch:		1
+License:	GPL
+Group:		Applications/Internet
+Source0:	http://pan.rebelbase.com/download/%{version}/SOURCE/%{name}-%{version}.tar.bz2
+URL:		http://pan.rebelbase.com/
+Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:	desktop-file-utils
+BuildRequires:	pcre-devel >= 5.0
+BuildRequires:	gtkspell-devel >= 2.0.7
+BuildRequires:	gettext
+BuildRequires:	gmime-devel >= 2.1.0
 
 %description
 Pan is a newsreader which attempts to be pleasant to new and
@@ -27,39 +26,28 @@
 
 %prep
 %setup -q
-%patch0 -p0
-
-echo "StartupNotify=true" >> pan.desktop
-
-# fix debuginfo rpmlint errors
-for file in `find pan/gui -type f -name "*.cc"`; do
-  [ -x ${file} ] && chmod 644 ${file}
-done
-for file in `find pan/gui -type f -name "*.h"`; do
-  [ -x ${file} ] && chmod 644 ${file}
-done
-
 
+sed -i -e 's|StartupNotify=false|StartupNotify=true|' %{name}.desktop.in
 
 %build
 %configure 
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf %buildroot
-make DESTDIR=%buildroot install
+rm -rf %{buildroot}
+make DESTDIR=%{buildroot} install
 
-install -d $RPM_BUILD_ROOT%_datadir/applications
-desktop-file-install $RPM_BUILD_ROOT%_datadir/gnome/apps/Internet/%{name}.desktop \
+install -d $RPM_BUILD_ROOT%{_datadir}/applications
+desktop-file-install $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop \
 --vendor=fedora \
 --add-category=Application \
 --add-category=Network \
 --add-category=X-Fedora \
---dir=$RPM_BUILD_ROOT%_datadir/applications \
+--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
 --copy-name-to-generic-name \
 --delete-original
 
-%find_lang %name
+%find_lang %{name}
 
 %clean
 rm -rf %{buildroot}
@@ -67,11 +55,16 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO
-%{_bindir}/pan
+%{_bindir}/%{name}
 %{_datadir}/pixmaps/*
-%{_datadir}/applications/fedora-pan.desktop
+%{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Mon Oct 02 2006 Alexander Dalloz <alex {%} dalloz {*} de> - 1:0.115-1
+- Update to 0.115 (last `big change' release before 1.0)
+- removed unnecessary Patch0 pan-0.99-gi18n.patch
+- spec cleanups
+
 * Sat Jun 03 2006 Michael A. Peters <mpeters at mac.com> - 1:0.99-2
 - Patch0 to try and fix devel build
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	30 May 2006 19:50:35 -0000	1.10
+++ sources	2 Oct 2006 10:29:08 -0000	1.11
@@ -1,2 +1 @@
-004dd79036b726e666cadcfd080fd515  pan-0.98.tar.bz2
-d67316c696298e37471bd3638828de67  pan-0.99.tar.bz2
+45174cd93f9b1b9e3466cd8a74436c23  pan-0.115.tar.bz2




More information about the scm-commits mailing list