]> git.pld-linux.org Git - packages/drawtool.git/commitdiff
- release 2,
authorkloczek <kloczek@pld-linux.org>
Thu, 1 Mar 2001 02:21:31 +0000 (02:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild against perl 5.6,
- spec adapterized (now is %%{debug} ready).

Changed files:
    drawtool.spec -> 1.4

drawtool.spec

index 3db99d90e709f946c5debcf23e13782a3de0cd26..09a9acedd56d01ff6d835510a98209484cb4c323 100644 (file)
@@ -3,16 +3,18 @@ Summary:      Simple vector graphics creator (with stdin/out interface)
 Summary(pl):   Prosty program do grafiki wektorowej (z interfejsem stdin/out)
 Name:          drawtool
 Group:         X11/Applications/Graphics
+Group(de):     X11/Applikationen/Grafik
 Group(pl):     X11/Aplikacje/Grafika
 Version:       3.2.2
-Release:       1
+Release:       2
 License:       GPL
 Source0:       http://www.earth.li/projectpurple/files/%{name}-%{version}.tar.gz
 Patch0:                %{name}-makefile.patch
 URL:           http://www.earth.li/projectpurple/progs/drawtool.html
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: libgr-devel
 BuildRequires: gtk+-devel
+BuildRequires: libgr-devel
+BuildRequires: perl >= 5.5
+BuildRequires: rpm-perlprov >= 3.0.3-16
 %requires_eq   perl
 Requires:      %{perl_sitearch}
 
@@ -41,10 +43,12 @@ przegl
 Summary:       Perl extensions for drawtool
 Summary(pl):   Perlowe rozszerzenia dla drawtoola
 Group:         X11/Applications/Graphics
+Group(de):     X11/Applikationen/Grafik
 Group(pl):     X11/Aplikacje/Grafika
 
 %description perl
-Perl extensions for drawtool: PSDrawtool, SVGDrawtool and perltool%prep
+Perl extensions for drawtool: PSDrawtool, SVGDrawtool and
+perltool%prep
 
 %description perl -l pl
 Perlowe rozszerzenia dla drawtoola: PSDrawtool, SVGDrawtool i perltool
@@ -54,7 +58,7 @@ Perlowe rozszerzenia dla drawtoola: PSDrawtool, SVGDrawtool i perltool
 %patch0 -p1
 
 %build
-%{__make} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
+%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O0 -g}" 
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.097056 seconds and 4 git commands to generate.