]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
b043ff4e91772ff07be90557abb9c05d6c9acd98
[packages/automake.git] / automake.spec
1 Summary:     GNU automake - Makefile configuration tools
2 Summary(de): GNU automake - Makefile-Konfigurationstools
3 Summary(fr): automake de GNU - Outils de configuration des makefiles
4 Summary(pl): GNU Automake - generator plików Makefile
5 Summary(tr): Makefile yapýlandýrma araçlarý
6 Name:        automake
7 Version:     1.3
8 Release:     4
9 Copyright:   GPL
10 Group:       Development/Building
11 Source:      ftp://ftp.gnu.org/pub/gnu/%{name}-%{version}.tar.gz
12 Requires:    perl
13 Prereq:      /sbin/install-info
14 BuildArchitectures: noarch
15 Buildroot:   /tmp/%{name}-%{version}-root
16
17 %description
18 Automake is an experimental Makefile generator.  It was inspired by the
19 4.4BSD make and include files, but aims to be portable and to conform to the
20 GNU standards for Makefile variables and targets.
21
22 %description -l de
23 Automake ist ein experimenteller Makefile-Generator, inspiriert durch die
24 4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und Konformität
25 mit den GNU-Standards für Makefile-Variable und Targets abzielt.
26
27 %description -l fr
28 automake est un générateur expérimental de makefiles. Il a été inspiré par
29 le make de BSD 4.4, mais se veut portable et conforme aux standards GNU pour
30 les variables et les cibles des makefiles.
31
32 %description -l pl
33 Automake jest eksperymentalnym generatorem plików Makefile'a. Narzêdzie to
34 jest wzorowane na make i plikach nag³ówków z systemu 4.4BSD. Umo¿liwia ono
35 generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
36 jednoce¶nie zgodnym ze standardami GNU.
37
38 %description -l tr
39 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
40 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
41 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
42
43 %prep
44 %setup -q
45
46 %build
47 ./configure --prefix=/usr
48 make
49
50 %install
51 rm -rf $RPM_BUILD_ROOT
52 make install prefix=$RPM_BUILD_ROOT/usr
53 gzip -9nf $RPM_BUILD_ROOT/usr/info/automake*
54
55 %post
56 /sbin/install-info /usr/info/automake.info.gz /usr/info/dir
57
58 %preun
59 if [ $1 = 0 ]; then
60         /sbin/install-info --delete /usr/info/automake.info.gz /usr/info/dir
61 fi
62
63 %files
64 %defattr(644, root, root, 755)
65 %doc AUTHORS ChangeLog NEWS README THANKS TODO
66 %attr(755, root, root) /usr/bin/*
67 /usr/info/automake*
68 %attr(-, root, root) /usr/share/*
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %changelog
74 * Sat Aug  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
75   [1.3-5]
76 - modified pl translation,
77 - added -q %setup parameter,
78 - removed INSTALL and COPING from %doc (copyright statment is in Copyright
79   field),
80 - Buildroot changed to /tmp/%%{name}-%%{version}-root,
81 - fixed %defattr macro,
82 - added using %%{name} and %%{version} macro in Source.
83
84 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
85   [1.3-4]
86 - added pl translation,
87 - build from non root's account,
88 - added %defattr support.
89
90 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
91 - translations modified for de, fr, tr
92
93 * Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
94 - updated to 1.3
95
96 * Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
97 - added BuildRoot; added aclocal files
98
99 * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
100 - made it a noarch package
101
102 * Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
103 - Fixed some tag lines to conform to 5.0 guidelines.
104
105 * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
106 - updated to 1.2
107
108 * Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
109 - first version (1.0)
This page took 0.03182 seconds and 2 git commands to generate.