]> git.pld-linux.org Git - packages/gnome-common.git/blob - gnome-common.spec
255c34affae0a37841d7901c4c48b01e64fe2611
[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:        0.1
6 License:        GPL
7 Group:          Development/Tools
8 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 gnome-common provides macros for GNOME modules.
14
15 %description -l pl
16 Ten pakiet dostarcza makra do budowania pakietów GNOME.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23
24 %{__make}
25
26 %install
27 rm -rf $RPM_BUILD_ROOT
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %attr(755,root,root) %{_bindir}/*
37 %{_aclocaldir}/gnome-macros
38 %{_aclocaldir}/gnome2-macros
This page took 0.054247 seconds and 2 git commands to generate.