SPECS: w32codec.spec (HEAD)
glen
glen at pld-linux.org
Tue Aug 23 20:57:29 CEST 2005
Module name: SPECS
Changes by: glen 05/08/23 20:57:27
Modified files:
w32codec.spec
Log message:
- use without macro
Index: w32codec.spec
===================================================================
RCS file: /cvsroot/SPECS/w32codec.spec,v
diff -d -u -r1.70 -r1.71
--- w32codec.spec 15 Apr 2005 07:15:57 -0000 1.70
+++ w32codec.spec 23 Aug 2005 18:57:26 -0000 1.71
@@ -50,7 +50,7 @@
Libraries required to compress/decompress content of movie files. They
are used by movie players, but can be used to create compressed movie
files.
-%if ! %{with license_agreement}
+%if %{without license_agreement}
License issues made us not to include inherent files into this package
by default. If you want to create full working package please build it
with the following command:
@@ -62,7 +62,7 @@
Biblioteki niezbędne do kompresji/dekompresji filmów. Są one
wykorzystywane przez odtwarzacze, ale mogą być użyte do tworzenia
kompresowanych plików z filmami.
-%if ! %{with license_agreement}
+%if %{without license_agreement}
Kwestie licencji zmusiły nas do niedołączania do tego pakietu istotnych
plików. Jeśli chcesz stworzyć w pełni funkcjonalny pakiet, zbuduj go za
pomocą polecenia:
@@ -86,7 +86,7 @@
%install
rm -rf $RPM_BUILD_ROOT
-%if ! %{with license_agreement}
+%if %{without license_agreement}
install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/%{base_name}}
cat <<EOF >$RPM_BUILD_ROOT%{_bindir}/%{base_name}.install
@@ -151,7 +151,7 @@
rm -f $RPM_BUILD_ROOT%{_libdir}/codecs/*_linuxELFx86c6.xa
%endif
-%if ! %{with license_agreement}
+%if %{without license_agreement}
%pre
echo "
License issues made us not to include inherent files into
@@ -180,6 +180,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.71 2005/08/23 18:57:26 glen
+- use without macro
+
Revision 1.70 2005/04/15 07:15:57 tommat
- update to 20050412
@@ -276,8 +279,9 @@
- Source[67] (dmo and mjpeg2k) allready included in Source0,
- new Source6 (vanguard),
- removed duplicated xanim files,
-- NOTE: - not all of there files are win32!
- - there are overlapping files in rp8 and rp9.
+- NOTE:
+ - not all of there files are win32!
+ - there are overlapping files in rp8 and rp9.
Revision 1.41 2003/05/25 06:27:47 misi3k
- massive attack s/pld.org.pl/pld-linux.org/
@@ -337,7 +341,7 @@
- fixed bcond
Revision 1.23 2002/08/02 17:55:02 kloczek
-- release 4: reverse %%{?with_license_agreement} macro - now by default will
+- release 4: reverse %{?with_license_agreement} macro - now by default will
be builded empty package.
Revision 1.22 2002/07/28 12:14:42 kloczek
@@ -354,7 +358,7 @@
Group field using gettext).
Revision 1.18 2002/01/28 10:31:00 marcus
-- s/%%{x86}/%%{ix86}/g
+- s/%{x86}/%{ix86}/g
Revision 1.17 2002/01/18 02:15:18 kloczek
- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
@@ -398,7 +402,7 @@
- typo
Revision 1.4 2001/07/30 10:04:18 kloczek
-- release 2: added "ExclusiveArch: %%{ix86}".
+- release 2: added "ExclusiveArch: %{ix86}".
Revision 1.3 2001/07/28 22:56:45 qboosh
- added Obsoletes: avi-codecs
More information about the pld-cvs-commit
mailing list