[libcue] Ver. 1.4.0 (soname bump)

Peter Lemenkov peter at fedoraproject.org
Sat Aug 31 16:04:48 UTC 2013


commit 5d355067fb23377ae5f8906fec16f34e0be6ad8d
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Sat Aug 31 20:04:33 2013 +0400

    Ver. 1.4.0 (soname bump)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore  |    1 +
 libcue.spec |   30 ++++++++++++++++--------------
 sources     |    2 +-
 3 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3037c3a..a614a68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libcue-1.3.0.tar.bz2
+/libcue-1.4.0.tar.bz2
diff --git a/libcue.spec b/libcue.spec
index b4c6178..c212a6d 100644
--- a/libcue.spec
+++ b/libcue.spec
@@ -1,14 +1,19 @@
 Name:		libcue
-Version:	1.3.0
-Release:	7%{?dist}
+Version:	1.4.0
+Release:	1%{?dist}
 Summary:	Cue sheet parser library
 
 Group:		System Environment/Libraries
 # Files libcue/rem.{c,h} contains a BSD header
 License:	GPLv2 and BSD
-URL:		http://libcue.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+URL:		https://libcue.sourceforge.net/
+%if 0%{?el7}%{?fedora}
+VCS:		git://git.code.sf.net/p/libcue/code
+%endif
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+Source0:	https://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.bz2
 
 
 %description
@@ -29,6 +34,7 @@ Development files for %{name}.
 
 %prep
 %setup -q
+autoreconf -ivf
 
 
 %build
@@ -37,13 +43,8 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/libcue.la
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/libcue.la
 
 
 %post -p /sbin/ldconfig
@@ -53,19 +54,20 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %{_libdir}/%{name}.so.*
 %doc AUTHORS COPYING NEWS
 
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 
 %changelog
+* Sat Aug 31 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.4.0-1
+- Ver. 1.4.0 (soname bump)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3452b1a..5712076 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afd94427ff1e59f093a1b8b29aea2ecf  libcue-1.3.0.tar.bz2
+5f5045f00e6ac92d9a057fe5b0982c69  libcue-1.4.0.tar.bz2


More information about the scm-commits mailing list