[packages/mate-applets: 2/311] - spec adapterized, - added --disable-static to ./configure parameters, - License changed to GPL, -
glen
glen at pld-linux.org
Thu Dec 27 20:23:18 CET 2012
commit 13413cf42e903e5a6d281b3fd7df005a8cbb45c7
Author: kloczek <kloczek at pld-linux.org>
Date: Thu Jan 27 22:33:20 2000 +0000
- spec adapterized,
- added --disable-static to ./configure parameters,
- License changed to GPL,
- simplifications in %files.
Changed files:
gnome-applets.spec -> 1.2
gnome-applets.spec | 62 +++++++++++++++++++-----------------------------------
1 file changed, 22 insertions(+), 40 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index ce4c5be..12f2d7b 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -3,7 +3,7 @@ Summary(pl): GNOME - Applety
Name: gnome-applets
Version: 1.1.0
Release: 1
-Copyright: LGPL
+License: GPL
Group: X11/GNOME
Group(pl): X11/GNOME
Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-applets/%{name}-%{version}.tar.gz
@@ -22,14 +22,13 @@ BuildRoot: /tmp/%{name}-%{version}-root
%define _prefix /usr/X11R6
%define _sysconfdir /etc/X11/GNOME
%define _localstatedir /var
-%define _applnkdir %{_datadir}/applnk
%description
GNOME Applets.
-GNOME is the GNU Network Object Model Environment. That's a fancy
-name but really GNOME is a nice GUI desktop environment. It makes
-using your computer easy, powerful, and easy to configure.
+GNOME is the GNU Network Object Model Environment. That's a fancy name but
+really GNOME is a nice GUI desktop environment. It makes using your computer
+easy, powerful, and easy to configure.
%description -l pl
Applety pod GNOME.
@@ -43,7 +42,8 @@ gettextize --copy --force
automake
autoconf
LDFLAGS="-s"; export LDFLAGS
-%configure
+%configure \
+ --disable-static
make
%install
@@ -65,41 +65,25 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS.gz ChangeLog.gz NEWS.gz README.gz
-%dir %{_libdir}/gumma
-%dir %{_datadir}/asclock
-%dir %{_datadir}/bug-applet
-%dir %{_datadir}/clockmail
-%dir %{_datadir}/geyes
-%dir %{_datadir}/gnome
-%dir %{_datadir}/gweather
-%dir %{_datadir}/odometer
-%dir %{_datadir}/pixmaps/gkb
-%dir %{_datadir}/pixmaps/gweather
-%dir %{_datadir}/pixmaps/mini-commander
-%dir %{_datadir}/sound-monitor
-%dir %{_datadir}/tickastat
-
%{_sysconfdir}/CORBA/servers/*
-
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/gumma/*.so*
-
-%{_libdir}/gumma/*.a
-%{_libdir}/gumma/*.la
-
-%{_datadir}/applets/*
-%{_datadir}/asclock/*
-%{_datadir}/bug-applet/*
-%{_datadir}/clockmail/*
-%{_datadir}/geyes/*
-%{_datadir}/gnome/*
-%{_datadir}/gweather/*
-%{_datadir}/odometer/*
+%attr(755,root,755) %{_bindir}/*
+%attr(755,root,755) %{_libdir}/gumma/*
+%{_datadir}/applets/*/*
+%{_datadir}/asclock
+%{_datadir}/bug-applet
+%{_datadir}/clockmail
+%{_datadir}/geyes
+%{_datadir}/gnome/help/mini-commander_applet
+%{_datadir}/gweather
+%{_datadir}/odometer
+%{_datadir}/sound-monitor
+%{_datadir}/tickastat
+%{_datadir}/pixmaps/gweather
+%{_datadir}/pixmaps/mini-commander
%{_datadir}/pixmaps/*.png
%{_datadir}/pixmaps/*.xpm
-%{_datadir}/pixmaps/gweather/*
-%{_datadir}/pixmaps/mini-commander/*
+%dir %{_datadir}/pixmaps/gkb
%lang(at) %{_datadir}/pixmaps/gkb/at.xpm
%lang(be) %{_datadir}/pixmaps/gkb/be.xpm
%lang(bg) %{_datadir}/pixmaps/gkb/bg.xpm
@@ -137,9 +121,7 @@ rm -rf $RPM_BUILD_ROOT
%lang(uy) %{_datadir}/pixmaps/gkb/uy.xpm
%lang(yu) %{_datadir}/pixmaps/gkb/yu.xpm
-%{_datadir}/sound-monitor/*
-%{_datadir}/tickastat/*
-
+%dir %{_datadir}/xmodmap
%{_datadir}/xmodmap/xmodmap.dvorak
%lang(be) %{_datadir}/xmodmap/xmodmap.be
%lang(bg) %{_datadir}/xmodmap/xmodmap.bg
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/65c1b73f8721e2c1dd8f5b7d875df06b87ad8453
More information about the pld-cvs-commit
mailing list