From d7cd87e625fdb98864a9e899784f9bde15a9e2bf Mon Sep 17 00:00:00 2001 From: Sven Lankes Date: Sat, 16 Feb 2013 10:09:51 +0100 Subject: [PATCH] Update to latest upstream release --- liblqr-1.spec | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/liblqr-1.spec b/liblqr-1.spec index 9d64650..b4bd0fa 100644 --- a/liblqr-1.spec +++ b/liblqr-1.spec @@ -1,12 +1,11 @@ Name: liblqr-1 -Version: 0.4.1 -Release: 5%{?dist} +Version: 0.4.2 +Release: 1%{?dist} Summary: LiquidRescale library Group: System Environment/Libraries License: GPLv3 URL: http://liquidrescale.wikidot.com/ Source0: http://liblqr.wikidot.com/local--files/en:download-page/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) BuildRequires: glib2-devel %description @@ -25,7 +24,6 @@ Requires: glib2-devel, pkgconfig The libqr-devel package contains the header files needed to develop applications with liblqr - %prep %setup -q @@ -34,9 +32,7 @@ export LDFLAGS="`pkg-config --libs glib-2.0` -lm" %configure %{__make} %{?_smp_mflags} - %install -%{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # remove .la files @@ -48,13 +44,11 @@ find $RPM_BUILD_ROOT -name \*.la -exec %{__rm} -f {} \; %postun -p /sbin/ldconfig %clean -%{__rm} -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc README ChangeLog COPYING -%{_libdir}/liblqr-1.so.0.3.1 +%{_libdir}/liblqr-1.so.0.3.2 %{_libdir}/liblqr-1.so.0 %files devel @@ -66,6 +60,9 @@ find $RPM_BUILD_ROOT -name \*.la -exec %{__rm} -f {} \; %changelog +* Sat Feb 16 2013 Sven Lankes - 0.4.2-1 +- Update to latest upstream release + * Thu Feb 14 2013 Fedora Release Engineering - 0.4.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild