ALT Linux Bugzilla
– Attachment 3684 Details for
Bug 19723
Прошу поставить зависимость на fonts-ttf-dejavu
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
+rx@i586
lazarus.spec-0.9.24-alt3.4.3 (text/plain), 5.72 KB, created by
Michael Shigorin
on 2009-07-21 19:52:31 MSD
(
hide
)
Description:
+rx@i586
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2009-07-21 19:52:31 MSD
Size:
5.72 KB
patch
obsolete
>Name: lazarus >Version: 0.9.24 >Release: alt3.4.3 > >Summary: Lazarus Component Library and IDE >License: GPL and modified LGPL >Group: Development/Other > >Url: http://www.lazarus.freepascal.org/ >Source: %name-%version-alt1.tar.bz2 >Patch0: %name-0.9.22-alt-relax-onwine.patch >Patch1: %name-0.9.24-alt-fpc.patch >Patch2: %name-0.9.24-alt-font.patch >Patch3: %name-0.9.24-alt-fix-idebar-windowtype.patch >Patch4: %name-0.9.24-fix-desktop-file.patch >Packager: Alexey Shentzev <ashen@altlinux.ru> > >Requires: fpc fpc-src gdb >Requires: glibc-devel glib-devel gdk-pixbuf-devel gtk+-devel libXi-devel >Requires: fonts-bitmap-terminus fonts-ttf-dejavu > >BuildRequires: fpc >= 2.2.0 fpc-utils glibc-devel gdk-pixbuf-devel gtk+-devel libgtk+2-devel libXi-devel desktop-file-utils libXext-devel > >%add_findreq_skiplist %_libdir/%name/examples/* > >%description >Lazarus is a free and open source Rapid Application Development tool >for the FreePascal compiler using the Lazarus component library - LCL. >The LCL is included in this package. > >%description -l ru_RU.UTF8 >Lazarus - Ñвободно-ÑаÑпÑоÑÑÑанÑемаÑ, Ñ Ð¾ÑкÑÑÑÑм иÑÑ Ð¾Ð´Ð½Ñм кодом, >ÑÑеда Ð´Ð»Ñ Ð±ÑÑÑÑой ÑазÑабоÑки пÑикладнÑÑ Ð¿ÑогÑамм (Rapid Application >Development tool) на FreePascal, иÑполÑзÑÑÑÐ°Ñ Ð±Ð¸Ð±Ð»Ð¸Ð¾Ñеки ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÑ LCL >(Lazarus component library). LCL Ð²Ñ Ð¾Ð´ÑÑ Ð² ÑоÑÑав данного пакеÑа. > >%package docs >Summary: Lazarus docs >Group: Development/Other >Requires: %name = %version-%release > >%description docs >Lazarus docs > >%description docs -l ru_RU.UTF8 >ÐокÑменÑаÑÐ¸Ñ Ð¿Ð¾ Lazarus > >%package examples >Summary: Lazarus examples >Group: Development/Other >Requires: %name = %version-%release > >%description examples >Lazarus examples > >%description examples -l ru_RU.UTF8 >ÐÑимеÑÑ Ð¿ÑогÑамм, ÑозданнÑÑ Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ Lazarus > >%package tools >Summary: Lazarus tools >Group: Development/Other >Requires: %name = %version-%release > >%description tools >Lazarus tools > >%description tools -l ru_RU.UTF8 >ÐÑпомогаÑелÑнÑй инÑÑÑÑменÑаÑий Ð´Ð»Ñ Lazarus > >%prep >%setup -n %name >%patch0 -p1 >%patch1 -p1 >%patch2 -p1 >%patch3 -p1 >%patch4 -p0 ># rx and rxfpc components don't build on x86-64 >%ifnarch %ix86 >subst '/-C rx/d' components/Makefile.fpc >%endif > >%build >if [ -n "$FPCCfg" ]; then > MAKEOPTS=" -n @$FPCCfg" >fi >export LCL_PLATFORM=gtk >fpcmake -pwr >make bigide >make tools OPT="$MAKEOPTS" >make lazbuilder OPT="$MAKEOPTS" >make lcl ideintf packager/registration bigide OPT="$MAKEOPTS" > ># FIXME: is explicit one really needed in face of brp-strip? >strip lazarus startlazarus lazbuild > >%install >mkdir -p %buildroot{%_bindir,%_libdir/%name,%_datadir/gnome/apps/Development} > >cp -aRf * %buildroot%_libdir/%name/ > >install -pDm644 docs/lazbuild.1 %buildroot%_man1dir/lazbuild.1 >install -pDm644 images/ide_icon48x48.png %buildroot%_pixmapsdir/lazarus.png >install -pDm644 install/lazarus.desktop %buildroot%_desktopdir/lazarus.desktop > >ln -sf ../%_lib/%name/lazarus %buildroot%_bindir/lazarus >ln -sf ../%_lib/%name/startlazarus %buildroot%_bindir/startlazarus >ln -sf ../%_lib/%name/lazbuild %buildroot%_bindir/lazbuild > ># fix bug 13256 >mkdir -p %buildroot%_datadir/fpcsrc/packages/fcl-base >mkdir -p %buildroot%_datadir/fpcsrc/rtl/inc > >%files >%_libdir/%name/ >%_bindir/* >%_pixmapsdir/lazarus.png >%_desktopdir/lazarus.desktop >%_man1dir/* >%exclude %_libdir/%name/docs >%exclude %_libdir/%name/examples >%exclude %_libdir/%name/tools >%exclude %_libdir/%name/debian ># fix bug 13256 >%dir %_datadir/fpcsrc/rtl/inc >%dir %_datadir/fpcsrc/packages/fcl-base > >%files docs >%_libdir/%name/docs > >%files examples >%_libdir/%name/examples > >%files tools >%_libdir/%name/tools >%exclude %_libdir/%name/tools/install > >%changelog >* Tue Jul 21 2009 Michael Shigorin <mike@altlinux.org> 0.9.24-alt3.4.3 >- disable rx build only on non-x86 > >* Tue Jul 21 2009 Michael Shigorin <mike@altlinux.org> 0.9.24-alt3.4.2 >- minor spec cleanup > >* Tue Jul 21 2009 Michael Shigorin <mike@altlinux.org> 0.9.24-alt3.4.1 >- Requires: fonts-ttf-dejavu (closes: #19723) > >* Sun Apr 05 2009 Alexey Rusakov <ktirf@altlinux.org> 0.9.24-alt3.4 >- finally closing ALT Bug 17531 >- fixed ALT Bug 16207 >- fixed Repocop-reported bugs in the .desktop file. >- catch-up to alt3.3 changelog: > + rx components are not built since their build fails on x86_64 > >* Tue Mar 31 2009 Alexey Rusakov <ktirf@altlinux.org> 0.9.24-alt3.3 >- NMU (thanks to mike@): > + fixed #19350 (suppressed extra requirements of examples subpackage) > + spec cleanup > >* Sat Oct 11 2008 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt3.2 >- fix bug 17531 > >* Wed Sep 10 2008 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt3.1 >- add BuildRequires libXext-devel > >* Tue Apr 08 2008 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt3 >- build with bigide > >* Thu Apr 03 2008 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt2.3.2 >- add russian descriptions >- fix bugs #14516, #14390 > >* Fri Dec 14 2007 Stanislav Ievlev <inger@altlinux.org> 0.9.24-alt2.3.1 >- fix optimization flags (s,OG,O1, s,Og,Os,) > >* Fri Dec 07 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt2.3 >- add call fpcmake -r >- Thanks Slava Dubrovskiy <dubrsl@altlinux.org> for help > >* Mon Dec 03 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt2.2 >- really added requirement on fpc-src > >* Mon Dec 03 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt2.1 >- restore require for fpc-src > >* Wed Nov 28 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.24-alt1 >- New version build >- fixed bugs 13256 >- Thanks Sergey Bolshakov <sbolshakov@altlinux.ru> for help and patching > >* Mon Oct 15 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.22-alt1.1 >- fixed bug #13052 > >* Wed Aug 08 2007 Alexey Shentzev <ashen@altlinux.ru> 0.9.22-alt1 >- first buid for sisyphus >- Thanks Slava Dubrovskiy <dubrsl@altlinux.org> for help
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 19723
:
3682
|
3683
| 3684