]> git.pld-linux.org Git - packages/acroread.git/commitdiff
- fixed build, removed obsolete locale patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 15 Dec 2004 21:54:41 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acroread.spec -> 1.38

acroread.spec

index 7ddef3c667b4d56d7c612da82763d0ac3b103dcb..2a5f127140a147eff1fe7e6b907fbd497aafed58 100644 (file)
@@ -24,7 +24,6 @@ Source0:      ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/5.x/linux-%{version}.t
 %endif
 Source1:       %{base_name}.desktop
 Source2:       %{base_name}.png
-Patch0:                %{base_name}-locale.patch
 URL:           http://www.adobe.com/products/acrobat/
 ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -71,9 +70,9 @@ Wtyczka Mozilli do wy
 %prep
 %if %{with license_agreement}
 %setup -q -c
+cd installers
 tar xf %{tar0}
 tar xf %{tar1}
-%patch0 -p1
 %endif
 
 %install
@@ -171,6 +170,7 @@ install %{PATCH0} $RPM_BUILD_ROOT%{_datadir}/%{base_name}
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{base_name},%{mozdir}} \
        $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
+cd installers
 cp -a Reader Resource $RPM_BUILD_ROOT%{_libdir}/%{base_name}
 awk -v INSTDIR=%{_libdir}/%{base_name}/Reader \
        '/^install_dir=/ {print "install_dir="INSTDIR; next} \
@@ -201,7 +201,7 @@ package please build it with the following command:
 %attr(755,root,root) %{_bindir}/%{base_name}.install
 %{_datadir}/%{base_name}
 %else
-%doc LICREAD.TXT README
+%doc installers/{LICREAD.TXT,README}
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{base_name}
 %{_libdir}/%{base_name}/Resource
This page took 0.063261 seconds and 4 git commands to generate.