]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- rel 2; build/link using cxx
[packages/libebml.git] / libebml.spec
index 59c51da711f0c08d9b2043b695b6fe8f2f1fcb9c..139c58c770200f74cf3e267b3287c5d14906e72a 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.0
 Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5: 7c8456a50fd82c1c9755917d0182c49e
+# Source0-md5: 26fbaa556bb497c1134d33b84ab34443
 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.084981 seconds and 4 git commands to generate.