]> git.pld-linux.org Git - packages/libglademm.git/blame - libglademm.spec
- drop libtool file
[packages/libglademm.git] / libglademm.spec
CommitLineData
5b444ef0
MB
1# TODO:
2# - examples subpackage
3#
c999e69c 4Summary: C++ wrappers for libglade
7b40d73d 5Summary(pl.UTF-8): Interfejsy C++ dla libglade
c999e69c 6Name: libglademm
148a1af1 7Version: 2.6.7
d0fa8dcd 8Release: 6
faf7213b
JB
9License: LGPL v2+
10Group: X11/Libraries
bbee933b 11Source0: http://ftp.gnome.org/pub/GNOME/sources/libglademm/2.6/%{name}-%{version}.tar.bz2
148a1af1 12# Source0-md5: f9ca5b67f6c551ea98790ab5f21c19d0
216cff20 13URL: http://www.gtkmm.org/
82bd2ed9
JB
14BuildRequires: autoconf
15BuildRequires: automake
bbee933b
MB
16BuildRequires: gtkmm-devel >= 2.12.1
17BuildRequires: libglade2-devel >= 1:2.6.2
82bd2ed9 18BuildRequires: libtool >= 2:1.4d
03273c00 19BuildRequires: perl-base
3cb5acf6 20BuildRequires: pkgconfig
c999e69c 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24C++ wrappers for libglade.
25
4e10105a 26%description -l pl.UTF-8
c999e69c 27Interfejsy C++ dla libglade.
28
29%package devel
30Summary: Devel files for libglademm
7b40d73d 31Summary(pl.UTF-8): Pliki nagłówkowe dla libglademm
faf7213b 32Group: X11/Development/Libraries
03273c00 33Requires: %{name} = %{version}-%{release}
bbee933b
MB
34Requires: gtkmm-devel >= 2.12.1
35Requires: libglade2-devel >= 1:2.6.2
c999e69c 36
37%description devel
38Devel files for libglademm.
39
4e10105a
JR
40%description devel -l pl.UTF-8
41Pliki nagłówkowe dla libglademm.
c999e69c 42
43%package static
44Summary: libglademm static library
7b40d73d 45Summary(pl.UTF-8): Biblioteka statyczna libglademm
faf7213b 46Group: X11/Development/Libraries
03273c00 47Requires: %{name}-devel = %{version}-%{release}
c999e69c 48
49%description static
50libglademm static library.
51
4e10105a 52%description static -l pl.UTF-8
c999e69c 53Biblioteka statyczna libglademm.
54
03273c00 55%package doc
56Summary: Documentation for libglademm
7b40d73d 57Summary(pl.UTF-8): Dokumentacja dla libglademm
03273c00 58Group: Documentation
59Requires: devhelp
60
61%description doc
62Documentation for libglademm.
63
311d1297 64%description doc -l pl.UTF-8
03273c00 65Dokumentacja dla libglademm.
66
c999e69c 67%prep
68%setup -q
69
70%build
82bd2ed9
JB
71%{__libtoolize}
72%{__aclocal} -I scripts
73%{__autoconf}
74%{__automake}
c999e69c 75%configure \
8ed60529 76 --enable-static
c999e69c 77%{__make}
78
79%install
80rm -rf $RPM_BUILD_ROOT
81
82%{__make} install \
83 DESTDIR=$RPM_BUILD_ROOT
84
03273c00 85mv -f $RPM_BUILD_ROOT%{_docdir}/gnomemm-2.6/%{name}-2.4/docs installed-docs
d0fa8dcd 86%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglademm-2.4.la
03273c00 87
c999e69c 88%clean
89rm -rf $RPM_BUILD_ROOT
90
91%post -p /sbin/ldconfig
92%postun -p /sbin/ldconfig
93
94%files
95%defattr(644,root,root,755)
3f6187a9 96%doc AUTHORS ChangeLog NEWS
5b444ef0
MB
97%attr(755,root,root) %{_libdir}/libglademm-2.4.so.*.*.*
98%attr(755,root,root) %ghost %{_libdir}/libglademm-2.4.so.1
c999e69c 99
100%files devel
101%defattr(644,root,root,755)
5b444ef0 102%attr(755,root,root) %{_libdir}/libglademm-2.4.so
5b444ef0
MB
103%{_includedir}/libglademm-2.4
104%{_libdir}/libglademm-2.4
105%{_pkgconfigdir}/libglademm-2.4.pc
c999e69c 106
107%files static
108%defattr(644,root,root,755)
5b444ef0 109%{_libdir}/libglademm-2.4.a
03273c00 110
111%files doc
112%defattr(644,root,root,755)
113%doc installed-docs/*
114%doc %{_datadir}/devhelp/books/%{name}-2.4
This page took 1.506377 seconds and 4 git commands to generate.