]> git.pld-linux.org Git - packages/openbox.git/commitdiff
- up to 3.5.0 auto/th/openbox-3.5.0-1 auto/ti/openbox-3_5_0-1
authorBartłomiej Zimoń <cactus@pld-linux.org>
Mon, 6 Feb 2012 18:21:32 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openbox-link.patch -> 1.1
    openbox.spec -> 1.81

openbox-link.patch [new file with mode: 0644]
openbox.spec

diff --git a/openbox-link.patch b/openbox-link.patch
new file mode 100644 (file)
index 0000000..c2974a0
--- /dev/null
@@ -0,0 +1,12 @@
+--- openbox-3.5.0/Makefile.am.orig     2011-08-01 22:14:58.000000000 +0200
++++ openbox-3.5.0/Makefile.am  2012-02-06 18:46:11.035139562 +0100
+@@ -83,7 +83,8 @@
+       $(PANGO_LIBS) \
+       $(GLIB_LIBS) \
+       $(IMLIB2_LIBS) \
+-      $(XML_LIBS)
++      $(XML_LIBS) \
++      obt/libobt.la
+ obrender_libobrender_la_SOURCES = \
+       gettext.h \
+       obrender/color.h \
index fb2c23c4442152bba1c9e3a0835596fcf955de58..5f4689793bc78d15931c06e33d7062fd968888d1 100644 (file)
@@ -5,13 +5,14 @@
 Summary:       Small and fast window manger for the X Window
 Summary(pl.UTF-8):     Mały i szybki zarządca okien dla X Window
 Name:          openbox
-Version:       3.4.11.2
-Release:       3
+Version:       3.5.0
+Release:       1
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Window Managers
 Source0:       http://openbox.org/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 30e669134fa81df810fe7d1dc59cd931
+# Source0-md5: 00441b53cf14c03566c8e82643544ff9
+Patch0:                %{name}-link.patch
 URL:           http://openbox.org/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
@@ -225,6 +226,7 @@ Motyw Syscrash dla Openboksa.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -275,38 +277,41 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/openbox-session.1*
 %{_mandir}/man1/openbox.1*
 %dir %{_sysconfdir}/xdg/openbox
-%{_sysconfdir}/xdg/openbox/autostart.sh
+%{_sysconfdir}/xdg/openbox/autostart
+%{_sysconfdir}/xdg/openbox/environment
 %{_sysconfdir}/xdg/openbox/menu.xml
 %{_sysconfdir}/xdg/openbox/rc.xml
 %{?with_gnome2:%{_wmpropsdir}/openbox.desktop}
 %{_desktopdir}/openbox.desktop
 %{_pixmapsdir}/openbox.png
-%dir %{_libdir}/openbox
-%{_libdir}/openbox/xdg-autostart
+%attr(755,root,root) %{_libdir}/openbox-autostart
+%attr(755,root,root) %{_libdir}/openbox-xdg-autostart
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libobparser.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libobparser.so.21
 %attr(755,root,root) %{_libdir}/libobrender.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libobrender.so.21
+%attr(755,root,root) %ghost %{_libdir}/libobrender.so.27
+%attr(755,root,root) %{_libdir}/libobt.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libobt.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libobparser.so
 %attr(755,root,root) %{_libdir}/libobrender.so
-%{_libdir}/libobparser.la
+%attr(755,root,root) %{_libdir}/libobt.so
 %{_libdir}/libobrender.la
+%{_libdir}/libobt.la
 %dir %{_includedir}/openbox
-%dir %{_includedir}/openbox/3.4.11.2
-%dir %{_includedir}/openbox/3.4.11.2/openbox
-%{_includedir}/openbox/3.4.11.2/openbox/*.h
-%{_pkgconfigdir}/obparser-3.0.pc
-%{_pkgconfigdir}/obrender-3.0.pc
+%dir %{_includedir}/openbox/3.5
+%dir %{_includedir}/openbox/3.5/obrender
+%{_includedir}/openbox/3.5/obrender/*.h
+%dir %{_includedir}/openbox/3.5/obt
+%{_includedir}/openbox/3.5/obt/*.h
+%{_pkgconfigdir}/obrender-3.5.pc
+%{_pkgconfigdir}/obt-3.5.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libobparser.a
+%{_libdir}/libobt.a
 %{_libdir}/libobrender.a
 
 %files themes-Artwiz-boxed
This page took 0.131505 seconds and 4 git commands to generate.