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