]> git.pld-linux.org Git - packages/arj.git/commitdiff
- s/Copyright/License/, cosmetics arj-3_10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 May 2002 11:09:23 +0000 (11:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arj.spec -> 1.3

arj.spec

index 6e4380a322d3fcecea8b6d4405c85f763e225711..672f420c20184ed15e01fe03a3220d64b4cba4be 100644 (file)
--- a/arj.spec
+++ b/arj.spec
@@ -1,17 +1,16 @@
 %define distfile ARJL_310
-
 Summary:       ARJ archiver for Linux
 Summary(pl):   Archiwizator ARJ dla Linuksa
 Name:          arj
 Version:       3.10
 Release:       1
-Copyright:     Shareware, distributable
+License:       Shareware, distributable
 Vendor:                ARJ Software Russia
-ExclusiveOS:   Linux
-ExclusiveArch: %{ix86}
 Group:         Applications/Archiving
 # The original URL is outdated:        ftp://ftp.black.ru/fileecho/AUTLCOMP/%{distfile}
 Source0:       %distfile
+ExclusiveOS:   Linux
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define no_install_post_strip 1
@@ -24,8 +23,7 @@ operation on DOS before using this package.
 %description -l pl
 Jest to implementacja programu ARJ v 2.7x dla DOS na platformê UNIX i
 systemy uniksopodobne. Zak³ada siê, ¿e u¿ytkownik korzystaj±cy z tego
-pakietu zna sposób funkcjonowania programu ARJ pod DOSem.
-
+pakietu zna sposób funkcjonowania programu ARJ pod DOS-em.
 
 %prep
 %setup -q -T -c
@@ -42,12 +40,13 @@ bin/arj | head -4 > doc/arj/LICENSE
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}%{_bindir}
-mv bin/register bin/register-arj
-install bin/* ${RPM_BUILD_ROOT}%{_bindir}
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+mv -f bin/register bin/register-arj
+install bin/* $RPM_BUILD_ROOT%{_bindir}
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.063434 seconds and 4 git commands to generate.