]> git.pld-linux.org Git - packages/swfdec.git/commitdiff
- up to 0.9.2 auto/th/swfdec-0.9.2-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 23 Sep 2013 07:17:41 +0000 (09:17 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 23 Sep 2013 07:17:41 +0000 (09:17 +0200)
swfdec.spec

index e625b02a4e1944c6e67ca0da04479865e3dd6cc2..02001168de9c89c2ae82a4af5056ead0ba0fda26 100644 (file)
@@ -6,12 +6,13 @@
 Summary:       Flash animations rendering library
 Summary(pl.UTF-8):     Biblioteka renderująca animacje flash
 Name:          swfdec
-Version:       0.8.4
-Release:       5
+%define        majver  0.9
+Version:       %{majver}.2
+Release:       1
 License:       LGPL v2.1+
 Group:         Libraries
-Source0:       http://swfdec.freedesktop.org/download/swfdec/0.8/%{name}-%{version}.tar.gz
-# Source0-md5: aece501d0e73f3e564200a44ec03c385
+Source0:       http://swfdec.freedesktop.org/download/swfdec/%{majver}/%{name}-%{version}.tar.gz
+# Source0-md5: 7be5e39236e2d6efa61a18e83e5ab73d
 URL:           http://swfdec.freedesktop.org/wiki/
 BuildRequires: alsa-lib-devel >= 1.0
 BuildRequires: autoconf >= 2.58
@@ -177,34 +178,34 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_libdir}/libswfdec-0.8.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libswfdec-0.8.so.0
+%attr(755,root,root) %{_libdir}/libswfdec-%{majver}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libswfdec-%{majver}.so.2
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-0.8.so
-%dir %{_includedir}/swfdec-0.8
-%{_includedir}/swfdec-0.8/swfdec
-%{_pkgconfigdir}/swfdec-0.8.pc
+%attr(755,root,root) %{_libdir}/libswfdec-%{majver}.so
+%dir %{_includedir}/swfdec-%{majver}
+%{_includedir}/swfdec-%{majver}/swfdec
+%{_pkgconfigdir}/swfdec-%{majver}.pc
 
 %files static
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-0.8.a
+%attr(755,root,root) %{_libdir}/libswfdec-%{majver}.a
 
 %files gtk
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.8.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libswfdec-gtk-0.8.so.0
+%attr(755,root,root) %{_libdir}/libswfdec-gtk-%{majver}.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libswfdec-gtk-%{majver}.so.2
 
 %files gtk-devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.8.so
-%{_includedir}/swfdec-0.8/swfdec-gtk
-%{_pkgconfigdir}/swfdec-gtk-0.8.pc
+%attr(755,root,root) %{_libdir}/libswfdec-gtk-%{majver}.so
+%{_includedir}/swfdec-%{majver}/swfdec-gtk
+%{_pkgconfigdir}/swfdec-gtk-%{majver}.pc
 
 %files gtk-static
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libswfdec-gtk-0.8.a
+%attr(755,root,root) %{_libdir}/libswfdec-gtk-%{majver}.a
 
 %if %{with apidocs}
 %files apidocs
This page took 0.09104 seconds and 4 git commands to generate.