packages: bcfg2/bcfg2.spec, clearsilver/clearsilver.spec, coova-chilli/coov...
sparky
sparky at pld-linux.org
Sat Feb 5 03:07:58 CET 2011
Author: sparky Date: Sat Feb 5 02:07:58 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- make sure package name and name specified in %files match
---- Files affected:
packages/bcfg2:
bcfg2.spec (1.4 -> 1.5)
packages/clearsilver:
clearsilver.spec (1.18 -> 1.19)
packages/coova-chilli:
coova-chilli.spec (1.19 -> 1.20)
packages/gfs2:
gfs2.spec (1.7 -> 1.8)
packages/gnokii:
gnokii.spec (1.135 -> 1.136)
packages/ibm-java-sdk:
ibm-java-sdk.spec (1.27 -> 1.28)
packages/kde-theme-lipstik:
kde-theme-lipstik.spec (1.7 -> 1.8)
packages/libgadu:
libgadu.spec (1.17 -> 1.18)
packages/libzen:
libzen.spec (1.6 -> 1.7)
packages/mlt:
mlt.spec (1.25 -> 1.26)
packages/ruby-ronn:
ruby-ronn.spec (1.3 -> 1.4)
packages/scgi:
scgi.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: packages/bcfg2/bcfg2.spec
diff -u packages/bcfg2/bcfg2.spec:1.4 packages/bcfg2/bcfg2.spec:1.5
--- packages/bcfg2/bcfg2.spec:1.4 Wed Feb 10 10:26:54 2010
+++ packages/bcfg2/bcfg2.spec Sat Feb 5 03:07:53 2011
@@ -114,7 +114,7 @@
%post -n bcfg2-server
/sbin/chkconfig --add bcfg2-server
-%files -n bcfg2
+%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/bcfg2
%dir %{py_sitescriptdir}/Bcfg2
@@ -151,6 +151,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2011/02/05 02:07:53 sparky
+- make sure package name and name specified in %files match
+
Revision 1.4 2010/02/10 09:26:54 paszczus
- use redhat init scripts
================================================================
Index: packages/clearsilver/clearsilver.spec
diff -u packages/clearsilver/clearsilver.spec:1.18 packages/clearsilver/clearsilver.spec:1.19
--- packages/clearsilver/clearsilver.spec:1.18 Sun Jan 23 03:28:11 2011
+++ packages/clearsilver/clearsilver.spec Sat Feb 5 03:07:53 2011
@@ -157,12 +157,12 @@
%{_mandir}/man3/ClearSilver.3pm*
%if 0
-%files -n ruby
+%files -n ruby-clearsilver
%defattr(644,root,root,755)
%{ruby_sitepath}/%{ruby_version}/neo.rb
%attr(755,root,root) %{ruby_sitepath}/%{ruby_version}/%{ruby_arch}/hdf.so
-%files -n mod_ecs
+%files -n apache-mod_ecs
%defattr(644,root,root,755)
%attr(755,root,root) %{apache_libexec}/mod_ecs.so
%endif
@@ -173,6 +173,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2011/02/05 02:07:53 sparky
+- make sure package name and name specified in %files match
+
Revision 1.18 2011/01/23 02:28:11 sparky
- BR: python-modules, rpm-pythonprov
================================================================
Index: packages/coova-chilli/coova-chilli.spec
diff -u packages/coova-chilli/coova-chilli.spec:1.19 packages/coova-chilli/coova-chilli.spec:1.20
--- packages/coova-chilli/coova-chilli.spec:1.19 Fri Jan 28 03:21:18 2011
+++ packages/coova-chilli/coova-chilli.spec Sat Feb 5 03:07:53 2011
@@ -153,7 +153,7 @@
%{_datadir}/coova-chilli/www/*.png
%{_datadir}/coova-chilli/www/*.tmpl
-%files -n python-%{name}
+%files -n python-coova-chilli
%defattr(644,root,root,755)
%{_libdir}/python/CoovaChilliLib.py
@@ -174,6 +174,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2011/02/05 02:07:53 sparky
+- make sure package name and name specified in %files match
+
Revision 1.19 2011/01/28 02:21:18 sparky
- BR: python-modules, rpm-pythonprov
================================================================
Index: packages/gfs2/gfs2.spec
diff -u packages/gfs2/gfs2.spec:1.7 packages/gfs2/gfs2.spec:1.8
--- packages/gfs2/gfs2.spec:1.7 Tue Dec 29 09:49:03 2009
+++ packages/gfs2/gfs2.spec Sat Feb 5 03:07:53 2011
@@ -60,7 +60,7 @@
%define _sbindir /sbin
-%description -n gfs2
+%description
GFS (Global File System) is a cluster file system. It allows a cluster
of computers to simultaneously use a block device that is shared
between them (with FC, iSCSI, NBD, etc...). GFS reads and writes to
@@ -70,7 +70,7 @@
-- changes made to the filesystem on one machine show up immediately on all
other machines in the cluster.
-%description -n gfs2 -l pl.UTF-8
+%description -l pl.UTF-8
GFS (Global File System) to klastrowy system plików. Pozwala klastrowi
komputerów na jednoczesne korzystanie z urządzenia blokowego
dzielonego między nimi (poprzez FC, iSCSI, NBD itp.). GFS odczytuje i
@@ -172,7 +172,7 @@
rm -rf $RPM_BUILD_ROOT
%if %{with userspace}
-%files -n gfs2
+%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/*gfs2*
%attr(754,root,root) /etc/rc.d/init.d/gfs2
@@ -430,6 +430,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2011/02/05 02:07:53 sparky
+- make sure package name and name specified in %files match
+
Revision 1.7 2009/12/29 08:49:03 glen
- uniq files
================================================================
Index: packages/gnokii/gnokii.spec
diff -u packages/gnokii/gnokii.spec:1.135 packages/gnokii/gnokii.spec:1.136
--- packages/gnokii/gnokii.spec:1.135 Sun May 30 14:48:07 2010
+++ packages/gnokii/gnokii.spec Sat Feb 5 03:07:54 2011
@@ -288,15 +288,15 @@
%attr(2750,root,logs) %dir /var/log/smsd
%attr(2750,root,logs) %dir /var/log/archive/smsd
-%files -n gnokii-smsd-mysql
+%files smsd-mysql
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/smsd/libsmsd_mysql.so
-%files -n gnokii-smsd-pgsql
+%files smsd-pgsql
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/smsd/libsmsd_pq.so
-%files -n gnokii-smsd-file
+%files smsd-file
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/smsd/libsmsd_file.so
@@ -306,6 +306,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.136 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.135 2010/05/30 12:48:07 arvenil
- up to 0.6.29
- added ghost
================================================================
Index: packages/ibm-java-sdk/ibm-java-sdk.spec
diff -u packages/ibm-java-sdk/ibm-java-sdk.spec:1.27 packages/ibm-java-sdk/ibm-java-sdk.spec:1.28
--- packages/ibm-java-sdk/ibm-java-sdk.spec:1.27 Tue Feb 13 09:06:35 2007
+++ packages/ibm-java-sdk/ibm-java-sdk.spec Sat Feb 5 03:07:54 2011
@@ -358,12 +358,12 @@
%attr(755,root,root) %{javadir}/bin/tnameserv_g
-%files -n %{name}-demos
+%files demos
%defattr(644,root,root,755)
%dir %{javadir}/demo
%{javadir}/demo/*
-%files -n %{name}-src
+%files src
%defattr(644,root,root,755)
%{javadir}/src.jar
@@ -402,6 +402,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.27 2007/02/13 08:06:35 glen
- tabs in preamble
================================================================
Index: packages/kde-theme-lipstik/kde-theme-lipstik.spec
diff -u packages/kde-theme-lipstik/kde-theme-lipstik.spec:1.7 packages/kde-theme-lipstik/kde-theme-lipstik.spec:1.8
--- packages/kde-theme-lipstik/kde-theme-lipstik.spec:1.7 Tue Oct 2 18:49:39 2007
+++ packages/kde-theme-lipstik/kde-theme-lipstik.spec Sat Feb 5 03:07:54 2011
@@ -75,7 +75,7 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%files -n kde-theme-%{_name}
+%files
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/kde3/kstyle_*.so
%{_libdir}/kde3/kstyle_*.la
@@ -93,6 +93,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.7 2007/10/02 16:49:39 rotom
- up to 2.2.3
================================================================
Index: packages/libgadu/libgadu.spec
diff -u packages/libgadu/libgadu.spec:1.17 packages/libgadu/libgadu.spec:1.18
--- packages/libgadu/libgadu.spec:1.17 Thu Nov 11 08:23:24 2010
+++ packages/libgadu/libgadu.spec Sat Feb 5 03:07:54 2011
@@ -127,14 +127,14 @@
%attr(755,root,root) %{_libdir}/libgadu.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libgadu.so.3
-%files -n libgadu-devel
+%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libgadu.so
%{_includedir}/libgadu.h
%{_pkgconfigdir}/libgadu.pc
%{_libdir}/libgadu.la
-%files -n libgadu-static
+%files static
%defattr(644,root,root,755)
%{_libdir}/libgadu.a
@@ -144,6 +144,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.17 2010/11/11 07:23:24 qboosh
- base docs to base
- single libtoolize is enough
================================================================
Index: packages/libzen/libzen.spec
diff -u packages/libzen/libzen.spec:1.6 packages/libzen/libzen.spec:1.7
--- packages/libzen/libzen.spec:1.6 Thu Sep 30 21:35:14 2010
+++ packages/libzen/libzen.spec Sat Feb 5 03:07:54 2011
@@ -19,12 +19,12 @@
%description
Shared library for libmediainfo and mediainfo-*.
-%package -n libzen-devel
+%package devel
Summary: Include files and mandatory libraries for development
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-%description -n libzen-devel
+%description devel
Include files and mandatory libraries for development.
%package static
@@ -113,6 +113,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.6 2010/09/30 19:35:14 arekm
- up to 0.4.15
================================================================
Index: packages/mlt/mlt.spec
diff -u packages/mlt/mlt.spec:1.25 packages/mlt/mlt.spec:1.26
--- packages/mlt/mlt.spec:1.25 Wed Sep 15 18:09:22 2010
+++ packages/mlt/mlt.spec Sat Feb 5 03:07:54 2011
@@ -136,7 +136,7 @@
%attr(755,root,root) %{_libdir}/%{name}/*
%{_datadir}/mlt*
-%files -n python-%{name}
+%files -n python-mlt
%defattr(644,root,root,755)
%{py_sitedir}/*.py[co]
%attr(755,root,root) %{py_sitedir}/*.so
@@ -153,6 +153,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2011/02/05 02:07:54 sparky
+- make sure package name and name specified in %files match
+
Revision 1.25 2010/09/15 16:09:22 rotom
- 0.5.10
================================================================
Index: packages/ruby-ronn/ruby-ronn.spec
diff -u packages/ruby-ronn/ruby-ronn.spec:1.3 packages/ruby-ronn/ruby-ronn.spec:1.4
--- packages/ruby-ronn/ruby-ronn.spec:1.3 Tue Jun 29 14:07:05 2010
+++ packages/ruby-ronn/ruby-ronn.spec Sat Feb 5 03:07:55 2011
@@ -117,7 +117,7 @@
%{ruby_rubylibdir}/%{pkgname}.rb
%{ruby_rubylibdir}/%{pkgname}
-%files -n %{pkgname}
+%files -n ronn
%{_bindir}/%{pkgname}
%{_mandir}/man1/%{pkgname}.1*
%{_mandir}/man7/%{pkgname}-format.7*
@@ -136,6 +136,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2011/02/05 02:07:55 sparky
+- make sure package name and name specified in %files match
+
Revision 1.3 2010/06/29 12:07:05 pawelz
- bcond with_git
================================================================
Index: packages/scgi/scgi.spec
diff -u packages/scgi/scgi.spec:1.19 packages/scgi/scgi.spec:1.20
--- packages/scgi/scgi.spec:1.19 Fri Jul 9 13:24:23 2010
+++ packages/scgi/scgi.spec Sat Feb 5 03:07:55 2011
@@ -138,7 +138,7 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
%endif
-%files -n python-%{name}
+%files -n python-scgi
%defattr(644,root,root,755)
%doc LICENSE.txt doc/LICENSE_110.txt
%dir %{py_sitedir}/scgi
@@ -152,6 +152,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2011/02/05 02:07:55 sparky
+- make sure package name and name specified in %files match
+
Revision 1.19 2010/07/09 11:24:23 arekm
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bcfg2/bcfg2.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clearsilver/clearsilver.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coova-chilli/coova-chilli.spec?r1=1.19&r2=1.20&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gfs2/gfs2.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnokii/gnokii.spec?r1=1.135&r2=1.136&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ibm-java-sdk/ibm-java-sdk.spec?r1=1.27&r2=1.28&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kde-theme-lipstik/kde-theme-lipstik.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libgadu/libgadu.spec?r1=1.17&r2=1.18&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libzen/libzen.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mlt/mlt.spec?r1=1.25&r2=1.26&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-ronn/ruby-ronn.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/scgi/scgi.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list