]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- updated to 1.2.1
[packages/libebml.git] / libebml.spec
index df845787852020b09e10cc3b7ff99c90b92d97ce..a12f1d408c73218d1d163eca51a4e6c79037e39b 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libebml
-Version:       0.7.7
+Version:       1.2.1
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5: 7c8456a50fd82c1c9755917d0182c49e
+# Source0-md5: 13c5a10e260e703d3a7f003fdc995183
 Patch0:                %{name}-makefile.patch
 URL:           http://www.matroska.org/
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
+BuildRequires: rpmbuild(macros) >= 1.553
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -50,6 +51,7 @@ Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
 
 %prep
 %setup -q
+%undos make/linux/Makefile
 %patch0 -p1
 
 %build
@@ -78,7 +80,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog
 %attr(755,root,root) %{_libdir}/libebml.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libebml.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.063264 seconds and 4 git commands to generate.