]> git.pld-linux.org Git - packages/getdp.git/blobdiff - getdp.spec
- new readline 5.0
[packages/getdp.git] / getdp.spec
index 46b97d3fb32c1467d35693278db92766eaa8c2aa..8946053a9a02633e2deda908b077ee65777ca4bc 100644 (file)
@@ -1,15 +1,16 @@
 Summary:       A General environment for the treatment of Discrete Problems
 Summary(pl):   ¦rodowisko do rozwi±zywania problemów dyskretnych
 Name:          getdp
-Version:       1.0.1
-Release:       1
-License:       GPL
+Version:       1.1.0
+Release:       2
+License:       GPL v2
 Group:         Applications/Engineering
 Source0:       http://geuz.org/getdp/src/%{name}-%{version}-source.tgz
-# Source0-md5: 5ed9b143d2205a7bbe5a13c91065593c
+# Source0-md5: cceb5f66c3d2889048fd5f35d178171e
 URL:           http://www.geuz.org/getdp/
 BuildRequires: gcc-g77
 BuildRequires: gsl-devel
+BuildRequires: texinfo
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -52,7 +53,7 @@ obliczania element
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_infodir}}
 
-install -m 755 bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
+install bin/getdp $RPM_BUILD_ROOT%{_bindir}/getdp
 install doc/getdp.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install doc/texinfo/getdp.info* $RPM_BUILD_ROOT%{_infodir}
 
@@ -61,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc doc/VERSIONS doc/FAQ doc/CREDITS demos
+%doc doc/VERSIONS doc/FAQ doc/CREDITS demos README
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*
 %{_infodir}/%{name}*
This page took 0.065678 seconds and 4 git commands to generate.