]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- updated to 1.3.4
[packages/libebml.git] / libebml.spec
index 139c58c770200f74cf3e267b3287c5d14906e72a..728de6f261f1cfc73f3c7cad032375b0bf782171 100644 (file)
@@ -1,16 +1,14 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libebml
-Version:       1.2.0
-Release:       2
+Version:       1.3.4
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5: 26fbaa556bb497c1134d33b84ab34443
-Patch0:                %{name}-makefile.patch
-URL:           http://www.matroska.org/
+Source0:       https://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
+# Source0-md5: 58c848f85127032f23ab47b672484f45
+URL:           https://www.matroska.org/
 BuildRequires: libstdc++-devel
-BuildRequires: libtool
 BuildRequires: rpmbuild(macros) >= 1.553
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,26 +49,17 @@ Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
 
 %prep
 %setup -q
-%undos make/linux/Makefile
-%patch0 -p1
 
 %build
-%{__make} -C make/linux \
-       prefix=%{_prefix} \
-       libdir=%{_libdir} \
-       CXX="%{__cxx}" \
-       CXXFLAGS="%{rpmcxxflags}" \
-       LD="%{__cxx}" \
-       LDFLAGS="%{rpmldflags}"\
-       DEBUGFLAGS="%{rpmcflags} %{?debug:-DDEBUG}"
+%configure
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C make/linux install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       prefix=%{_prefix} \
-       libdir=%{_libdir}
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -82,13 +71,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc ChangeLog
 %attr(755,root,root) %{_libdir}/libebml.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libebml.so.3
+%attr(755,root,root) %ghost %{_libdir}/libebml.so.4
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libebml.so
 %{_libdir}/libebml.la
 %{_includedir}/ebml
+%{_pkgconfigdir}/libebml.pc
 
 %files static
 %defattr(644,root,root,755)
This page took 0.085693 seconds and 4 git commands to generate.