]> git.pld-linux.org Git - packages/automake.git/blob - automake.spec
- revision up to 1d,
[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.4
8 Release:        1d
9 Copyright:      GPL
10 Group:          Development/Building
11 Group(pl):      Programowanie/Budowanie
12 Source:         ftp://ftp.cygnus.com/pub/tromey/%{name}-%{version}.tar.gz
13 Patch0:         automake-info.patch
14 URL:            http://sourceware.cygnus.com/automake/
15 Requires:       perl
16 Prereq:         /sbin/install-info
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
50 %build
51 ./configure \
52         --prefix=/usr
53 make
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 make install prefix=$RPM_BUILD_ROOT/usr
58
59 gzip -9nf $RPM_BUILD_ROOT/usr/info/automake*
60
61 %post
62 /sbin/install-info /usr/info/automake.info.gz /etc/info-dir
63
64 %preun
65 if [ $1 = 0 ]; then
66         /sbin/install-info --delete /usr/info/automake.info.gz /etc/info-dir
67 fi
68
69 %files
70 %defattr(644, root, root, 755)
71 %doc AUTHORS ChangeLog NEWS README THANKS TODO
72 %attr(755, root, root) /usr/bin/*
73 /usr/info/automake*
74 %attr(-, root, root) /usr/share/*
75
76 %clean
77 rm -rf $RPM_BUILD_ROOT
78
79 %changelog
80 * Wed Jan 26 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
81   [1.4-1d]
82 - added Group(pl).
83
84 * Tue Dec 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
85   [1.3d-3]
86 - standarized {un}registering info pages (second try .. added
87   automake-info.patch).
88
89 * Wed Dec 23 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
90   [1.3d-2]
91 - (waiting for new autoconf): fixed @SHELL@ bug.
92
93 * Sat Dec 19 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
94   [1.3d-1]
95 - updated URL,
96 - standarized {un}registering info pages.
97
98 * Sat Nov 21 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
99   [1.3b-1]
100 - changed base Source url,
101 - cosmetic changes in %post, %preun in {un}registering autoame info page,
102 - added URL.
103
104 * Sat Aug  1 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
105   [1.3-5]
106 - modified pl translation,
107 - added -q %setup parameter,
108 - removed INSTALL and COPING from %doc (copyright statment is in Copyright
109   field),
110 - Buildroot changed to /tmp/%%{name}-%%{version}-root,
111 - fixed %defattr macro,
112 - added using %%{name} and %%{version} macro in Source.
113
114 * Mon Jun 29 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
115   [1.3-4]
116 - added pl translation,
117 - build from non root's account,
118 - added %defattr support.
119
120 * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
121 - translations modified for de, fr, tr
122
123 * Tue Apr 07 1998 Erik Troan <ewt@redhat.com>
124 - updated to 1.3
125
126 * Tue Oct 28 1997 Cristian Gafton <gafton@redhat.com>
127 - added BuildRoot; added aclocal files
128
129 * Fri Oct 24 1997 Erik Troan <ewt@redhat.com>
130 - made it a noarch package
131
132 * Thu Oct 16 1997 Michael Fulbright <msf@redhat.com>
133 - Fixed some tag lines to conform to 5.0 guidelines.
134
135 * Thu Jul 17 1997 Erik Troan <ewt@redhat.com>
136 - updated to 1.2
137
138 * Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
139 - first version (1.0)
This page took 0.057591 seconds and 4 git commands to generate.