rpms/weechat/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 weechat.spec, 1.4, 1.5

Paul P Komkoff Jr (stingray) fedora-extras-commits at redhat.com
Sun Feb 24 05:29:47 UTC 2008


Author: stingray

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

Modified Files:
	.cvsignore sources weechat.spec 
Log Message:
weechat-0.2.6-3


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/weechat/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 Oct 2007 13:46:01 -0000	1.4
+++ .cvsignore	24 Feb 2008 05:29:14 -0000	1.5
@@ -1 +1,2 @@
 weechat-0.2.6.tar.bz2
+weechat-pie-rollup.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/weechat/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Oct 2007 13:46:01 -0000	1.4
+++ sources	24 Feb 2008 05:29:14 -0000	1.5
@@ -1 +1,2 @@
 ccdecf663b0050a23049acb4b9a76193  weechat-0.2.6.tar.bz2
+9e5cf92e074e445bdd25ff3a14d91ea6  weechat-pie-rollup.patch.bz2


Index: weechat.spec
===================================================================
RCS file: /cvs/extras/rpms/weechat/devel/weechat.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- weechat.spec	20 Feb 2008 03:29:37 -0000	1.4
+++ weechat.spec	24 Feb 2008 05:29:14 -0000	1.5
@@ -1,8 +1,9 @@
 Name:      weechat
 Summary:   Portable, fast, light and extensible IRC client
 Version:   0.2.6
-Release:   2%{?dist}
+Release:   3%{?dist}
 Source:    http://weechat.flashtux.org/download/%{name}-%{version}.tar.bz2
+Patch0:    weechat-pie-rollup.patch.bz2
 URL:       http://weechat.flashtux.org
 Group:     Applications/Communications
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@@ -18,6 +19,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure \
@@ -31,6 +33,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR="$RPM_BUILD_ROOT"
 
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
+
 # This hardcoded docdir=... in Makefile.am is crap
 
 mv $RPM_BUILD_ROOT%{_docdir}/%{name}/html .
@@ -43,7 +47,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,0755) 
-%doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr INSTALL NEWS README TODO html weechat_quickstart*
+%doc AUTHORS BUGS ChangeLog COPYING FAQ FAQ.fr NEWS README TODO html weechat_quickstart*
 %{_mandir}/man1/%{name}-curses.1*
 %{_bindir}/%{name}-curses
 %dir %{_libdir}/%{name}
@@ -51,6 +55,11 @@
 %{_libdir}/%{name}/plugins/*
 
 %changelog
+* Sun Feb 24 2008 Paul P. Komkoff Jr <i at stingr.net> - 0.2.6-3
+- make weechat-curses a PIE
+- remove irrelevant INSTALL from docs
+- remove *.la from plugins
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.6-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list