[xylib: 1/2] updated to xylib 0.7

Marcin Wojdyr wojdyr at fedoraproject.org
Wed Oct 13 16:33:36 UTC 2010


commit 9f2ff0cec8888706a7b5a1d93c9203ebaf30c39f
Author: Marcin Wojdyr <wojdyr at fedoraproject.org>
Date:   Tue Oct 12 16:19:27 2010 +0200

    updated to xylib 0.7

 xylib.spec |   23 ++++++++++++++---------
 1 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/xylib.spec b/xylib.spec
index 392b4e3..ae61a18 100644
--- a/xylib.spec
+++ b/xylib.spec
@@ -1,12 +1,12 @@
 Name: xylib
 Summary: Library for reading x-y data from several file formats
-Version: 0.4
-Release: 5%{?dist}
+Version: 0.7
+Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
-Url: http://www.unipress.waw.pl/fityk/xylib/
-Source0: http://downloads.sourceforge.net/fityk/%{name}-%{version}.tar.bz2
-BuildRequires: gcc-c++, boost-devel
+Url: http://xylib.sourceforge.net/
+Source0: http://downloads.sourceforge.net/xylib/%{name}-%{version}.tar.bz2
+BuildRequires: gcc-c++, boost-devel, zlib-devel, bzip2-devel
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 %description
@@ -37,9 +37,6 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-# install xyconv
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-./libtool --mode=install install -m 755 xyconv $RPM_BUILD_ROOT%{_bindir}
 
 %post -p /sbin/ldconfig
 
@@ -50,9 +47,10 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING TODO
+%doc README COPYING TODO sample-urls
 %{_libdir}/libxy.so.*
 %{_bindir}/xyconv
+%{_mandir}/man1/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -60,6 +58,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libxy.so
 
 %changelog
+* Mon Oct 11 2010 Marcin Wojdyr <wojdyr at gmail.com> - 0.7-1
+- updated to 0.7
+- changed URL and Source0
+- added zlib-devel and bzip2-devel to BuildRequires
+- removed manual installation of xyconv, it is installed by make install now
+- added man page and sample-urls to files
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list