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