]> git.pld-linux.org Git - packages/glpk.git/blame - glpk.spec
- tabs in preamble
[packages/glpk.git] / glpk.spec
CommitLineData
b837fa08 1Summary: Solver LP and MIP problems
d1fa44a2 2Summary(pl.UTF-8): Narzędzie do rozwiązywania problemów LP i MIP
b837fa08 3Name: glpk
8f54f4d7 4Version: 4.11
b837fa08 5Release: 1
bd7d9ce3 6License: GPL v2
b837fa08 7Group: Applications/Math
08c44223 8Source0: ftp://ftp.gnu.org/pub/gnu/glpk/%{name}-%{version}.tar.gz
8f54f4d7 9# Source0-md5: 8f3ceb60b8a488cb93d5acd31fb780ac
b837fa08 10URL: http://www.gnu.org/software/glpk/glpk.html
af9659ab
JB
11BuildRequires: autoconf
12BuildRequires: automake
b837fa08 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16The GLPK package is intended for solving linear programming (LP) and
a79a4289 17mixed integer linear programming (MIP) problems. It is a set of
18routines organized in the form of a library and written in the ANSI C
19programming language.
b837fa08 20
26ecdac2
JR
21%description -l pl.UTF-8
22Pakiet GLPK służy do rozwiązywania problemów programowania liniowego
23(LP) oraz mieszanych problemów całkowitoliczbowego programowania
24liniowego (MIP). Jest to zestaw narzędzi zorganizowanych w formie
b837fa08 25biblioteki i napisanych w ANSI C.
26
a79a4289 27%package devel
08c44223 28Summary: Solver LP and MIP problems - developers libraries
d1fa44a2 29Summary(pl.UTF-8): Narzędzie do rozwiązywania problemów LP i MIP - biblioteki.
a79a4289 30Group: Development/Libraries
08c44223 31Requires: %{name} = %{version}-%{release}
a79a4289 32
33%description devel
34Solver LP and MIP problems - libraries for developers
35
26ecdac2
JR
36%description devel -l pl.UTF-8
37Narzędzie do rozwiązywania problemów LP i MIP - biblioteki dla
38programistów.
a79a4289 39
b837fa08 40%prep
41%setup -q
42
43%build
44%{__aclocal}
45%{__autoconf}
46%configure
47
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_includedir}}
af9659ab
JB
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT
b837fa08 56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(644,root,root,755)
a79a4289 62%doc README NEWS doc/*
af9659ab 63%attr(755,root,root) %{_bindir}/*
a79a4289 64
65%files devel
66%defattr(644,root,root,755)
b837fa08 67%{_libdir}/*.a
68%{_includedir}/*.h
This page took 0.034402 seconds and 4 git commands to generate.