Mageia Bugzilla – Attachment 9507 Details for
Bug 21312
python-igraph, a collection of network analysis tools with the emphasis on efficiency, portability and ease of use
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Proposal spec
igraph.spec (text/plain), 1.57 KB, created by
Kristoffer Grundström
on 2017-07-22 00:16:36 CEST
(
hide
)
Description:
Proposal spec
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2017-07-22 00:16:36 CEST
Size:
1.57 KB
patch
obsolete
>Name: igraph >Version: 0.7.1 >Release: 1 >Summary: Library for creating and manipulating graphs >License: GPLv2+ >URL: http://igraph.sourceforge.net/ >Source0: http://igraph.org/nightly/get/c/%{name}-%{version}.tar.gz >Source1: http://igraph.org/c/doc/igraph.info >BuildRequires: libxml2-devel >BuildRequires: libgmp-devel >Requires(post): /sbin/install-info >Requires(postun): /sbin/install-info > >%description >igraph wants to be an efficient platform for >1) complex network analysis and >2) developing and implementing graph algorithms. >It provides flexible and efficient data structures for graphs and related >tasks. It also provides implementation to many classic and new graph >algorithms like: maximum flows, graph isomorphism, scale-free >networks, community structure finding, etc. > >%package devel >Requires: %{name} = %{version}-%{release} >Requires: pkgconfig >Summary: Development files for igraph > >%description devel >The %{name}-devel package contains the header files and some >documentation needed to develop application with %{name}. > >%prep >%setup -q > >%build >%configure >make %{?_smp_mflags} > > >%install >%make_install >install -Dm0644 doc/igraph.3 %{buildroot}/%{_mandir}/man3/igraph.3 >install -Dm0644 %{SOURCE1} %{buildroot}/%{_infodir}/igraph.info >rm %{buildroot}/%{_libdir}/*.a >rm %{buildroot}/%{_libdir}/*.la >find . -name '.arch-ids' | xargs rm -rf > >%files >%license COPYING >%doc AUTHORS NEWS README >%{_libdir}/libigraph.so.* > >%files devel >%doc examples >%{_includedir}/igraph >%{_libdir}/libigraph.so >%{_libdir}/pkgconfig/igraph.pc >%doc %{_mandir}/man3/igraph.3* >%doc %{_infodir}/igraph.info*
Name: igraph Version: 0.7.1 Release: 1 Summary: Library for creating and manipulating graphs License: GPLv2+ URL: http://igraph.sourceforge.net/ Source0: http://igraph.org/nightly/get/c/%{name}-%{version}.tar.gz Source1: http://igraph.org/c/doc/igraph.info BuildRequires: libxml2-devel BuildRequires: libgmp-devel Requires(post): /sbin/install-info Requires(postun): /sbin/install-info %description igraph wants to be an efficient platform for 1) complex network analysis and 2) developing and implementing graph algorithms. It provides flexible and efficient data structures for graphs and related tasks. It also provides implementation to many classic and new graph algorithms like: maximum flows, graph isomorphism, scale-free networks, community structure finding, etc. %package devel Requires: %{name} = %{version}-%{release} Requires: pkgconfig Summary: Development files for igraph %description devel The %{name}-devel package contains the header files and some documentation needed to develop application with %{name}. %prep %setup -q %build %configure make %{?_smp_mflags} %install %make_install install -Dm0644 doc/igraph.3 %{buildroot}/%{_mandir}/man3/igraph.3 install -Dm0644 %{SOURCE1} %{buildroot}/%{_infodir}/igraph.info rm %{buildroot}/%{_libdir}/*.a rm %{buildroot}/%{_libdir}/*.la find . -name '.arch-ids' | xargs rm -rf %files %license COPYING %doc AUTHORS NEWS README %{_libdir}/libigraph.so.* %files devel %doc examples %{_includedir}/igraph %{_libdir}/libigraph.so %{_libdir}/pkgconfig/igraph.pc %doc %{_mandir}/man3/igraph.3* %doc %{_infodir}/igraph.info*
View Attachment As Raw
Actions:
View
Attachments on
bug 21312
: 9507