update to 20190731 [release 20190731-1mamba;Thu Aug 15 2019]
This commit is contained in:
parent
fcb5e8dfb0
commit
fe71f76b1b
@ -1,14 +1,17 @@
|
||||
Name: libspiro
|
||||
Version: 20071029
|
||||
Release: 2mamba
|
||||
Version: 20190731
|
||||
Release: 1mamba
|
||||
Summary: A library to simplify the drawing of beautiful curves
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://libspiro.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/libspiro/libspiro_src-%{version}.tar.bz2
|
||||
Source: https://github.com/fontforge/libspiro.git/%{version}/libspiro-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -43,6 +46,8 @@ This package contains static libraries and header files need for development.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
autoreconf -f -i
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
@ -59,16 +64,22 @@ This package contains static libraries and header files need for development.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc README README-RaphLevien gpl.txt
|
||||
%{_libdir}/libspiro.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libspiro.a
|
||||
%{_libdir}/libspiro.la
|
||||
%{_libdir}/libspiro.so
|
||||
%{_libdir}/pkgconfig/libspiro.pc
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20190731-1mamba
|
||||
- update to 20190731
|
||||
|
||||
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 20071029-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user