ALT Linux Bugzilla
– Attachment 3413 Details for
Bug 19350
Depends on galeon
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
more thorough spec cleanup
lazarus.spec (text/plain), 4.80 KB, created by
Michael Shigorin
on 2009-03-28 14:18:21 MSK
(
hide
)
Description:
more thorough spec cleanup
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2009-03-28 14:18:21 MSK
Size:
4.80 KB
patch
obsolete
>Name: lazarus >Version: 0.9.24 >Release: alt3.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: lazarus-0.9.22-alt-relax-onwine.patch >Patch1: lazarus-0.9.24-alt-fpc.patch >Patch2: lazarus-0.9.24-alt-font.patch >Packager: Alexey Shentzev <ashen@altlinux.ru> > >Requires: fpc, fpc-src, gdb, glib-devel, gdk-pixbuf-devel, gtk+-devel, fonts-bitmap-terminus >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 Ð²Ñ Ð¾Ð´ÑÑ Ð² ÑоÑÑав данного пакеÑа. > ># docs >%package docs >Summary: Lazarus docs >Group: Development/Other >Requires: %name = %version-%release > >%description docs >Lazarus docs > >%description docs -l ru_RU.UTF8 >ÐокÑменÑаÑÐ¸Ñ Ð¿Ð¾ Lazarus > ># examples >%package examples >Summary: Lazarus examples >Group: Development/Other >Requires: %name = %version-%release > >%description examples >Lazarus examples > >%description examples -l ru_RU.UTF8 >ÐÑимеÑÑ Ð¿ÑогÑамм, ÑозданнÑÑ Ñ Ð¿Ð¾Ð¼Ð¾ÑÑÑ Lazarus > ># tools >%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 > >%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" > >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 >* Sat Mar 28 2009 Michael Shigorin <mike@altlinux.org> 0.9.24-alt3.3 >- 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 19350
:
3412
| 3413