Author: sparky Date: Fri Jan 15 18:41:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - NEW, by Jakub Sochacki <[email protected]>
---- Files affected: packages/gtkdatabox: gtkdatabox.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/gtkdatabox/gtkdatabox.spec diff -u /dev/null packages/gtkdatabox/gtkdatabox.spec:1.1 --- /dev/null Fri Jan 15 19:41:13 2010 +++ packages/gtkdatabox/gtkdatabox.spec Fri Jan 15 19:41:07 2010 @@ -0,0 +1,98 @@ +# $Revision$, $Date$ +Summary: GtkDatabox - a GTK+ widget for fast data display +Summary(pl.UTF-8): GtkDatabox - widget dla GTK+ do szybkiego wyświetlania danych +Name: gtkdatabox +Version: 0.9.1.1 +Release: 1 +License: LGPL +Group: Libraries +Source0: http://dl.sourceforge.net/gtkdatabox/%{name}-%{version}.tar.gz +# Source0-md5: 910921da2198ebd02ea8a7eb622916ce +URL: http://www.eudoxos.de/gtk/gtkdatabox/ +BuildRequires: cairo-devel >= 1.4.0 +BuildRequires: gtk+2-devel >= 1:2.8.0 +BuildRequires: pkgconfig +Requires: cairo >= 1.4.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +GtkDatabox is a widget for the Gtk+-library designed to display large +amounts of numerical data fast and easy. + +%description -l pl.UTF-8 +GtkDatabox jest widgetem dla biblioteki Gtk+ zaprojektowanym do +wyświetlania dużych ilości danych numerycznych prosto i szybko. + + +%package devel +Summary: Header files for GtkDatabox library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GtDatabox +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: cairo-devel >= 1.4.0 +Requires: gtk+2-devel >= 2.8.0 + +%description devel +Header files for GtkDatabox library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe biblioteki GtkDatabox. + +%package static +Summary: Static GtkDatabox library +Summary(pl.UTF-8): Statyczna biblioteka GtkDatabox +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static GtkDatabox library. + +%description static -l pl.UTF-8 +Statyczna biblioteka GtkDatabox. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README +%attr(755,root,root) %{_libdir}/libgtkdatabox-*.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgtkdatabox-*.so.? + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libgtkdatabox.so +%{_libdir}/libgtkdatabox.la +%{_includedir}/gtkdatabox*.h +%{_pkgconfigdir}/gtkdatabox.pc + +%files static +%defattr(644,root,root,755) +%{_libdir}/libgtkdatabox.a + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + + +$Log$ +Revision 1.1 2010/01/15 18:41:07 sparky +- NEW, by Jakub Sochacki <[email protected]> + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
