rpms/krazy2/devel krazy2.spec, 1.12, 1.13 checkutil-libsuffix.patch, 1.1, NONE

Ben Boeckel mathstuf at fedoraproject.org
Mon Jul 20 15:25:36 UTC 2009


Author: mathstuf

Update of /cvs/pkgs/rpms/krazy2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv665

Modified Files:
	krazy2.spec 
Removed Files:
	checkutil-libsuffix.patch 
Log Message:
New SVN snapshot


Index: krazy2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krazy2/devel/krazy2.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- krazy2.spec	25 Feb 2009 11:57:25 -0000	1.12
+++ krazy2.spec	20 Jul 2009 15:25:36 -0000	1.13
@@ -2,8 +2,8 @@
 %define kdp 0
 
 Name:           krazy2
-Version:        2.8
-Release:        8.20090127svn%{?dist}
+Version:        2.9
+Release:        1.20090719svn%{?dist}
 Summary:        Krazy is a tool for checking code against the KDE coding guidelines
 
 Group:          Development/Libraries
@@ -11,10 +11,13 @@ License:        GPLv2+
 URL:            http://techbase.kde.org/Development/Tutorials/Code_Checking
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  svn export -r 917270 svn://anonsvn.kde.org/home/kde/trunk/quality/krazy2 krazy2-2.8
-#  tar -c krazy2-2.8 | bzip2 --best -c > krazy2-2.8.tar.bz2
+#  svn export -r 999498 svn://anonsvn.kde.org/home/kde/trunk/quality/krazy2 krazy2-2.8
+#  tar -c krazy2-2.9 | bzip2 --best -c > krazy2-2.9.tar.bz2
 Source0:        krazy2-%{version}.tar.bz2
 Source1:        krazy-licensecheck
+%if 0%{?kdp}
+Patch0:         krazy2-prefix.patch
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # krazy-licensecheck moved from kdesdk to here in 4.2.0
@@ -43,6 +46,9 @@ good reason.
 
 %prep
 %setup -q
+%if 0%{?kdp}
+%patch0
+%endif
 
 
 %build
@@ -98,15 +104,12 @@ install -m 644 -p kpartgui.dtd %{buildro
 install -m 644 -p kcfg.dtd %{buildroot}%{_datadir}/dtd/kcfg.dtd
 popd
 pushd doc
-make DESTDIR=%{buildroot}%{_mandir} install
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
 popd
 install -m 644 %{SOURCE1} %{buildroot}%{_bindir}/krazy-licensecheck
 %if 0%{?kdp}
 pushd cppchecks
 make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
-# No headers installed
-rm -rf %{buildroot}%{_libdir}/libc++parser.so
-rm -rf %{buildroot}%{_libdir}/libcheckutil.so
 popd
 %endif
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
@@ -116,9 +119,6 @@ find %{buildroot} -depth -type d -exec r
 # chmod -R ug+w %{buildroot}%{_libdir}
 
 
-%check
-
-
 %clean
 rm -rf %{buildroot}
 
@@ -129,14 +129,18 @@ rm -rf %{buildroot}
 %{_mandir}/man1/krazy2.1.gz
 %{_mandir}/man1/krazy2all.1.gz
 %{_mandir}/man1/krazy2ebn.1.gz
+%{_mandir}/man1/krazy2xml.1.gz
 %{_mandir}/man5/krazyrc.5.gz
 %{_bindir}/krazy-licensecheck
 %{_bindir}/krazy2
 %{_bindir}/krazy2all
 %{_bindir}/krazy2ebn
+%{_bindir}/krazy2xml
 %if 0%{?kdp}
-%{_libdir}/libc++parser.so.1
-%{_libdir}/libc++parser.so.1.0
+%{_libdir}/libcpp_parser.so
+%{_libdir}/libcppmodel.so
+%{_libdir}/libpreprocessor.so
+%{_libdir}/libcheckutil.so
 %{_libdir}/libcheckutil.so.1
 %{_libdir}/libcheckutil.so.1.0
 %endif
@@ -146,10 +150,19 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Mar 16 2009 Ben Boeckel <MathStuf at gmail.com> 2.9-1.20090719svn
+- Updated SVN
+- Conditionalize patch
+- Fix DESTDIR/PREFIX for doc
+- Remove %%check section
+
+* Mon Mar 16 2009 Ben Boeckel <MathStuf at gmail.com> 2.8-9.20090314svn
+- Updated SVN
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8-8.20090127svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Thu Jan 29 2009 Ben Boeckel <MathStuf at gmail.com> 2.8-6.20090127svn
+* Thu Jan 29 2009 Ben Boeckel <MathStuf at gmail.com> 2.8-7.20090127svn
 - Updated SVN
 
 * Sat Jan 24 2009 Ben Boeckel <MathStuf at gmail.com> 2.8-6.20090113svn916151


--- checkutil-libsuffix.patch DELETED ---




More information about the fedora-extras-commits mailing list