]> git.pld-linux.org Git - packages/libebml.git/commitdiff
- updated to 1.2.0 (new soname) auto/th/libebml-1_2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 31 Jan 2011 20:22:50 +0000 (20:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated makefile patch

Changed files:
    libebml-makefile.patch -> 1.13
    libebml.spec -> 1.31

libebml-makefile.patch
libebml.spec

index c3cb04484163421671966224327b73ae4cceafee..499abdfe48680832aeb6b355659392e58eff0d93 100644 (file)
@@ -14,7 +14,7 @@
  # Names
 -LIBRARY=libebml.a
 -LIBRARY_SO=libebml.so
--LIBRARY_SO_VER=libebml.so.2
+-LIBRARY_SO_VER=libebml.so.3
 +LIBRARY=libebml.la
  
  # source-files
@@ -50,7 +50,7 @@
 -      $(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER) -o $(LIBRARY_SO_VER) $(objects_so)
 -      rm -f $(LIBRARY_SO)
 -      ln -s $(LIBRARY_SO_VER) $(LIBRARY_SO)
-+      $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 2:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
++      $(LIBTOOL) --mode=link --tag=CC $(LD) $(LDFLAGS) -version-info 3:0:0 -o $@ $^ $(LIBS) -rpath $(libdir)
  
  clean:
        rm -f $(objects) $(objects_so)
index 792dadc67154f02ac5ad5e7fefb889b0c29afd54..754395c68c2e0d10c9e8b248e2d20d3bb5aea0db 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Extensible Binary Meta Language access library
 Summary(pl.UTF-8):     Biblioteka dostÄ™pu rozszerzalnego metajÄ™zyka binarnego
 Name:          libebml
-Version:       1.0.0
+Version:       1.2.0
 Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://dl.matroska.org/downloads/libebml/%{name}-%{version}.tar.bz2
-# Source0-md5: 6d438f03d8928d83a2d120ed02705f03
+# Source0-md5: 26fbaa556bb497c1134d33b84ab34443
 Patch0:                %{name}-makefile.patch
 URL:           http://www.matroska.org/
 BuildRequires: libstdc++-devel
@@ -80,8 +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.2
+%attr(755,root,root) %ghost %{_libdir}/libebml.so.3
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.106107 seconds and 4 git commands to generate.