]> git.pld-linux.org Git - packages/bakery.git/blame - bakery.spec
- updated to 2.6.3
[packages/bakery.git] / bakery.spec
CommitLineData
01ba4894 1Summary: C++ Framework for creating GNOME applications
51f6e44e 2Summary(pl.UTF-8): Struktura C++ do tworzenia programów dla GNOME
01ba4894 3Name: bakery
6a2e6346 4Version: 2.6.3
de8cb865 5Release: 1
4b612c69 6License: LGPL v2+
01ba4894 7Group: X11/Development/Libraries
6a2e6346
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/bakery/2.6/%{name}-%{version}.tar.bz2
9# Source0-md5: 49d28fecf13252f4f2899461505e56e5
10# http://bugzilla.gnome.org/show_bug.cgi?id=564168
11Patch0: %{name}-release-version.patch
536d9b92 12URL: http://bakery.sourceforge.net/
6a2e6346
MB
13BuildRequires: autoconf >= 2.59
14BuildRequires: automake >= 1:1.9
a20fcde0 15BuildRequires: gconfmm-devel >= 2.16.0
44a834bf 16BuildRequires: gettext-devel
6a2e6346 17BuildRequires: glibmm-devel >= 2.16.0
a20fcde0 18BuildRequires: gtkmm-devel >= 2.10.5
01ba4894 19BuildRequires: intltool
a20fcde0 20BuildRequires: libglademm-devel >= 2.6.3
01ba4894 21BuildRequires: libtool
6a2e6346 22BuildRequires: libxml++-devel >= 2.24.0
01ba4894 23BuildRequires: pkgconfig
24BuildRequires: rpmbuild(macros) >= 1.197
a20fcde0 25Requires: gconfmm >= 2.16.0
a20fcde0
MB
26Requires: gtkmm >= 2.10.5
27Requires: libglademm >= 2.6.3
6a2e6346 28Requires: libxml++ >= 2.24.0
01ba4894 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
32Bakery is a C++ Framework for creating document-based GNOME
33applications using gtkmm and/or gnomemm.
34
35- provides a Document/View architecture,
36- can use XML as a Document storage format,
37- provides default functionality, which can be easily customized,
38- makes it easy to start developing GNOME applications,
39- gives your application structure,
40- contains a few utility classes.
41
e0cbc6fa
JR
42%description -l pl.UTF-8
43Bakery jest strukturą C++ do tworzenia opartych na dokumentach
44programów dla GNOME przy użyciu gtkmm i/lub gnomemm.
01ba4894 45
46- dostarcza architektury Dokument/Widok
e0cbc6fa
JR
47- może używać XML jako formatu zapisu Dokumentu,
48- dostarcza domyślnej, łatwo modyfikowalnej funkcjonalności,
49- pozwala na łatwy start w tworzeniu aplikacji GNOME,
01ba4894 50- nadaje aplikacji format,
e0cbc6fa 51- zawiera kilka klas użytkowych
01ba4894 52
53%package devel
536d9b92 54Summary: Bakery header files
51f6e44e 55Summary(pl.UTF-8): Pliki nagłówkowe Bakery
3e886340 56Group: X11/Development/Libraries
536d9b92 57Requires: %{name} = %{version}-%{release}
a20fcde0 58Requires: gconfmm-devel >= 2.16.0
6a2e6346 59Requires: glibmm-devel >= 2.16.0
a20fcde0
MB
60Requires: gtkmm-devel >= 2.10.5
61Requires: libglademm-devel >= 2.6.3
6a2e6346 62Requires: libxml++-devel >= 2.24.0
01ba4894 63
64%description devel
65Header files for Bakery framework.
66
e0cbc6fa
JR
67%description devel -l pl.UTF-8
68Pliki nagłówkowe dla struktury Bakery.
01ba4894 69
70%package static
536d9b92 71Summary: Static Bakery library
51f6e44e 72Summary(pl.UTF-8): Statyczna biblioteka Bakery
3e886340 73Group: X11/Development/Libraries
536d9b92 74Requires: %{name}-devel = %{version}-%{release}
01ba4894 75
76%description static
77Static Bakery library.
78
e0cbc6fa 79%description static -l pl.UTF-8
01ba4894 80Statyczna biblioteka Bakery.
81
82%prep
83%setup -q
6a2e6346 84%patch0 -p1
01ba4894 85
86%build
87%{__intltoolize}
88%{__libtoolize}
89%{__aclocal}
90%{__autoconf}
91%{__autoheader}
92%{__automake}
93%configure
94%{__make}
95
96%install
97rm -rf $RPM_BUILD_ROOT
98
99%{__make} install \
100 DESTDIR=$RPM_BUILD_ROOT
101
01ba4894 102%find_lang %{name}
103
104%clean
105rm -rf $RPM_BUILD_ROOT
106
107%post -p /sbin/ldconfig
108%postun -p /sbin/ldconfig
109
110%files -f %{name}.lang
111%defattr(644,root,root,755)
112%doc AUTHORS ChangeLog NEWS README
6a2e6346
MB
113%attr(755,root,root) %{_libdir}/libbakery-2.6-2.6.so.*.*.*
114%attr(755,root,root) %ghost %{_libdir}/libbakery-2.6-2.6.so.1
01ba4894 115
116%files devel
117%defattr(644,root,root,755)
6a2e6346
MB
118%attr(755,root,root) %{_libdir}/libbakery-2.6.so
119%dir %{_libdir}/bakery-2.6
120%{_libdir}/bakery-2.6/include
121%{_libdir}/libbakery-2.6.la
122%{_includedir}/bakery-2.6
123%{_pkgconfigdir}/bakery-2.6.pc
01ba4894 124
125%files static
126%defattr(644,root,root,755)
6a2e6346 127%{_libdir}/libbakery-2.6.a
This page took 0.041444 seconds and 4 git commands to generate.