summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordepesz2002-07-11 08:16:22 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commita82c579bc998c03af7e3eefe299ab087f751a181 (patch)
tree7294fde7606ee5553e7505f28a8cc35eb73b68c4
parentdbcfda583612be4e23607207b49e07f6ff2962bd (diff)
downloadperl-Apache-Session-a82c579bc998c03af7e3eefe299ab087f751a181.zip
perl-Apache-Session-a82c579bc998c03af7e3eefe299ab087f751a181.tar.gz
- reorganized (a little bit) file-structure - idea by Radoslaw Zielinski
Changed files: perl-Apache-Session.spec -> 1.13
-rw-r--r--perl-Apache-Session.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-Apache-Session.spec b/perl-Apache-Session.spec
index d50bd4e..781653a 100644
--- a/perl-Apache-Session.spec
+++ b/perl-Apache-Session.spec
@@ -31,9 +31,9 @@ perl Makefile.PL
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%{__make} install DESTDIR=$RPM_BUILD_ROOT
-install eg/example.perl $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install eg/example.perl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
gzip -9nf README CHANGES
@@ -46,4 +46,4 @@ rm -rf $RPM_BUILD_ROOT
%{perl_sitelib}/Apache/Session
%{perl_sitelib}/Apache/Session.pm
%{_mandir}/man3/*
-%{_examplesdir}/%{name}/example.perl
+%{_examplesdir}/%{name}-%{version}