]> git.pld-linux.org Git - packages/gnome-common.git/blob - gnome-common.spec
- massive attack s/pld.org.pl/pld-linux.org/
[packages/gnome-common.git] / gnome-common.spec
1 Summary:        Common macros useful for building gnome packages
2 Summary(pl):    Wspólne makra przydatne do budowania pakietów GNOME
3 Name:           gnome-common
4 Version:        1.2.4
5 Release:        2
6 License:        GPL
7 Group:          Development/Tools
8 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.2/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 gnome-common provides macros for GNOME modules.
15
16 %description -l pl
17 Ten pakiet dostarcza makra do budowania pakietów GNOME.
18
19 %prep
20 %setup -q
21
22 %build
23 %configure --build=%{_build}
24
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 %clean
33 rm -rf $RPM_BUILD_ROOT
34
35 %files
36 %defattr(644,root,root,755)
37 %attr(755,root,root) %{_bindir}/*
38 %{_aclocaldir}/gnome-macros
39 %{_aclocaldir}/gnome2-macros
This page took 0.024852 seconds and 3 git commands to generate.