]> git.pld-linux.org Git - packages/anjuta.git/commitdiff
- added patch to not rebuild system tags
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 12 Feb 2002 18:39:18 +0000 (18:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (it's pointless, anjuta will be used on differnet machine, ant it takes
   realy, realy, long time)
- buildrequires: xml-i18n-tools
- added destdir patch (fixes install)
- release 4

Changed files:
    anjuta.spec -> 1.16

anjuta.spec

index 3383481fe2df828bff9b6e2c065d6e8d0032e05d..97f3c9721f23425523ca3c2942cdee35d4871a45 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Gnome integrated development environment
 Summary(pl):   Zintegrowane ¶rodowisko programowania dla Gnome
 Name:          anjuta
 Version:       0.1.8
-Release:       3
+Release:       4
 License:       GPL
 Group:         Development/Tools
 Group(cs):     Vývojové prostøedky/Nástroje
@@ -20,6 +20,8 @@ Group(sv):    Utveckling/Verktyg
 Source0:       http://anjuta.sourceforge.net/packages/%{name}-%{version}.tar.gz
 Source1:       %{name}.desktop
 Patch0:                %{name}-am_ac.patch
+Patch1:                %{name}-dont_rebuild_tags.patch
+Patch2:                %{name}-destdir.patch
 URL:           http://anjuta.sourceforge.net/
 BuildRequires: ORBit-devel
 BuildRequires: autoconf
@@ -32,6 +34,7 @@ BuildRequires:        intltool
 BuildRequires: libstdc++-devel
 BuildRequires: scrollkeeper
 BuildRequires: libxml-devel
+BuildRequires: xml-i18n-tools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
@@ -56,6 +59,8 @@ odpluskwiacz oraz edytor z mo
 %prep
 %setup  -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
This page took 0.789189 seconds and 4 git commands to generate.