]> git.pld-linux.org Git - packages/autogen.git/blame - autogen.spec
- tabs in preamble
[packages/autogen.git] / autogen.spec
CommitLineData
04e2435f 1Summary: Automated program generator
cfcea6ae 2Summary(pl.UTF-8): Zautomatyzowany generator programów
04e2435f 3Name: autogen
f860e98d
RT
4Version: 5.8.8
5Release: 1
04e2435f 6License: GPL v.2/BSD/LGPL
7Group: Development
dc6db1bc 8Source0: http://dl.sourceforge.net/autogen/%{name}-%{version}.tar.bz2
f860e98d 9# Source0-md5: fe078c23b26753347a31c0bee6e5c82c
95820b33 10URL: http://autogen.sourceforge.net/
04e2435f 11BuildRequires: guile-devel
0d28a1a7 12BuildRequires: libltdl-devel
04e2435f 13BuildRequires: libxml2-devel
14BuildRequires: texinfo
04e2435f 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18AutoGen is a tool designed for generating program files that contain
19repetitive text with varied substitutions. Its goal is to simplify the
20maintenance of programs that contain large amounts of repetitious
21text. This is especially valuable if there are several blocks of such
22text that must be kept synchronized in parallel tables.
23
254e074f
JR
24%description -l pl.UTF-8
25AutoGen to narzędzie zaprojektowane do generowania plików programów
26zawierających powtarzający się tekst z różnymi podstawieniami. Celem
27projektu jest uproszczenie zarządzania programów zawierających duże
28ilości powtórzonego tekstu. Jest szczególnie wartościowy jeśli jest
29kilka bloków takiego tekstu, które muszą być synchronizowane
30równolegle.
04e2435f 31
32%package devel
33Summary: Header files for autogen
cfcea6ae 34Summary(pl.UTF-8): Pliki nagłówkowe dla autogen
04e2435f 35Group: Development/Libraries
36Requires: %{name} = %{version}-%{release}
37
38%description devel
39Header files for autogen.
40
254e074f
JR
41%description devel -l pl.UTF-8
42Pliki nagłówkowe dla autogen.
04e2435f 43
44%package static
45Summary: Static autogen library
cfcea6ae 46Summary(pl.UTF-8): Statyczna biblioteka autogen
04e2435f 47Group: Development/Libraries
48Requires: %{name}-devel = %{version}-%{release}
49
50%description static
51Static autogen library.
52
254e074f 53%description static -l pl.UTF-8
04e2435f 54Statyczna biblioteka autogen.
55
56%prep
57%setup -q
58
59%build
60%configure
61%{__make}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72%post
73/sbin/ldconfig
74[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
75
76%postun
77/sbin/ldconfig
78[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
79
80%files
81%defattr(644,root,root,755)
82%doc AUTHORS ChangeLog NEWS README THANKS TODO
83%attr(755,root,root) %{_bindir}/*
84%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
85%{_datadir}/%{name}
86%{_infodir}/autogen.info*
87%{_mandir}/man1/*.1*
88%{_mandir}/man3/*.3*
89
90%files devel
91%defattr(644,root,root,755)
585e62ed 92%attr(755,root,root) %{_libdir}/lib*.so
04e2435f 93%{_libdir}/lib*.la
585e62ed
JB
94%{_includedir}/autoopts
95%{_aclocaldir}/*.m4
04e2435f 96%{_pkgconfigdir}/*.pc
97
98%files static
99%defattr(644,root,root,755)
100%{_libdir}/lib*.a
This page took 0.079676 seconds and 4 git commands to generate.