]> git.pld-linux.org Git - packages/frontline.git/commitdiff
- autodetect gimp plugin dir; release 2
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Feb 2003 23:26:20 +0000 (23:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    frontline.spec -> 1.3

frontline.spec

index 4def67b94b782d096093659c041e6383ca284a40..14910c3b55e09734ca1ea898106b9756c972f353 100644 (file)
@@ -2,7 +2,7 @@ Summary:        GUI FRONT end for autotrace that extracts outLINE from images
 Summary(pl):   Graficzny interfejs do autotrace wyci±gaj±cego obrysy z obrazków
 Name:          frontline
 Version:       0.5.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Graphics
 Source0:       ftp://ftp.sourceforge.net/pub/sourceforge/autotrace/%{name}-%{version}.tar.gz
@@ -21,16 +21,17 @@ BuildRequires:      popt-devel
 Requires:      %{name}-libs = %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                gimpplugindir   %(gimp-config --gimpplugindir)
 
 %description
 Frontline provides a GTK+/GNOME based GUI front end for autotrace
-(http://autotrace.sourceforge.net). This package contains the
+(http://autotrace.sourceforge.net/). This package contains the
 `fontline' command, which runs as a stand alone program. It will work
 well with Gnome desktop and nautilus.
    
 %description -l pl
 Frontline udostêpnia oparty na GTK+/GNOME graficzny interfejs do
-autotrace (http://autotrace.sourceforge.net). Ten pakiet zawiera
+autotrace (http://autotrace.sourceforge.net/). Ten pakiet zawiera
 polecenie "frontline", dzia³aj±ce jako samodzielny program. Dzia³a
 dobrze z pulpitem GNOME i nautilusem.
 
@@ -145,4 +146,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n gimp-plugin-frontline
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/gimp/*/plug-ins/trace
+%attr(755,root,root) %{gimpplugindir}/plug-ins/trace
This page took 0.066035 seconds and 4 git commands to generate.