]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- add /etc/poldek/repos.d/pld-debuginfo.conf with debuginfo sources; rel 27 auto/th/poldek-0_30-0_20080820_23_27
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 28 May 2009 07:07:55 +0000 (07:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-debuginfo.conf -> 1.1
    poldek.spec -> 1.380

poldek-debuginfo.conf [new file with mode: 0644]
poldek.spec

diff --git a/poldek-debuginfo.conf b/poldek-debuginfo.conf
new file mode 100644 (file)
index 0000000..06bab02
--- /dev/null
@@ -0,0 +1,37 @@
+# Debuginfo repositories for PLD Linux 3.0 (Th)
+_arch   = %ARCH%
+_prefix = ftp://ftp.th.pld-linux.org/dists/th
+## Some mirrors
+## You can use them if you have better connection there
+# CI TASK:
+#_prefix = ftp://ftp.task.pld-linux.org/dists/th
+
+_type = pndir
+
+[source]
+type   = %{_type}
+name   = th-debuginfo
+path   = %{_prefix}/PLD/%{_arch}/debuginfo/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = th-obsolete-debuginfo
+path   = %{_prefix}/obsolete/%{_arch}/debuginfo/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = th-ready-debuginfo
+path   = %{_prefix}/ready/%{_arch}/debuginfo/
+auto   = no
+autoup = no
+
+[source]
+type   = %{_type}
+name   = th-test-debuginfo
+path   = %{_prefix}/test/%{_arch}/debuginfo/
+auto   = no
+autoup = no
index c83f42dc7476b182233a5109ce45bd51c9eeb8da..9b84bbe1c5489eff7a2e0e3bb13268cd671bf4f9 100644 (file)
@@ -15,7 +15,7 @@
 %define        ver_rpm 4.5-5
 #
 %define                snap    20080820.23
-%define                rel             26
+%define                rel             27
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -33,6 +33,7 @@ Source4:      %{name}-multilib-ti.conf
 Source5:       %{name}-aliases.conf
 Source6:       %{name}.desktop
 Source7:       %{name}.png
+Source8:       %{name}-debuginfo.conf
 Patch0:                %{name}-vserver-packages.patch
 Patch1:                %{name}-config.patch
 Patch2:                %{name}-abort-on-upgrade.patch
@@ -274,9 +275,13 @@ sed '
 ' < %{SOURCE4} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-multilib.conf
 %endif
 %else
+# pld_release = th
 sed -e '
        s|%%ARCH%%|%{_ftp_arch}|g
 ' < %{SOURCE1} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld.conf
+sed -e '
+       s|%%ARCH%%|%{_ftp_arch}|g
+' < %{SOURCE8} > $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/repos.d/pld-debuginfo.conf
 
 %ifarch %{x8664}
 sed '
This page took 0.03866 seconds and 4 git commands to generate.