SPECS: poldek.spec, pop3vscan.spec, postfix.spec, povray.spec, ppp...
glen
glen at pld-linux.org
Mon Dec 5 00:17:21 CET 2005
Author: glen Date: Sun Dec 4 23:17:21 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- adapterized (sorted %verify flags)
---- Files affected:
SPECS:
poldek.spec (1.220 -> 1.221) , pop3vscan.spec (1.12 -> 1.13) , postfix.spec (1.244 -> 1.245) , povray.spec (1.49 -> 1.50) , ppplicznik.spec (1.18 -> 1.19) , prelink.spec (1.25 -> 1.26) , pure-ftpd.spec (1.140 -> 1.141) , radiusclient.spec (1.8 -> 1.9) , rbldnsd.spec (1.10 -> 1.11) , rc-scripts.spec (1.208 -> 1.209) , readline.spec (1.98 -> 1.99) , rockdodger.spec (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.220 SPECS/poldek.spec:1.221
--- SPECS/poldek.spec:1.220 Sun Nov 27 21:44:40 2005
+++ SPECS/poldek.spec Mon Dec 5 00:17:15 2005
@@ -59,8 +59,8 @@
BuildRequires: rpm-static
BuildRequires: zlib-static
%endif
-Requires(triggerpostun): sed >= 4.0
Requires(triggerpostun): awk
+Requires(triggerpostun): sed >= 4.0
Requires: %{name}-libs = %{version}-%{release}
Requires: db >= %{ver_db}
Requires: rpm >= %{ver_rpm}
@@ -96,9 +96,9 @@
%{!?with_imode:Ta wersja nie posiada trybu interaktywnego.}
%package libs
-Summary: poldek libraries
-Summary(pl): Biblioteki poldka
-Group: Libraries
+Summary: poldek libraries
+Summary(pl): Biblioteki poldka
+Group: Libraries
%description libs
poldek libraries.
@@ -107,9 +107,9 @@
Biblioteki poldka.
%package devel
-Summary: Header files for poldek libraries
-Summary(pl): Pliki nagłówkowe bibliotek poldka
-Group: Development/Libraries
+Summary: Header files for poldek libraries
+Summary(pl): Pliki nagłówkowe bibliotek poldka
+Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
%description devel
@@ -119,9 +119,9 @@
Pliki nagłówkowe bibliotek poldka.
%package static
-Summary: poldek static libraries
-Summary(pl): Biblioteki statyczne poldka
-Group: Development/Libraries
+Summary: poldek static libraries
+Summary(pl): Biblioteki statyczne poldka
+Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
@@ -268,7 +268,7 @@
%defattr(644,root,root,755)
%doc README* NEWS TODO configs/
%dir %{_sysconfdir}/%{name}
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/*.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.conf
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/*
@@ -298,6 +298,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.221 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.220 2005/11/27 20:44:40 glen
- no need to copy use_sudo, it's enabled automatically for non-root users
- shorten migrate message
================================================================
Index: SPECS/pop3vscan.spec
diff -u SPECS/pop3vscan.spec:1.12 SPECS/pop3vscan.spec:1.13
--- SPECS/pop3vscan.spec:1.12 Wed Feb 9 12:07:07 2005
+++ SPECS/pop3vscan.spec Mon Dec 5 00:17:15 2005
@@ -6,15 +6,15 @@
Release: 1.1
License: GPL
Group: Applications/Networking
-Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0: http://dl.sourceforge.net/pop3vscan/%{name}-%{version}.tar.gz
# Source0-md5: 48783c81cf70590637993aa0082fa467
-Source1: pop3vscan.init
-Patch0: pop3vscan.conf-clamav.patch
+Source1: %{name}.init
+Patch0: %{name}.conf-clamav.patch
URL: http://pop3vscan.sf.net/
-PreReq: rc-scripts
BuildRequires: pcre-devel
Requires: pcre
-# FIXMI: which package in PLD provides 'netfilter' ?
+Requires: rc-scripts
+# FIXME: which package in PLD provides 'netfilter' ?
#Requires: netfilter
Requires(post,preun): /sbin/chkconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,7 +34,7 @@
%build
rm -fr ripmime/ripmime.a
%{__make} \
- CC=%{__cc} \
+ CC="%{__cc}" \
CFLAGS="%{rpmcflags}"
%install
@@ -70,8 +70,8 @@
%doc README
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%attr(755,root,root) %{_sbindir}/*
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}.conf
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}.mail
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.mail
%attr(770,root,mail) %dir /var/spool/%{name}
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -80,6 +80,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.12 2005/02/09 11:07:07 andree
- fix perm to /var/spool/pop3vscan
================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.244 SPECS/postfix.spec:1.245
--- SPECS/postfix.spec:1.244 Thu Oct 27 19:50:53 2005
+++ SPECS/postfix.spec Mon Dec 5 00:17:15 2005
@@ -61,20 +61,20 @@
%{?with_pgsql:BuildRequires: postgresql-devel}
BuildRequires: rpmbuild(macros) >= 1.202
%{?with_cdb:BuildRequires: tinycdb-devel}
-PreReq: rc-scripts
-PreReq: sed
Requires(post): /bin/hostname
+Requires(post,postun): /sbin/ldconfig
+Requires(post,preun): /sbin/chkconfig
+Requires(postun): /usr/sbin/groupdel
+Requires(postun): /usr/sbin/userdel
Requires(pre): /bin/id
Requires(pre): /usr/bin/getgid
Requires(pre): /usr/sbin/groupadd
Requires(pre): /usr/sbin/useradd
Requires: /sbin/chkconfig
-Requires(post,preun): /sbin/chkconfig
-Requires(post,postun): /sbin/ldconfig
-Requires(postun): /usr/sbin/groupdel
-Requires(postun): /usr/sbin/userdel
Requires: diffutils
Requires: findutils
+Requires: rc-scripts
+Requires: sed
%{?with_cdb:Requires:tinycdb}
Provides: group(postfix)
Provides: smtpdaemon
@@ -354,7 +354,7 @@
%attr(740,root,root) /etc/cron.daily/postfix
%attr(754,root,root) /etc/rc.d/init.d/postfix
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postfix
-%config(noreplace) %verify(not md5 size mtime) /etc/pam.d/smtp
+%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/smtp
%{?with_sasl:%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sasl/smtpd.conf}
%attr(755,root,root) %{_libdir}/libpostfix-*.so.*
%attr(755,root,root) %{_bindir}/*
@@ -422,6 +422,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.245 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.244 2005/10/27 17:50:53 arekm
- rel 2
@@ -646,15 +649,15 @@
- outdated entry removed from TODO
Revision 1.190 2004/01/08 08:35:05 jajcus
-- removes some compiler warnings during postfix compilation
- which may cause fatal runtime errors some architectures
+- removes some compiler warnings during postfix compilation
+ which may cause fatal runtime errors some architectures
(like AMD64) (-kill_warnings.patch)
Revision 1.189 2004/01/07 17:47:54 jajcus
- Release: 3
- fix daemon_directory in main.cf (it differs from standard on AMD64)
-- compiler warnigs caused by -ipv6.patch killed.
- This broken code caused crash on AMD64 (there still is more of such
+- compiler warnigs caused by -ipv6.patch killed.
+ This broken code caused crash on AMD64 (there still is more of such
broken code in other parts of postfix)
Revision 1.188 2004/01/02 17:54:52 jajcus
================================================================
Index: SPECS/povray.spec
diff -u SPECS/povray.spec:1.49 SPECS/povray.spec:1.50
--- SPECS/povray.spec:1.49 Thu Aug 11 11:46:18 2005
+++ SPECS/povray.spec Mon Dec 5 00:17:15 2005
@@ -20,7 +20,7 @@
Epoch: 1
License: distributable
Group: Applications/Graphics
-Source0: http://www.povray.org/ftp/pub/povray/Official/Unix/povray-%{_src_pov_ver}.tar.bz2
+Source0: http://www.povray.org/ftp/pub/povray/Official/Unix/%{name}-%{_src_pov_ver}.tar.bz2
# Source0-md5: b5789bb7eeaed0809c5c82d0efda571d
# based on sources from CVS at http://pvmpov.sourceforge.net/
# Source0: %{name}-%{version}-%{snap}.tar.gz
@@ -196,7 +196,7 @@
%{_datadir}/povray*
%{_docdir}/povray*
%{_mandir}/man?/*
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}/%{_src_pov_ver}/povray.*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{_src_pov_ver}/povray.*
## %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/povray.*
%if %{with x}
@@ -225,6 +225,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.50 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.49 2005/08/11 09:46:18 radek
- bcond_with(out) is followed by one \t, then bcond's name.
================================================================
Index: SPECS/ppplicznik.spec
diff -u SPECS/ppplicznik.spec:1.18 SPECS/ppplicznik.spec:1.19
--- SPECS/ppplicznik.spec:1.18 Wed Aug 27 02:16:34 2003
+++ SPECS/ppplicznik.spec Mon Dec 5 00:17:15 2005
@@ -10,7 +10,7 @@
#Source0: http://gruesome.republika.pl/%{name}-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.bz2
# Source0-md5: 4c1ca5cd243ee5a5c3958458aff800cd
-Patch0: ppplicznik-ncurses-path.patch
+Patch0: %{name}-ncurses-path.patch
BuildRequires: gettext-devel
BuildRequires: libstdc++-devel
BuildRequires: ncurses-devel
@@ -63,7 +63,7 @@
%doc AUTHORS ChangeLog NEWS
%attr(755,root,root) %{_bindir}/*
%{_datadir}/ppplicznik
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/%{name}.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
%{_mandir}/man1/*
# %lang(pl) %{_mandir}/pl/man1/*
@@ -73,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.19 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.18 2003/08/27 00:16:34 gotar
- fixed changelog trailer
================================================================
Index: SPECS/prelink.spec
diff -u SPECS/prelink.spec:1.25 SPECS/prelink.spec:1.26
--- SPECS/prelink.spec:1.25 Mon Jun 27 17:54:15 2005
+++ SPECS/prelink.spec Mon Dec 5 00:17:15 2005
@@ -7,19 +7,19 @@
Summary(pl): Narzędzie optymalizujące relokacje w plikach obiektów
Name: prelink
Version: 20050610
-Release: 1
+Release: 1
License: GPL
Group: Development/Tools
Source0: ftp://people.redhat.com/jakub/prelink/%{name}-%{version}.tar.bz2
# Source0-md5: 1c24413eda902a8cfd581a84372b02ab
Source1: %{name}.conf
-Source2: ftp://people.redhat.com/jakub/prelink/prelink.pdf
+Source2: ftp://people.redhat.com/jakub/prelink/%{name}.pdf
# Source2-md5: 50946b654da9ccb26230cc1e00ccc53c
Patch0: %{name}-Makefile.patch
BuildRequires: autoconf
BuildRequires: automake
-BuildRequires: glibc-devel >= 2.3
BuildRequires: elfutils-devel
+BuildRequires: glibc-devel >= 2.3
%{?with_selinux:BuildRequires: libselinux-devel}
BuildRequires: libstdc++-devel
BuildRequires: libtool
@@ -80,8 +80,8 @@
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_sbindir}/*
%{_mandir}/man?/*
-%config(noreplace) %verify(not md5 size mtime) /etc/prelink.conf
-/etc/rpm/macros.prelink
+%config(noreplace) %verify(not md5 mtime size) /etc/prelink.conf
+/etc/rpm/rpm/macros.prelink
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -89,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.26 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.25 2005/06/27 15:54:15 freetz
- 20050610
================================================================
Index: SPECS/pure-ftpd.spec
diff -u SPECS/pure-ftpd.spec:1.140 SPECS/pure-ftpd.spec:1.141
--- SPECS/pure-ftpd.spec:1.140 Thu Oct 27 19:51:30 2005
+++ SPECS/pure-ftpd.spec Mon Dec 5 00:17:15 2005
@@ -33,19 +33,19 @@
Patch5: %{name}-nosymlinks-hideuidmismatch.patch
Patch6: %{name}-auth-can-delete-pure.patch
URL: http://www.pureftpd.org/
+%{!?with_extra:Requires: perl-base}
%{?with_extra:BuildRequires: autoconf}
%{?with_extra:BuildRequires: automake}
BuildRequires: libcap-devel
%{?with_extra:BuildRequires: libcfg+-devel >= 0.6.2}
-%{?with_ldap:BuildRequires: openldap-devel}
%{?with_mysql:BuildRequires: mysql-devel}
-%{?with_pgsql:BuildRequires: postgresql-devel}
+%{?with_ldap:BuildRequires: openldap-devel}
%{?with_tls:BuildRequires: openssl-devel}
BuildRequires: pam-devel
-PreReq: rc-scripts
+%{?with_pgsql:BuildRequires: postgresql-devel}
Requires(post,preun): /sbin/chkconfig
Requires: pam >= 0.79.0
-%{!?with_extra:Requires: perl-base}
+Requires: rc-scripts
Provides: ftpserver
Obsoletes: ftpserver
Obsoletes: anonftp
@@ -156,7 +156,8 @@
%if %{with extra}
cd pure-config
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%endif
%clean
@@ -185,7 +186,7 @@
%attr(755,root,root) %{_sbindir}/*
%attr(754,root,root) /etc/rc.d/init.d/%{name}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/*
-%attr(640,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/security/blacklist.ftp
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.ftp
%{?with_ldap:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-ldap.conf}
%{?with_mysql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-mysql.conf}
%{?with_pgsql:%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/pureftpd-pgsql.conf}
@@ -206,6 +207,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.141 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.140 2005/10/27 17:51:30 arekm
- rel 10
@@ -438,7 +442,7 @@
- 710,root,ftp on /etc/ftpd to fix vhosts
Revision 1.73 2003/03/04 22:25:46 misiek
-- back to old good names to be backward compatible, don't merge configs
+- back to old good names to be backward compatible, don't merge configs
(this sucks), fix vhosts (missing dir/symlink)
Revision 1.72 2003/02/07 10:40:50 misiek
================================================================
Index: SPECS/radiusclient.spec
diff -u SPECS/radiusclient.spec:1.8 SPECS/radiusclient.spec:1.9
--- SPECS/radiusclient.spec:1.8 Sun Oct 31 21:54:10 2004
+++ SPECS/radiusclient.spec Mon Dec 5 00:17:15 2005
@@ -24,8 +24,8 @@
authenticate the user.
%description -l pl
-Radiusclient jest zamiennikiem /bin/login wywoływanym przez getty
-w celu umożliwienia użytkownikowi zalogowania się. Normalne programy
+Radiusclient jest zamiennikiem /bin/login wywoływanym przez getty w
+celu umożliwienia użytkownikowi zalogowania się. Normalne programy
typu login sprawdzają nazwę użytkownika oraz hasło względem lokalnego
pliku (/etc/passwd, /etc/shadow). W przeciwieństwie do nich
Radiusclient używa także protokołu RADIUS w celu uwierzytelnienia
@@ -88,7 +88,7 @@
%attr(755,root,root) %{_sbindir}/*
%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
%attr(750,root,root) %dir %{_sysconfdir}/radiusclient
-%attr(640,root,root) %config(missingok,noreplace) %verify(not md5 size mtime) %{_sysconfdir}/radiusclient/*
+%attr(640,root,root) %config(missingok,noreplace) %verify(not md5 mtime size) %{_sysconfdir}/radiusclient/*
%files devel
%defattr(644,root,root,755)
@@ -106,6 +106,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.8 2004/10/31 20:54:10 paladine
- spaces->tabs
- formatting
================================================================
Index: SPECS/rbldnsd.spec
diff -u SPECS/rbldnsd.spec:1.10 SPECS/rbldnsd.spec:1.11
--- SPECS/rbldnsd.spec:1.10 Fri May 13 14:48:25 2005
+++ SPECS/rbldnsd.spec Mon Dec 5 00:17:15 2005
@@ -16,10 +16,10 @@
# Source0-md5: 888a61e9a296a1b76db0c94ca44c612a
URL: http://www.corpit.ru/mjt/rbldnsd.html
BuildRequires: rpmbuild(macros) >= 1.202
-Requires(pre): /bin/id
-Requires(pre): /usr/sbin/useradd
Requires(post,preun): /sbin/chkconfig
Requires(postun): /usr/sbin/userdel
+Requires(pre): /bin/id
+Requires(pre): /usr/sbin/useradd
Provides: user(rbldns)
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -53,7 +53,7 @@
install rbldnsd $RPM_BUILD_ROOT%{_sbindir}
install rbldnsd.8 $RPM_BUILD_ROOT%{_mandir}/man8
-install debian/rbldnsd.default $RPM_BUILD_ROOT/etc/rbldnsd
+install debian/rbldnsd.default $RPM_BUILD_ROOT%{_sysconfdir}/rbldnsd
install debian/rbldnsd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/rbldnsd
%clean
@@ -88,7 +88,7 @@
%doc NEWS TODO debian/changelog CHANGES-0.81 README.user
%attr(755,root,root) %{_sbindir}/rbldnsd
%attr(754,root,root) /etc/rc.d/init.d/rbldnsd
-%config(noreplace) %verify(not md5 size mtime) /etc/rbldnsd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rbldnsd
%{_mandir}/man8/rbldnsd.8*
%dir %{_homedir}
@@ -98,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.10 2005/05/13 12:48:25 zbyniu
- up to 0.995
================================================================
Index: SPECS/rc-scripts.spec
diff -u SPECS/rc-scripts.spec:1.208 SPECS/rc-scripts.spec:1.209
--- SPECS/rc-scripts.spec:1.208 Tue Nov 22 20:07:22 2005
+++ SPECS/rc-scripts.spec Mon Dec 5 00:17:15 2005
@@ -27,8 +27,8 @@
BuildRequires: gettext-devel
BuildRequires: glib2-devel
%{?with_static:BuildRequires: glib2-static}
-BuildRequires: popt-devel
BuildRequires: pkgconfig
+BuildRequires: popt-devel
Requires(post): fileutils
%ifarch sparc sparc64
Requires: agetty
@@ -293,7 +293,7 @@
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/static-routes
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/timezone
%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/interfaces/ifcfg-eth0
-%config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/cpusets/cpuset-test
+%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cpusets/cpuset-test
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/system
%{_mandir}/man?/*
@@ -314,6 +314,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.209 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.208 2005/11/22 19:07:22 baggins
- obsoletes vserver-rc-scripts now
================================================================
Index: SPECS/readline.spec
diff -u SPECS/readline.spec:1.98 SPECS/readline.spec:1.99
--- SPECS/readline.spec:1.98 Tue Sep 20 12:27:47 2005
+++ SPECS/readline.spec Mon Dec 5 00:17:15 2005
@@ -251,7 +251,7 @@
%files
%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/inputrc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/inputrc
%attr(755,root,root) /%{_lib}/lib*.so.*.*
%{_infodir}/*info*
@@ -272,6 +272,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.99 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.98 2005/09/20 10:27:47 arekm
- rel 5; fixes two segfaults
================================================================
Index: SPECS/rockdodger.spec
diff -u SPECS/rockdodger.spec:1.10 SPECS/rockdodger.spec:1.11
--- SPECS/rockdodger.spec:1.10 Thu Jan 29 15:48:42 2004
+++ SPECS/rockdodger.spec Mon Dec 5 00:17:15 2005
@@ -12,8 +12,8 @@
Patch0: %{name}-FHS+DESTDIR.patch
URL: http://spacerocks.sourceforge.net/
BuildRequires: SDL-devel
-BuildRequires: SDL_mixer-devel
BuildRequires: SDL_image-devel
+BuildRequires: SDL_mixer-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -49,7 +49,7 @@
%attr(2755,root,games) %{_bindir}/*
%{_datadir}/%{name}
%dir %{_localstatedir}/lib/%{name}
-%attr(0664,root,games) %config(noreplace) %verify(not md5 size mtime) %{_localstatedir}/lib/%{name}/.highscore
+%attr(664,root,games) %config(noreplace) %verify(not md5 mtime size) %{_localstatedir}/lib/%{name}/.highscore
%clean
rm -rf $RPM_BUILD_ROOT
@@ -60,6 +60,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.11 2005/12/04 23:17:15 glen
+- adapterized (sorted %verify flags)
+
Revision 1.10 2004/01/29 14:48:42 eothane
- updated to 0.6.0a
- BR:'s
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/poldek.spec?r1=1.220&r2=1.221&f=u
http://cvs.pld-linux.org/SPECS/pop3vscan.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.244&r2=1.245&f=u
http://cvs.pld-linux.org/SPECS/povray.spec?r1=1.49&r2=1.50&f=u
http://cvs.pld-linux.org/SPECS/ppplicznik.spec?r1=1.18&r2=1.19&f=u
http://cvs.pld-linux.org/SPECS/prelink.spec?r1=1.25&r2=1.26&f=u
http://cvs.pld-linux.org/SPECS/pure-ftpd.spec?r1=1.140&r2=1.141&f=u
http://cvs.pld-linux.org/SPECS/radiusclient.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/SPECS/rbldnsd.spec?r1=1.10&r2=1.11&f=u
http://cvs.pld-linux.org/SPECS/rc-scripts.spec?r1=1.208&r2=1.209&f=u
http://cvs.pld-linux.org/SPECS/readline.spec?r1=1.98&r2=1.99&f=u
http://cvs.pld-linux.org/SPECS/rockdodger.spec?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list