]> git.pld-linux.org Git - SPECS.git/blob - libgtask-ui.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / libgtask-ui.spec
1 Summary:        Implementation of the progress bar simplification system
2 Summary(pl.UTF-8):      Implementacja systemu upraszczania paska postępu
3 Name:           libgtask-ui
4 Version:        0.1
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://dl.sourceforge.net/gtask/%{name}-%{version}.tar.gz
9 # Source0-md5:  fb3a6af97d9a6e1b98b5d2eacf5bbe14
10 URL:            http://gtask.sourceforge.net/
11 BuildRequires:  GConf2-devel >= 2.4.0
12 BuildRequires:  eel-devel >= 2.4.0
13 BuildRequires:  gnome-vfs2-devel >= 2.4.0
14 BuildRequires:  gtk+2-devel >= 2:2.3.0
15 BuildRequires:  libgnomeui-devel >= 2.4.0
16 BuildRequires:  libgtask-devel >= 0.1
17 BuildRequires:  libxml2-devel >= 2.5.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 gTask is an implementation of the progress bar simplification system.
22 The intent of the project is to create an easy to use framework for
23 application developers to communication the progress to certain long
24 running events.
25
26 %description -l pl.UTF-8
27 gTask jest implementacją systemu upraszczania paska postępu.
28 Założeniem projektu jest stworzenie łatwej w użyciu biblioteki
29 służącej do komunikacji procesów z długo wykonywanymi zadaniami.
30
31 %package devel
32 Summary:        Header files for libgtask-ui library
33 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libgtask-ui
34 Group:          Development/Libraries
35 Requires:       %{name} = %{version}-%{release}
36 Requires:       GConf2-devel >= 2.4.0
37 Requires:       gtk+2-devel >= 2.3.0
38 Requires:       libgnomeui-devel >= 2.4.0
39 Requires:       libgtask-devel >= 0.1
40
41 %description devel
42 Header files for libgtask-ui library.
43
44 %description devel -l pl.UTF-8
45 Pliki nagłówkowe biblioteki libgtask-ui.
46
47 %package static
48 Summary:        Static libgtask-ui library
49 Summary(pl.UTF-8):      Statyczna biblioteka libgtask-ui
50 Group:          Development/Libraries
51 Requires:       %{name}-devel = %{version}-%{release}
52
53 %description static
54 Static libgtask-ui library.
55
56 %description static -l pl.UTF-8
57 Statyczna biblioteka libgtask-ui.
58
59 %prep
60 %setup -q
61
62 %build
63 %configure
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78 %files
79 %defattr(644,root,root,755)
80 %doc AUTHORS README
81 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
82 %{_datadir}/gtask-ui-0.1
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/lib*.so
87 %{_libdir}/lib*.la
88 %{_includedir}/gtask-ui-0.1
89 %{_pkgconfigdir}/*.pc
90
91 %files static
92 %defattr(644,root,root,755)
93 %{_libdir}/lib*.a
This page took 0.536379 seconds and 3 git commands to generate.