automatic version update by autodist [release 0.4.3-1mamba;Sun Sep 01 2024]
This commit is contained in:
parent
d21f16f8c4
commit
eeb8559895
16
liblqr.spec
16
liblqr.spec
@ -1,11 +1,11 @@
|
||||
Name: liblqr
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Release: 1mamba
|
||||
Summary: Liquid Rescale Library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://liblqr.wikidot.com
|
||||
Source: http://liblqr.wikidot.com/local--files/en:download-page/liblqr-1-%{version}.tar.bz2
|
||||
License: GPL
|
||||
@ -14,7 +14,6 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: liblqr-1 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique.
|
||||
@ -30,7 +29,7 @@ Provides: liblqr-1-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
The LiquidRescale (lqr) library provides a C/C++ API for performing non-uniform resizing of images by the seam-carving technique.
|
||||
The library takes images in plain array format as input and converts them to a multi-size representation.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-1-%{version}
|
||||
@ -46,13 +45,11 @@ This package contains static libraries and header files need for development.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liblqr-1.so.*
|
||||
%doc AUTHORS COPYING COPYING.LESSER ChangeLog NEWS README README.Windows TODO
|
||||
%doc AUTHORS COPYING COPYING.LESSER
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -60,11 +57,14 @@ This package contains static libraries and header files need for development.
|
||||
%{_includedir}/lqr-1/lqr.h
|
||||
%dir %{_includedir}/lqr-1/lqr
|
||||
%{_includedir}/lqr-1/lqr/*.h
|
||||
%{_libdir}/liblqr-1.la
|
||||
%{_libdir}/liblqr-1.so
|
||||
%{_libdir}/pkgconfig/lqr-1.pc
|
||||
%doc ChangeLog NEWS README README.Windows TODO
|
||||
|
||||
%changelog
|
||||
* Sun Sep 01 2024 Automatic Build System <autodist@openmamba.org> 0.4.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 0.4.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user