SPECS: gimp-plugin-gap.spec - unified further
qboosh
qboosh at pld-linux.org
Sun Apr 29 19:28:25 CEST 2007
Author: qboosh Date: Sun Apr 29 17:28:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unified further
---- Files affected:
SPECS:
gimp-plugin-gap.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/gimp-plugin-gap.spec
diff -u SPECS/gimp-plugin-gap.spec:1.2 SPECS/gimp-plugin-gap.spec:1.3
--- SPECS/gimp-plugin-gap.spec:1.2 Sun Apr 29 19:25:24 2007
+++ SPECS/gimp-plugin-gap.spec Sun Apr 29 19:28:19 2007
@@ -28,8 +28,8 @@
BuildRequires: xvid-devel >= 1:1.0.0.
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define gapplugindir %(gimptool --gimpplugindir)/plug-ins
-%define _scriptdir %(gimptool --gimpdatadir)/scripts
+%define gimpplugindir %(gimptool --gimpplugindir)/plug-ins
+%define gimpscriptdir %(gimptool --gimpdatadir)/scripts
%description
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to
@@ -46,9 +46,9 @@
%build
%{__glib_gettextize}
-%__aclocal
-%__automake
-%__autoconf
+%{__aclocal}
+%{__automake}
+%{__autoconf}
%configure \
%{!?with_ffmpeg:--disable-libavformat} \
%{!?with_libmpeg3:--disable-libmpeg3} \
@@ -72,11 +72,11 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
%dir %{_libdir}/gimp-gap-2.2
-%attr(755,root,root) %{gapplugindir}/*
%attr(755,root,root) %{_libdir}/gimp-gap-2.2/*
-%{__scriptdir}/*
-%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{gimpplugindir}/*
+%{gimpscriptdir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -84,6 +84,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/04/29 17:28:19 qboosh
+- unified further
+
Revision 1.2 2007/04/29 17:25:24 qboosh
- utf-8
- removed useless bconds
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gimp-plugin-gap.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list