]> git.pld-linux.org Git - packages/createrepo.git/commitdiff
- fix amd64 build; rel 2 auto/th/createrepo-0_9_1-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 9 Jan 2008 19:57:04 +0000 (19:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    createrepo.spec -> 1.34

createrepo.spec

index c6b8c1be429ad5c2063d774509136ca149721b22..dbe608bc7355c1151751ae3835e3206f8394ff72 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Creates a common metadata repository
 Summary(pl.UTF-8):     Tworzenie wspólnego repozytorium metadanych
 Name:          createrepo
 Version:       0.9.1
 Summary(pl.UTF-8):     Tworzenie wspólnego repozytorium metadanych
 Name:          createrepo
 Version:       0.9.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       http://linux.duke.edu/createrepo/download/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         Applications/System
 Source0:       http://linux.duke.edu/createrepo/download/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@ pakietów RPM.
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
+       PKGDIR=%{py_sitescriptdir}/%{name} \
        DESTDIR=$RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
        DESTDIR=$RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
@@ -54,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 # note that these DO NEED executable bit set!
 %attr(755,root,root) %{_datadir}/%{name}/genpkgmetadata.py*
 %attr(755,root,root) %{_datadir}/%{name}/modifyrepo.py*
 # note that these DO NEED executable bit set!
 %attr(755,root,root) %{_datadir}/%{name}/genpkgmetadata.py*
 %attr(755,root,root) %{_datadir}/%{name}/modifyrepo.py*
-%dir %{py_sitedir}/createrepo
-%{py_sitedir}/createrepo/*.py[co]
+%dir %{py_sitescriptdir}/createrepo
+%{py_sitescriptdir}/createrepo/*.py[co]
 %{_mandir}/man1/modifyrepo.1*
 %{_mandir}/man8/createrepo.8*
 %{_mandir}/man1/modifyrepo.1*
 %{_mandir}/man8/createrepo.8*
This page took 0.54611 seconds and 4 git commands to generate.