]> git.pld-linux.org Git - packages/cpan2rpm.git/commitdiff
- added pl description and full files list (instead of autogenerated one)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 Apr 2002 09:49:36 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpan2rpm.spec -> 1.2

cpan2rpm.spec

index eb26a979616634c3a7505e5281ab98287e3f713e..a172481a1a21b6ed3144dc56e499da0e57328e78 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Create RPMS from CPAN modules
+Summary(pl):   Narzêdzie tworz±ce pakiety RPM z modu³ów CPAN
 Name:          cpan2rpm
 Version:       1.2
 Release:       1
@@ -11,20 +12,25 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 cpan2rpm creates RPMs from CPAN packages, automating the locating,
 fetching, spec file creation and building of the package.
 
+%description -l pl
+cpan2rpm tworzy pakiety RPM z pakietów CPAN, automatycznie je
+znajduj±c, ¶ci±gaj±c, tworz±c plik spec i buduj±c pakiet.
+
 %prep
 %setup -q -n %{name}-%{version}
 
 %build
 %{__make}
 
-%clean
+%install
 rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-%install
+%clean
 rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-%{_libdir}/rpm/brp-compress
-find $RPM_BUILD_ROOT/ -type f -print | sed "s@^$RPM_BUILD_ROOT@@g" > %{name}-filelist
 
-%files -f %{name}-filelist
+%files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.093927 seconds and 4 git commands to generate.