]> git.pld-linux.org Git - SPECS.git/blob - gmessage+.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / gmessage+.spec
1 Summary:        Display a message (like xmessage)
2 Summary(pl.UTF-8):      Program wyświetlający komunikat (podobny do xmessage)
3 Name:           gmessage+
4 Version:        0.17
5 Release:        3
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://ymettier.free.fr/gmsgp/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  d4af8279cb37d3ad9b0bc6b25259e6de
10 Patch0:         %{name}-ac_am.patch
11 URL:            http://ymettier.free.fr/gmsgp/gmsgp.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  esound-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  gnome-libs-devel
17 BuildRequires:  gtk+-devel
18 BuildRequires:  imlib-devel
19 BuildRequires:  libtool
20 BuildRequires:  popt-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23
24 %description
25 gmessage+ is a clone of xmessage. I is used to display a message box
26 with a text specified on the command line, a file or via a pipe.
27
28 %description -l pl.UTF-8
29 gmessage+ jest klonem xmessage. Można go wykorzystać do wyświetlania
30 okienek z tekstem podanym z linii poleceń, pliku lub potoku.
31
32 %description -l fr.UTF-8
33 gmessage+ est un clone de xmessage. Il permet d'afficher un message
34 dans une boite de dialogue. Ce message est spécifié via la ligne de
35 commande, un fichier ou un pipe.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 rm -f missing
43 %{__gettextize}
44 %{__libtoolize}
45 %{__aclocal}
46 %{__autoconf}
47 %{__automake}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53
54 %{__make} install \
55         DESTDIR=$RPM_BUILD_ROOT
56
57 %find_lang %{name}
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files -f %{name}.lang
63 %defattr(644,root,root,755)
64 %doc README NEWS AUTHORS ChangeLog TODO
65 %attr(755,root,root) %{_bindir}/*
This page took 0.039657 seconds and 3 git commands to generate.