]> git.pld-linux.org Git - packages/libebml.git/blobdiff - libebml.spec
- updated to 1.3.3
[packages/libebml.git] / libebml.spec
index 3391ed501370c98c790ef2fa7e62dd1fefc4e1e5..e761c9cf35e83a648ce40aaa649c05f4217ed09a 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostępu rozszerzalnego metajęzyka binarnego
 Name:          libebml
-Version:       0.7.7
-Release:       3
+Version:       1.3.3
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5: 7c8456a50fd82c1c9755917d0182c49e
-Patch0:                %{name}-makefile.patch
+# Source0-md5: a8b270482620970d9891958618b54d77
 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,25 +49,17 @@ Statyczna wersja biblioteki rozszerzalnego metajęzyka binarnego.
 
 %prep
 %setup -q
-%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
@@ -78,13 +69,16 @@ 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.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.106032 seconds and 4 git commands to generate.