[packages/mate-panel] no more autogen in tarballs; fix files list

glen glen at pld-linux.org
Mon Jul 15 14:50:04 CEST 2013


commit d9531ba5a9f5537e5255c34f13a4442c040424ad
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jul 15 15:27:04 2013 +0300

    no more autogen in tarballs; fix files list

 mate-panel.spec | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 01811ca..e536cb5 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -11,7 +11,7 @@
 Summary:	MATE Desktop panel applets
 Name:		mate-panel
 Version:	1.6.1
-Release:	1
+Release:	2
 # libs are LGPLv2+ applications GPLv2+
 License:	GPL v2+
 Group:		X11/Applications
@@ -95,7 +95,9 @@ Dokumentacja API %{name}.
 %patch1 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 # libexecdir needed for gnome conflicts
 %configure \
 	--disable-silent-rules \
@@ -147,21 +149,21 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README
 %attr(755,root,root) %{_bindir}/mate-desktop-item-edit
-%attr(755,root,root) %{_bindir}/%{name}
-%attr(755,root,root) %{_bindir}/%{name}-test-applets
-%{_mandir}/man1/%{name}.1*
+%attr(755,root,root) %{_bindir}/mate-panel
+%attr(755,root,root) %{_bindir}/mate-panel-test-applets
+%{_mandir}/man1/mate-desktop-item-edit.1*
+%{_mandir}/man1/mate-panel-test-applets.1*
+%{_mandir}/man1/mate-panel.1*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/clock-applet
 %attr(755,root,root) %{_libdir}/%{name}/fish-applet
-%attr(755,root,root) %{_libdir}/%{name}/%{name}-add
 %attr(755,root,root) %{_libdir}/%{name}/notification-area-applet
 %attr(755,root,root) %{_libdir}/%{name}/wnck-applet
 %{_libdir}/girepository-1.0/MatePanelApplet-4.0.typelib
 %{_datadir}/glib-2.0/schemas/org.mate.panel.*.xml
 %{_datadir}/dbus-1/services/org.mate.panel.*.service
 %{_datadir}/%{name}
-%{_datadir}/%{name}rc
-%{_iconsdir}/hicolor/*/*/*
+%{_iconsdir}/hicolor/*/*/*.*
 %{_desktopdir}/%{name}.desktop
 
 %files libs
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-panel.git/commitdiff/d9531ba5a9f5537e5255c34f13a4442c040424ad



More information about the pld-cvs-commit mailing list