]> git.pld-linux.org Git - packages/muparser.git/commitdiff
- updated to 2.2.5
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 13:35:13 +0000 (16:35 +0300)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sun, 16 Oct 2016 13:35:13 +0000 (16:35 +0300)
- changed url
- commented doc line

muparser.spec

index 6b1986c0457b6a9df89fa8863b1bc302f30ba68e..243251ea13ad7870d11079e08bd506b95d667841 100644 (file)
@@ -1,16 +1,14 @@
 Summary:       A fast math parser library
 Summary(pl.UTF-8):     Biblioteka szybkiego analizatora matematycznego
 Name:          muparser
 Summary:       A fast math parser library
 Summary(pl.UTF-8):     Biblioteka szybkiego analizatora matematycznego
 Name:          muparser
-Version:       2.2.3
-Release:       2
+Version:       2.2.5
+Release:       1
 License:       MIT
 Group:         Libraries
 License:       MIT
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/muparser/%{name}_v2_2_3.zip
-# Source0-md5: 9de40ec1dab5bd2787ee344fce5846ad
-URL:           http://muparser.sourceforge.net/
-BuildRequires: dos2unix
+Source0:       https://github.com/beltoforion/muparser/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 02dae671aa5ad955fdcbcd3fee313fb7
+URL:           http://muparser.beltoforion.de/
 BuildRequires: libstdc++-devel
 BuildRequires: libstdc++-devel
-BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,7 +39,7 @@ Development and doc files for muParser library.
 Pliki programistyczne i dokumentacja do biblioteki muParser.
 
 %prep
 Pliki programistyczne i dokumentacja do biblioteki muParser.
 
 %prep
-%setup -q -n muparser_v2_2_3
+%setup -q
 
 %build
 %configure \
 
 %build
 %configure \
@@ -73,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/html/*
+#%doc docs/html/*
 %attr(755,root,root) %{_libdir}/libmuparser.so
 %{_includedir}/muParser*.h
 %{_pkgconfigdir}/muparser.pc
 %attr(755,root,root) %{_libdir}/libmuparser.so
 %{_includedir}/muParser*.h
 %{_pkgconfigdir}/muparser.pc
This page took 0.14804 seconds and 4 git commands to generate.