|
|
|
@ -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 <sven@lank.es> - 0.4.2-1
|
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|