]> git.pld-linux.org Git - packages/++DFB.git/commitdiff
- updated to 1.4.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 18 Nov 2010 19:13:01 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ++DFB.spec -> 1.8

++DFB.spec

index d942398b0d187e033a33f9ea5edbf778979e06cd..09a80bcdbe297c829ddd25c914a04d8d55b3723f 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Advanced version of C++ binding for DirectFB
 Summary(pl.UTF-8):     Zaawansowana wersja interfejsu C++ do DirectFB
 Name:          ++DFB
-Version:       1.0.0
+Version:       1.4.2
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.directfb.org/downloads/Extras/%{name}-%{version}.tar.gz
-# Source0-md5: bfc2c45be253a5f25576587f61faff1b
+# Source0-md5: 7f2672b391d9987f16a0768e87f12306
 URL:           http://www.directfb.org/index.php?path=Development/Projects/++DFB
 BuildRequires: DirectFB-devel >= 1:%{version}
 BuildRequires: autoconf >= 2.52
@@ -94,12 +94,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/dfbplay
 # not needed, conflict with DFB++
 #%attr(755,root,root) %{_bindir}/dfbshow
 #%attr(755,root,root) %{_bindir}/dfbswitch
-%attr(755,root,root) %{_libdir}/lib++dfb-*.so.*.*.*
+%attr(755,root,root) %{_libdir}/lib++dfb-1.4.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/lib++dfb-1.4.so.2
 
 %files devel
 %defattr(644,root,root,755)
@@ -107,7 +108,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/lib++dfb.so
 %{_libdir}/lib++dfb.la
 %{_includedir}/++dfb
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/++dfb.pc
 %{_examplesdir}/%{name}-%{version}
 
 %files static
This page took 0.080259 seconds and 4 git commands to generate.