Author: qboosh Date: Sun Jan 13 01:51:24 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - gtk+ 1.x version saved from gtk+extra.spec:1.11
---- Files affected: SPECS: gtk+extra1.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/gtk+extra1.spec diff -u /dev/null SPECS/gtk+extra1.spec:1.1 --- /dev/null Sun Jan 13 02:51:24 2008 +++ SPECS/gtk+extra1.spec Sun Jan 13 02:51:19 2008 @@ -0,0 +1,134 @@ +# $Revision$, $Date$ +Summary: A useful widget set complementary to GTK+ +Summary(pl.UTF-8): Zbiór użytecznych widgetów uzupełniający GTK+ +Name: gtk+extra1 +Version: 0.99.17 +Release: 1 +License: LGPL +Group: X11/Libraries +Source0: http://gtkextra.sourceforge.net/src/gtk+extra-%{version}.tar.gz +# Source0-md5: 390e622c12a5c7f7845ee144ae13ab93 +Patch0: gtk+extra-ac_am.patch +URL: http://gtkextra.sourceforge.net/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gtk+-devel >= 1.2.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +gtk+extra is a useful widget set complementary to GTK+ for creating +graphical interfaces for the X11 Window System. It is written in C and +requires GTK+ version 1.2.x. + +%description -l pl.UTF-8 +gtk+extra jest zbiorem pożytecznych widgetów uzupełniających GTK+, +służących do tworzenia graficznych interfejsów w systemie X11 Window. +Został napisany w C i wymaga biblioteki GTK+ w wersji 1.2.x. + +%package devel +Summary: Header files and some docs for gtk+extra library +Summary(pl.UTF-8): Pliki nagłówkowe i nieco dokumentacji dla biblioteki gtk+extra +Group: X11/Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Header files and some docs for gtk+extra library. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe i nieco dokumentacji dla biblioteki gtk+extra. + +%package static +Summary: Static gtk+extra libraries +Summary(pl.UTF-8): Biblioteki statyczne gtk+extra +Group: X11/Development/Libraries +Requires: %{name}-devel = %{version}-%{release} + +%description static +Static gtk+extra libraries. + +%description static -l pl.UTF-8 +Biblioteki statyczne gtk+extra. + +%prep +%setup -q -n gtk+extra-%{version} +%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + m4datadir=%{_aclocaldir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(644,root,root,755) +%doc README AUTHORS NEWS TODO docs/gtk* +%attr(755,root,root) %{_libdir}/lib*.so.*.*.* + +%files devel +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_libdir}/lib*.so +%{_libdir}/lib*.la +%{_includedir}/gtkextra +%{_aclocaldir}/* + +%files static +%defattr(644,root,root,755) +%{_libdir}/*.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 2008-01-13 01:51:19 qboosh +- gtk+ 1.x version saved from gtk+extra.spec:1.11 + +Revision 1.11 2007-02-13 07:16:47 glen +- tabs in preamble + +Revision 1.10 2007/02/12 00:48:55 baggins +- converted to UTF-8 + +Revision 1.9 2004/10/07 11:47:57 qboosh +- strict internal deps, files fix, cleanups + +Revision 1.8 2004/09/26 15:28:12 havner +- fix rel before stbring! + +Revision 1.7 2004/09/26 14:48:06 roman +- removed unnecessary /usr/X11R6 prefix +- STBR + +Revision 1.6 2004/09/26 14:40:28 ankry +- rel. down to 0.9: fix prefix issue first + +Revision 1.5 2004/09/26 12:02:47 roman +- works ok +- STBR + +Revision 1.4 2004/09/26 06:11:44 ankry +- hopefully really fixed src URL + +Revision 1.3 2004/09/26 06:10:09 ankry +- fixed src URL, more cosmetics + +Revision 1.2 2004/09/26 05:54:00 ankry +- cosmetics + +Revision 1.1 2004/09/25 22:04:46 roman +- not complete yet ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
