SPECS: backuppc.spec, click-packages.spec, codeblocks.spec, crossm...

glen glen at pld-linux.org
Wed Jul 26 17:43:14 CEST 2006


Author: glen                         Date: Wed Jul 26 15:43:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- remove extra unneeded slash

---- Files affected:
SPECS:
   backuppc.spec (1.65 -> 1.66) , click-packages.spec (1.2 -> 1.3) , codeblocks.spec (1.15 -> 1.16) , crossmingw32-wxWidgets.spec (1.4 -> 1.5) , cryptsetup.spec (1.21 -> 1.22) , dchub.spec (1.25 -> 1.26) 

---- Diffs:

================================================================
Index: SPECS/backuppc.spec
diff -u SPECS/backuppc.spec:1.65 SPECS/backuppc.spec:1.66
--- SPECS/backuppc.spec:1.65	Mon Jun 19 08:41:10 2006
+++ SPECS/backuppc.spec	Wed Jul 26 17:43:07 2006
@@ -193,7 +193,7 @@
 ln -sf BackupPC_Admin index.cgi
 
 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/www/html/BackupPC_stnd.css \
-	$RPM_BUILD_ROOT/%{_sysconfdir}/%{name}
+	$RPM_BUILD_ROOT%{_sysconfdir}/%{name}
 
 cd $RPM_BUILD_ROOT%{_datadir}/%{name}/www/html
 ln -sf %{_sysconfdir}/%{name}/BackupPC_stnd.css BackupPC_stnd.css
@@ -280,6 +280,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.66  2006/07/26 15:43:07  glen
+- remove extra unneeded slash
+
 Revision 1.65  2006/06/19 06:41:10  wolvverine
 - add patch l2
 

================================================================
Index: SPECS/click-packages.spec
diff -u SPECS/click-packages.spec:1.2 SPECS/click-packages.spec:1.3
--- SPECS/click-packages.spec:1.2	Thu Aug 12 21:03:51 2004
+++ SPECS/click-packages.spec	Wed Jul 26 17:43:07 2006
@@ -10,8 +10,8 @@
 # Source0-md5:	8e2779fedb806bffb13d565f59c3ba76
 Patch0:		%{name}-DESTDIR.patch
 URL:		http://amsterdam.lcs.mit.edu/click/
-BuildRequires:	libstdc++-devel
 BuildRequires:	click-devel
+BuildRequires:	libstdc++-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,7 +68,7 @@
 
 #echo ".so tracepath.8" > $RPM_BUILD_ROOT%{_mandir}/man8/tracepath6.8
 
-rm $RPM_BUILD_ROOT/%{_mandir}/mann/elements.n*
+rm $RPM_BUILD_ROOT%{_mandir}/mann/elements.n*
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -85,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/07/26 15:43:07  glen
+- remove extra unneeded slash
+
 Revision 1.2  2004/08/12 19:03:51  qboosh
 - pl summary, cosmetics
 

================================================================
Index: SPECS/codeblocks.spec
diff -u SPECS/codeblocks.spec:1.15 SPECS/codeblocks.spec:1.16
--- SPECS/codeblocks.spec:1.15	Sat Jul  1 13:10:13 2006
+++ SPECS/codeblocks.spec	Wed Jul 26 17:43:07 2006
@@ -1,10 +1,10 @@
 # $Revision$, $Date$
+%define		_rc	rc2
+%define		_snap	20060630
 Summary:	An open source, cross platform, free C++ IDE
 Summary(pl):	Wieloplatformowe, darmowe IDE do C++ o otwartych źródłach
 Name:		codeblocks
 Version:	1.0
-%define		_rc	rc2
-%define		_snap	20060630
 #Release:	0.%{_rc}.0.5
 Release:	0.%{_snap}
 License:	GPL
@@ -36,8 +36,7 @@
 Highlights:
  - Open Source! GPL 2, no hidden costs
  - Cross-platform; runs on Linux or Windows (uses wxWidgets)
- - Made in GNU C++; no interpreted languages or proprietary libs
-   needed
+ - Made in GNU C++; no interpreted languages or proprietary libs needed
  - Extensible thru plugins
 
 Compiler-related features:
@@ -91,8 +90,8 @@
  - używa formatu XML dla plików projektów
  - projekty z wieloma celami
  - obsługa przestrzeni zadań (workspace)
- - import projektów i przestrzeni zadań MSVC (uwaga: kdo w asemblerze
-   i zależności między projektami nie są jeszcze obsługiwane)
+ - import projektów i przestrzeni zadań MSVC (uwaga: kdo w asemblerze i
+   zależności między projektami nie są jeszcze obsługiwane)
  - import projektów Dev-C++
  - integracja z GDB do odpluskwiania
 
@@ -104,8 +103,7 @@
  - przeglądarka klas
  - inteligentne wcięcia
  - przełączanie jednym klawiszem między plikami .h i .c/.cpp
- - lista otwartych plików do szybkiego przełączania między nimi
-   (opcja)
+ - lista otwartych plików do szybkiego przełączania między nimi (opcja)
  - zewnętrzne, konfigurowalne "narzędzia"
  - zarządzanie listą rzeczy do zrobienia ("To-do") przez różnych
    użytkowników
@@ -131,10 +129,10 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/%{_sysconfdir}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
-cp %{SOURCE1} "$RPM_BUILD_ROOT/%{_sysconfdir}/Code::Blocks v1.0"
+cp %{SOURCE1} "$RPM_BUILD_ROOT%{_sysconfdir}/Code::Blocks v1.0"
 
 rm -rf $RPM_BUILD_ROOT%{_pluginsdir}/*.la
 rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
@@ -179,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/07/26 15:43:07  glen
+- remove extra unneeded slash
+
 Revision 1.15  2006/07/01 11:10:13  qboosh
 - use _iconsdir macro
 

================================================================
Index: SPECS/crossmingw32-wxWidgets.spec
diff -u SPECS/crossmingw32-wxWidgets.spec:1.4 SPECS/crossmingw32-wxWidgets.spec:1.5
--- SPECS/crossmingw32-wxWidgets.spec:1.4	Wed Oct 19 15:47:50 2005
+++ SPECS/crossmingw32-wxWidgets.spec	Wed Jul 26 17:43:08 2006
@@ -124,7 +124,7 @@
 
 ln -s %{arch}/lib/wx/config/i386-mingw32-msw-ansi-release-2.6 $RPM_BUILD_ROOT%{_bindir}
 
-rm $RPM_BUILD_ROOT/%{_bindir}/wx-config
+rm $RPM_BUILD_ROOT%{_bindir}/wx-config
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -149,6 +149,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/07/26 15:43:08  glen
+- remove extra unneeded slash
+
 Revision 1.4  2005/10/19 13:47:50  qboosh
 - updated to 2.6.2
 - disable precomp-headers (build fails on gcc 3.4.3 with enabled)

================================================================
Index: SPECS/cryptsetup.spec
diff -u SPECS/cryptsetup.spec:1.21 SPECS/cryptsetup.spec:1.22
--- SPECS/cryptsetup.spec:1.21	Thu Jun  8 22:45:55 2006
+++ SPECS/cryptsetup.spec	Wed Jul 26 17:43:08 2006
@@ -124,7 +124,7 @@
 mv -f $RPM_BUILD_ROOT%{_libdir}/libcryptsetup.so.*.*.* $RPM_BUILD_ROOT/%{_lib}
 ln -sf /%{_lib}/$(cd $RPM_BUILD_ROOT/%{_lib}; echo libcryptsetup.so.*.*.*) \
 	$RPM_BUILD_ROOT%{_libdir}/libcryptsetup.so
-%{?with_initrd:install initrd-cryptsetup $RPM_BUILD_ROOT/%{_sbindir}}
+%{?with_initrd:install initrd-cryptsetup $RPM_BUILD_ROOT%{_sbindir}}
 
 %find_lang %{name}
 
@@ -164,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2006/07/26 15:43:08  glen
+- remove extra unneeded slash
+
 Revision 1.21  2006/06/08 20:45:55  qboosh
 - glibc-static if with initrd
 

================================================================
Index: SPECS/dchub.spec
diff -u SPECS/dchub.spec:1.25 SPECS/dchub.spec:1.26
--- SPECS/dchub.spec:1.25	Tue Dec  6 19:55:08 2005
+++ SPECS/dchub.spec	Wed Jul 26 17:43:08 2006
@@ -50,13 +50,13 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d ${RPM_BUILD_ROOT}/{%{_sysconfdir}/{%{name},rc.d/init.d},/var/lib/%{name}}
-install dchub.init $RPM_BUILD_ROOT/%{_sysconfdir}/rc.d/init.d/%{name}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},/etc/rc.d/init.d,/var/lib/%{name}}
+install dchub.init $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/%{name}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install plugin/AUTOSTART $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins/AUTOSTART
+install plugin/AUTOSTART $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/AUTOSTART
 
 # delete unnecesary files
 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/Makefile
@@ -122,6 +122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.26  2006/07/26 15:43:08  glen
+- remove extra unneeded slash
+
 Revision 1.25  2005/12/06 18:55:08  qboosh
 - R: rc-scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/backuppc.spec?r1=1.65&r2=1.66&f=u
    http://cvs.pld-linux.org/SPECS/click-packages.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/codeblocks.spec?r1=1.15&r2=1.16&f=u
    http://cvs.pld-linux.org/SPECS/crossmingw32-wxWidgets.spec?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/SPECS/cryptsetup.spec?r1=1.21&r2=1.22&f=u
    http://cvs.pld-linux.org/SPECS/dchub.spec?r1=1.25&r2=1.26&f=u



More information about the pld-cvs-commit mailing list