public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/pcl] f44: Rebuild for vtk 6.0.0; spec cleanup
Date: Thu, 25 Jun 2026 05:49:12 GMT	[thread overview]
Message-ID: <178236655205.1.9350681916891955757.rpms-pcl-dff052d724ea@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pcl
Branch : f44
Commit : dff052d724eaf4b85485655d0bab0f512f82a276
Author : Orion Poplawski <orion@nwra.com>
Date   : 2013-07-12T13:39:58-06:00
Stats  : +4/-10 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/pcl/c/dff052d724eaf4b85485655d0bab0f512f82a276?branch=f44

Log:
Rebuild for vtk 6.0.0; spec cleanup

---
diff --git a/pcl.spec b/pcl.spec
index e6e796e..d205132 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -1,6 +1,6 @@
 Name:           pcl
 Version:        1.6.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Library for point cloud processing
 
 Group:          System Environment/Libraries
@@ -10,7 +10,6 @@ Source0:        http://www.pointclouds.org/assets/files/1.6.0/PCL-1.6.0-Source.t
 Patch0:         PCL-1.4.0-Source-fedora.patch
 Patch1:         pcl-1.6.0-boost153.patch
 Patch2:         pcl-1.6.0-arm.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # For plain building
 BuildRequires:  cmake, gcc-c++, boost-devel
@@ -118,7 +117,6 @@ popd
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 pushd build
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
@@ -159,9 +157,6 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-1.6
 #cd build
 #make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %post -p /sbin/ldconfig
 
@@ -169,31 +164,30 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS.txt LICENSE.txt
 %{_libdir}/*.so.*
 %{_datadir}/%{name}-1.6
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/cmake/pcl
 
 %files tools
-%defattr(-,root,root,-)
 %{_bindir}/pcl_*
 # There are no .desktop files because the GUI tools are rather examples
 # to understand a particular feature of PCL.
 
 %files doc
-%defattr(-,root,root,-)
 %doc build/doc/doxygen/api
 %doc doc/tutorials/tutorials
 
 
 %changelog
+* Fri Jul 12 2013 Orion Poplawski <orion@cora.nwra.com> - 1.6.0-6
+- Rebuild for vtk 6.0.0
+
 * Sat Jun 29 2013 Rich Mattes <richmattes@gmail.com> - 1.6.0-5
 - Rebuild for new eigen3
 - Change eigen3 BR to -static

                 reply	other threads:[~2026-06-25  5:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178236655205.1.9350681916891955757.rpms-pcl-dff052d724ea@fedoraproject.org \
    --to=orion@nwra.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox