]> git.pld-linux.org Git - packages/synapse.git/commitdiff
- updated files section
authorwrobell <wrobell@pld-linux.org>
Mon, 10 Sep 2012 20:43:23 +0000 (21:43 +0100)
committerwrobell <wrobell@pld-linux.org>
Mon, 10 Sep 2012 20:43:23 +0000 (21:43 +0100)
synapse.spec

index 51b0f38519920de4bd39c962e5eebfe68d707c22..b2e789f2061d63166aa97e451a658e7b366b7de1 100644 (file)
@@ -31,18 +31,22 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%find_lang %{name}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
 %update_icon_cache hicolor
 %update_desktop_database
-%glib_compile_schemas
 
 %postun
 %update_icon_cache hicolor
 %update_desktop_database_postun
-%glib_compile_schemas
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/synapse
+%{_iconsdir}/hicolor/scalable/apps/*.svg
+%{_desktopdir}/*.desktop
+%{_mandir}/man1/synapse.*
This page took 0.049672 seconds and 4 git commands to generate.