]> git.pld-linux.org Git - packages/jasper.git/commitdiff
- grrr... fixed broken "fixed" files
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Mar 2003 15:06:24 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    jasper.spec -> 1.14

jasper.spec

index 21bd6d2e4dfe75e579aa3a29f1e55a17b3681fff..9919fb31eba629ed737e92cb4abd858277222aee 100644 (file)
@@ -2,7 +2,7 @@ Summary:        JasPer - collection of software for coding and manipulation of images
 Summary(pl):   JasPer - zestaw oprogramowania do obróbki obrazków
 Name:          jasper
 Version:       1.700.2
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Libraries
 Source0:       http://www.ece.uvic.ca/~mdadams/jasper/software/%{name}-%{version}.zip
@@ -13,8 +13,6 @@ BuildRequires:        libjpeg-devel
 BuildRequires: unzip
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _xbindir        /usr/X11R6/bin
-
 %description
 JasPer is a collection of software (i.e., a library and application
 programs) for the coding and manipulation of images. This software can
@@ -94,9 +92,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-##install -d $RPM_BUILD_ROOT%{_xbindir}
-##mv -f $RPM_BUILD_ROOT{%{_bindir},%{_xbindir}}/jiv
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -106,7 +101,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc LICENSE NEWS README doc/jasper*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/img*
+%attr(755,root,root) %{_bindir}/jasper
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
@@ -121,4 +117,4 @@ rm -rf $RPM_BUILD_ROOT
 
 %files jiv
 %defattr(644,root,root,755)
-##%attr(755,root,root) %{_xbindir}/*
+%attr(755,root,root) %{_bindir}/jiv
This page took 0.048863 seconds and 4 git commands to generate.