]> git.pld-linux.org Git - packages/conky.git/commitdiff
- package libcairo.so plugin
authorlisu <lisu@pld-linux.org>
Mon, 8 Nov 2010 15:52:31 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- TODO

Changed files:
    conky.spec -> 1.37

conky.spec

index ad5bb72d3ed653beb5c87e8a0116d2f9ed075ede..e54ea01a1183ec88464d7e318290139aba8828b7 100644 (file)
@@ -1,4 +1,6 @@
 #
+# TODO: create separates subpackages for lua bindings
+#
 # Conditional build:
 %bcond_without lua_cairo       # without lua cairo bindings
 #
@@ -76,8 +78,10 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conky/%{name}.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conky/%{name}_no_x11.conf
 %dir %{_libdir}/conky
+# TODO: create separate subapackages for lua bindings
 %if %{with lua_cairo}
 %{_libdir}/conky/libcairo.so.*.*.*
+%{_libdir}/conky/libcairo.so
 %ghost %{_libdir}/conky/libcairo.so.0
 %endif
 %{_mandir}/man1/%{name}.1*
This page took 0.101249 seconds and 4 git commands to generate.