]> git.pld-linux.org Git - packages/mate-common.git/blob - mate-common.spec
93ef26b1f8c354d30416404c269b38d381ba352c
[packages/mate-common.git] / mate-common.spec
1 Summary:        Common scripts and macros for MATE desktop development
2 Summary(pl.UTF-8):      Skrypty i makra do rozwijania środowiska graficznego MATE
3 Name:           mate-common
4 Version:        1.14.0
5 Release:        1
6 License:        GPL v3+
7 Group:          Development/Tools
8 Source0:        http://pub.mate-desktop.org/releases/1.14/%{name}-%{version}.tar.xz
9 # Source0-md5:  c09fb1f55beac76d314827c0286b0844
10 URL:            http://wiki.mate-desktop.org/mate-common
11 BuildRequires:  autoconf >= 2.54
12 BuildRequires:  automake >= 1:1.9
13 BuildRequires:  tar >= 1:1.22
14 BuildRequires:  xz
15 Requires:       autoconf >= 2.54
16 Requires:       automake >= 1:1.9
17 Requires:       gettext >= 0.10.40
18 Requires:       gettext-devel >= 0.10.40
19 Requires:       glib2-devel >= 1:2.2.0
20 Requires:       gtk-doc >= 1.0
21 Requires:       intltool >= 0.25
22 Requires:       libtool >= 1:1.4.3
23 Requires:       pkgconfig >= 1:0.14.0
24 BuildArch:      noarch
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 This package contains some common scripts and macros for development
29 with MATE desktop.
30
31 MATE is a fork of GNOME 2. It provides an intuitive and attractive
32 desktop to Linux users using traditional metaphors.
33
34 %description -l pl.UTF-8
35 Ten pakiet zawiera parę wspólnych skryptów i makr do rozwijania
36 oprogramowania związanego ze środowiskiem graficznym MATE.
37
38 MATE to odgałęzienie GNOME 2. Zapewnia intuicyjne i atrakcyjne
39 środowisko graficzne dla użytkowników Linuksa przy użyciu tradycyjnych
40 metafor.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 %{__make} install \
54         DESTDIR=$RPM_BUILD_ROOT
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog README
62 %attr(755,root,root) %{_bindir}/mate-autogen
63 %attr(755,root,root) %{_bindir}/mate-doc-common
64 %{_datadir}/mate-common
65 %{_aclocaldir}/mate-code-coverage.m4
66 %{_aclocaldir}/mate-common.m4
67 %{_aclocaldir}/mate-compiler-flags.m4
68 %{_mandir}/man1/mate-autogen.1*
69 %{_mandir}/man1/mate-doc-common.1*
This page took 0.033208 seconds and 2 git commands to generate.