rpms/picviz/devel .cvsignore, 1.2, 1.3 picviz.spec, 1.2, 1.3 sources, 1.2, 1.3 picviz-0.2.3-pkgconfig-path.patch, 1.1, NONE picviz-0.2.3-plugin-path.patch, 1.1, NONE

Tomas Heinrich theinric at fedoraproject.org
Mon Oct 27 18:43:43 UTC 2008


Author: theinric

Update of /cvs/extras/rpms/picviz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27906

Modified Files:
	.cvsignore picviz.spec sources 
Removed Files:
	picviz-0.2.3-pkgconfig-path.patch 
	picviz-0.2.3-plugin-path.patch 
Log Message:
update to new upstream version



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/picviz/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	14 Aug 2008 12:11:31 -0000	1.2
+++ .cvsignore	27 Oct 2008 18:43:12 -0000	1.3
@@ -1 +1 @@
-picviz-0.2.3.tar.gz
+picviz-0.4.tar.gz


Index: picviz.spec
===================================================================
RCS file: /cvs/extras/rpms/picviz/devel/picviz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- picviz.spec	21 Sep 2008 22:38:20 -0000	1.2
+++ picviz.spec	27 Oct 2008 18:43:12 -0000	1.3
@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name: picviz
-Version: 0.2.3
-Release: 2%{?dist}
+Version: 0.4
+Release: 1%{?dist}
 Summary: Parallel coordinates plotter
 
 License: GPLv3+
@@ -10,8 +10,6 @@
 URL: http://www.wallinfire.net/picviz
 Source0: http://www.wallinfire.net/picviz/attachment/wiki/ReleasesDownload/%{name}-%{version}.tar.gz
 Source1: %{name}.desktop
-Patch0: picviz-0.2.3-pkgconfig-path.patch
-Patch1: picviz-0.2.3-plugin-path.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -19,6 +17,8 @@
 BuildRequires: flex
 BuildRequires: python-devel
 BuildRequires: pkgconfig
+BuildRequires: pcre-devel
+Requires: pcre
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -43,6 +43,13 @@
 Requires: %{name} = %{version}-%{release}
 Requires: plplot-libs
 
+%package plugin-pngcairo
+Summary: PNG Cairo plugin for picviz
+Group: Applications/Engineering
+BuildRequires: cairo-devel
+Requires: %{name} = %{version}-%{release}
+Requires: cairo
+
 %description
 Picviz is a parallel coordinates plotter which enables easy scripting
 from various input (tcpdump, syslog, iptables logs, apache logs,
@@ -66,10 +73,11 @@
 %description plugin-plplot
 Plugin for generating output using the plplot library.
 
+%description plugin-pngcairo
+Plugin for generating output using cairo-png.
+
 %prep
 %setup -q
-%patch0 -p1 -b .pkgconfig-path
-%patch1 -p1 -b .plugin-path
 
 %build
 mkdir -p build
@@ -100,8 +108,13 @@
 popd
 
 install -d -m 755 %{buildroot}/%{_datadir}/%{name}
-install -p -m 755 tools/* %{buildroot}/%{_datadir}/%{name}
-
+install -p -m 755 tools/*.pl %{buildroot}/%{_datadir}/%{name}
+install -p -m 755 tools/apache-access2picviz %{buildroot}/%{_datadir}/%{name}
+install -p -m 755 tools/apache-error2picviz %{buildroot}/%{_datadir}/%{name}
+install -p -m 755 tools/tcpdumpplain2picviz %{buildroot}/%{_datadir}/%{name}
+install -d -m 755 %{buildroot}/%{_datadir}/%{name}/auth
+install -p -m 755 tools/auth/ssh-auth2pcv.pl %{buildroot}/%{_datadir}/%{name}/auth
+install -p -m 755 tools/auth/ssh-opensession2pcv.pl %{buildroot}/%{_datadir}/%{name}/auth
 desktop-file-install --vendor="fedora" --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1}
 
 %clean
@@ -114,12 +127,14 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING README doc/*
+%{_mandir}/man1/*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_libdir}/*.so.*
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*.so
 %exclude %{_libdir}/%{name}/libpicvizoutplplot.so
+%exclude %{_libdir}/%{name}/libpicvizoutpngcairo.so
 %{python_sitearch}/picviz.so
 %{python_sitearch}/Picviz*.egg-info
 %{_bindir}/pcv
@@ -142,7 +157,14 @@
 %defattr(-,root,root,-)
 %{_libdir}/%{name}/libpicvizoutplplot.so
 
+%files plugin-pngcairo
+%defattr(-,root,root,-)
+%{_libdir}/%{name}/libpicvizoutpngcairo.so
+
 %changelog
+* Mon Oct 27 2008 Tomas Heinrich <theinric at redhat.com> 0.4-1
+- update to new upstream version
+
 * Mon Sep 22 2008 Tomas Heinrich <theinric at redhat.com> 0.2.3-2
 - fix plugin path (#462700)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/picviz/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	14 Aug 2008 12:11:31 -0000	1.2
+++ sources	27 Oct 2008 18:43:12 -0000	1.3
@@ -1 +1 @@
-f9cec855771f6129ebe2baf8debf6165  picviz-0.2.3.tar.gz
+92aecf1465a278095611d01fb4e86d28  picviz-0.4.tar.gz


--- picviz-0.2.3-pkgconfig-path.patch DELETED ---


--- picviz-0.2.3-plugin-path.patch DELETED ---




More information about the fedora-extras-commits mailing list