]> git.pld-linux.org Git - packages/beryl-core.git/blobdiff - beryl-core.spec
- 0.1.9999.1
[packages/beryl-core.git] / beryl-core.spec
index 1a8d0894915218bd1c871648319bc6c66ce9f821..822ce986ca0d87b0bd20af06b1920f114bdd352a 100644 (file)
@@ -1,19 +1,19 @@
 #
 # Conditional build:
-%bcond_without beryl_mesa      # beryl-xgl statically linked with own libGL
+%bcond_with    beryl_mesa      # beryl-xgl statically linked with own libGL
 #
 Summary:       OpenGL window and compositing manager
 Summary(pl):   OpenGL-owy zarz±dca okien i sk³adania
 Name:          beryl-core
-Version:       0.1.4
+Version:       0.1.9999.1
 Release:       1
 Epoch:         1
 License:       MIT
 Group:         X11
 Source0:       http://releases.beryl-project.org/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 4d4eaa811b107fa099de4120b94d58b1
-Source1:       http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2
-# Source1-md5: d2e4a6237101e5ce87000812001fbce1
+# Source0-md5: e7f65f7caf72ed7ec55f46468099f694
+#Source1:      http://releases.beryl-project.org/%{version}/beryl-mesa-%{version}.tar.bz2
+# Source1-md5: 387d068091bc5c6fa28f6d754e1296d1
 Patch0:                %{name}-link.patch
 URL:           http://beryl-project.org/
 BuildRequires: GConf2-devel >= 2.0
@@ -100,6 +100,7 @@ Wtyczka ustawie
 %patch0 -p1
 
 mv -f po/{ca_ES,ca}.po
+mv -f po/{de_DE,de}.po
 mv -f po/{es_ES,es}.po
 mv -f po/{fr_FR,fr}.po
 mv -f po/{hu_HU,hu}.po
@@ -107,12 +108,15 @@ mv -f po/{it_IT,it}.po
 mv -f po/{ja_JP,ja}.po
 mv -f po/{ko_KR,ko}.po
 mv -f po/{pt_PT,pt}.po
+mv -f po/{ru_RU,ru}.po
 mv -f po/{sv_SE,sv}.po
+mv -f po/{uk_UA,uk}.po
 # sv_FI is identical to sv_SE
 
 # NOTE: check the list after any upgrade!
 cat > po/LINGUAS <<EOF
 ca
+de
 es
 es_AR
 fr
@@ -120,9 +124,13 @@ hu
 it
 ja
 ko
+nl
+pl
 pt_BR
 pt
+ru
 sv
+uk
 zh_CN
 zh_HK
 zh_TW
@@ -170,6 +178,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/beryl
+%attr(755,root,root) %{_libdir}/libberyldecoration.so.*.*.*
 %attr(755,root,root) %{_libdir}/libberylsettings.so.*.*.*
 %dir %{_libdir}/beryl
 %dir %{_libdir}/beryl/backends
@@ -183,11 +192,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libberyldecoration.so
 %attr(755,root,root) %{_libdir}/libberylsettings.so
+%{_libdir}/libberyldecoration.la
 %{_libdir}/libberylsettings.la
 %{_includedir}/beryl
 %{_pkgconfigdir}/beryl.pc
 %{_pkgconfigdir}/berylsettings.pc
+%{_pkgconfigdir}/libberyldecoration.pc
 %{_mandir}/man3/*.3*
 
 %files gconf
This page took 0.034086 seconds and 4 git commands to generate.