]> git.pld-linux.org Git - SPECS.git/blob - giFToxic.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / giFToxic.spec
1 Summary:        GTK2-based client for giFT
2 Summary(pl.UTF-8):      Klient do giFT bazujący na GTK2
3 Name:           giFToxic
4 Version:        0.0.9
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Networking
8 Source0:        http://dl.sourceforge.net/giftoxic/%{name}-%{version}.tar.gz
9 # Source0-md5:  66fe05d5d34cf08d310886784682136f
10 Patch0:         %{name}-home_etc.patch
11 Patch1:         %{name}-desktop.patch
12 URL:            http://giftoxic.sourceforge.net/
13 BuildRequires:  giFT-devel >= 0.10.0
14 BuildRequires:  gtk+2-devel >= 1:2.0.3
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 giFToxic is a GTK2-based client for giFT.
19
20 %description -l pl.UTF-8
21 giFToxic jest graficznym klientem dla giFT bazującym na GTK2.
22
23 %prep
24 %setup -q
25 %patch0 -p1
26 %patch1 -p1
27
28 %build
29 %configure
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %find_lang %{name}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files -f %{name}.lang
44 %defattr(644,root,root,755)
45 %doc AUTHORS FAQ README TODO
46 %attr(755,root,root) %{_bindir}/*
47 %{_datadir}/%{name}
48 %{_desktopdir}/*.desktop
49 %{_pixmapsdir}/*
This page took 0.036276 seconds and 3 git commands to generate.